Code Monkey home page Code Monkey logo

ltcwff-files's Introduction

README

These are the files for the book Learn to Code with Fantasy Football.

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 ltcwff-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 ltcwff-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/ltcwff-files

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

C:\Users\nathanbraun\ltcwff-files

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

Changelog

v0.10.1 (2021-09-19)

Fixed the solution for exercise 5.1 so it's no longer cut off (thanks Graydon!)

v0.10.0 (2021-09-19)

Misc edits and Anki card updates.

v0.9.1 (2021-06-16)

Added a note explaning granularity in the main text, before asking any end of chapter exercises on it (thanks Jay!)

v0.9.0 (2021-06-16)

Updated visualization section + associated homework problems to use Seaborn 0.11.x (September 2020), which added a new displot function. This means making our distribution plots change from, say:

g = (sns.FacetGrid(df)
     .map(sns.kdeplot, 'std', shade=True))

To:

g = sns.displot(df, x='std', kind='kde', fill=True)

It also opens up some new possibilities (e.g. with plotting empirical CDFs) that I might discuss in a future update.

v0.8.0

Add this changelog, bundle files in an github release vs including with SendOwl.

ltcwff-files's People

Contributors

nathanbraun avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.