Git Product home page Git Product logo

learn-python-roadmap's Introduction

Note: Moving to a new repository: learning-roadmaps

Learn Python, a roadmap

A roadmap for learning the python language, eventually focusing on Data Science.

Disclaimer

Estimating an initial 10 hours of study per week.

Week 0

If you know programming already, skip week 0.

You can clone or fork this repository to use it as a checklist; tracking progress as you go.

If you are starting on week 0, skip any tasks that are repeated in later weeks—or—use them as an oppurtunity for review.

  1. Complete the CodeAcademy.com Python Course (only the free content)
  2. Work through the contents of Learn Python the Hard Way

Week 1

  1. Read Lean Python, Chapters 1-2
  2. Install Python 3 / configure local development environment
  3. Read Lean Python, Chapters 3-6
  4. Sign up for CodeWars.com
  5. Attempt to solve one-to-three python challanges which are either 7kyu or 8kyu
  6. Read Lean Python, Chapters 6-8
  7. Read Comparison of Python v2 vs v3 from python.org

Week 2

  1. Complete the CodeAcademy.com Python Course (only the free content)
  2. Read Lean Python, Chapters 8-11
  3. Read Seemingly Inverse Logic. Article gives insight and reasoning behind some of python's peculiarities.
  4. Install a library using pip.
  5. Choose and complete a project from the projects list.

Week 3

Project Week

  1. Review the table of contents of Learn Python the Hard Way. Look for language facets that you do not recognize, and read their entries. Cross-reference with python documentation, if needed.
  2. Solve three to five python challenges which are '7kyu'
  3. Choose and complete a project from the projects list.

Week 4

Challenges Week.

  1. Solve as many python challenges which as possible to achieve '7kyu'/'6kyu'/'5kyu' rank on codewars.
  2. Choose and complete a project from the projects list.

Projects

  • Create a module that checks if a haiku is following proper format (5-7-5 syllable pattern)
  • Create a slackbot (HTTP server) for rolling dice via /roll.
  • Create a module that calculates statistical methods. (Mean, Median, Mode, standard deviation, and variance.
  • Create a module that outputs the Fibonnacci Sequence up to n terms. n should default to 100.
  • Create a module with two functions, one which parses and compiles markdown into html, and the other jade into html.

Want to add a project? Open a PR!

More Resources

learn-python-roadmap's People

Contributors

roryduncan 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.