Skip to content

nathanbraun/code-hockey-files

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

These are the files for the book Learn to Code with Hockey.

If you're not familiar with Git or GitHub, no problem. Just click the Source code link under the latest release to download the files. This will download a file called code-hockey-files-vX.X.X.zip, where X.X.X is the latest version.

When you unzip these (note in the book I've dropped the version number and renamed the directory just code-hockey-files, which you can do too) you'll see four sub-directories: code, data, anki, solutions-to-excercises.

You don't have to do anything with these right now except know where you put them. For example, on my mac, I have them in my home directory:

/Users/nathanbraun/code-hockey-files

If I were using Windows, it might look like this:

C:\Users\nathanbraun\code-hockey-files

Set these aside for now and we'll pick them up in chapter 2.

Changelog

v0.1.4 (2024-04-22)

Fix Pandas mean example. More: Pandas changed their defaults to throw an error if you try to call this on string columns. Fixed example to explicitely only call it on numeric data.

v0.1.3 (2024-02-19)

Fixed typo in the introduction — thanks Matt!

v0.1.1 (2024-01-31)

Remove some now unnec lines from old API - thanks Scott!

v0.1.0 (2024-01-31)

Major update to the API chapter. Rewrote everything to use the new NHL API since the old one stopped working.

v0.0.11 (2023-11-15)

Fixed some typos.

v0.0.7 (2023-04-14)

Fixed end of chapter sql problems (you're the man Emil!).

v0.0.6 (2023-03-23)

Fix some misc typos, mostly in end of chapter problems (thanks again Emil!).

v0.0.4 (2023-03-03)

Fix some misc other sport references (thanks Emil!).

v0.0.3 (2022-12-02)

Fix weird kg player units. Reword for clarity

v0.0.2 (2022-07-22)

Minor typos.

v0.0.1 (2022-07-22)

Adding this README!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages