FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

guardian/learning-python: Internal learning materials for Python programming · GitHub

 
 

Latest commit

 

History

61 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learning Python

The exercises in this repo are based on Dive into Python3 and Learn Python the hard way.

It is also worth looking at the Hitchiker's Guide to Python for opinionated views on how to organise Python projects and good Python style and syntax.

Getting Python

OSX comes with Python 2.7 by default.

Managing Python environments

To control what version of the Python interpreter you are using you can use pyenv. To control which versions of libraries your program uses you use virtualenv.

About

Internal learning materials for Python programming

Topics

Resources

Code of conduct

Stars

1 star

Watchers

32 watching

Forks

Releases

Packages

Contributors

Languages


Back | FazBrowse Home | New Git URL