Skip to content
/ pcc Public
forked from ehmatthes/pcc

Resources for Python Crash Course, from No Starch Press.

Notifications You must be signed in to change notification settings

mavjav-edu/pcc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Crash Course

A Hands-On, Project-Based Introduction to Programming

This is a curriculum for learning Python using Python Crash Course, an introductory programming book from No Starch Press by Eric Matthes. Visit the page for the nicest visual presentation of these online resources.

If you have any questions about Python Crash Course, please contact Mavaddat or feel free to get in touch with the author:

Email: ehmatthes@gmail.com

Twitter: @ehmatthes

Exercises ✍🏽

The book has several sections that reinforce learning through exercises. Practice what you just read where you see: Try It Yourself in Adobe Dogma font

Setup Instructions

Here you can find instructions for:

Downloading source code

The simplest way to get the online resources for the book is to click on the Download ZIP button on the upper right side of this page, which will download the source code files (and other resources) for the entire book.

Cheat sheets can be really helpful when you're working on a set of programming exercises or a project. This set of cheat sheets will help remind you of the concepts you're learning, as well as the Python syntax for these concepts.

Some of the PyPI libraries featured in the book have been updated recently, which is a good thing — it means that the Python packages you're learning to use are being steadily improved.

When packages are updated you have the option of using the version that was featured in the book, which lets you run code exactly as it's written in the book. You can also choose to install the latest version of each package, and modify the code in the book slightly. Each approach is outlined clearly in these updates.

A list of updates is kept here.

About

Resources for Python Crash Course, from No Starch Press.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 84.7%
  • HTML 11.1%
  • PowerShell 4.2%