Sin descripción

tum baf37b4a96 lab %!s(int64=5) %!d(string=hace) años
.ipynb_checkpoints baf37b4a96 lab %!s(int64=5) %!d(string=hace) años
appendix_a aaae6b7534 first commit %!s(int64=5) %!d(string=hace) años
appendix_b aaae6b7534 first commit %!s(int64=5) %!d(string=hace) años
appendix_d aaae6b7534 first commit %!s(int64=5) %!d(string=hace) años
chapter_01 aaae6b7534 first commit %!s(int64=5) %!d(string=hace) años
chapter_02 aaae6b7534 first commit %!s(int64=5) %!d(string=hace) años
chapter_03 aaae6b7534 first commit %!s(int64=5) %!d(string=hace) años
chapter_04 aaae6b7534 first commit %!s(int64=5) %!d(string=hace) años
chapter_05 aaae6b7534 first commit %!s(int64=5) %!d(string=hace) años
chapter_06 aaae6b7534 first commit %!s(int64=5) %!d(string=hace) años
chapter_07 aaae6b7534 first commit %!s(int64=5) %!d(string=hace) años
chapter_08 aaae6b7534 first commit %!s(int64=5) %!d(string=hace) años
chapter_09 aaae6b7534 first commit %!s(int64=5) %!d(string=hace) años
chapter_10 aaae6b7534 first commit %!s(int64=5) %!d(string=hace) años
chapter_11 aaae6b7534 first commit %!s(int64=5) %!d(string=hace) años
chapter_12 aaae6b7534 first commit %!s(int64=5) %!d(string=hace) años
chapter_13 aaae6b7534 first commit %!s(int64=5) %!d(string=hace) años
chapter_14 aaae6b7534 first commit %!s(int64=5) %!d(string=hace) años
chapter_15 aaae6b7534 first commit %!s(int64=5) %!d(string=hace) años
chapter_16 aaae6b7534 first commit %!s(int64=5) %!d(string=hace) años
chapter_17 aaae6b7534 first commit %!s(int64=5) %!d(string=hace) años
chapter_18 aaae6b7534 first commit %!s(int64=5) %!d(string=hace) años
chapter_19 aaae6b7534 first commit %!s(int64=5) %!d(string=hace) años
chapter_20 aaae6b7534 first commit %!s(int64=5) %!d(string=hace) años
cheat_sheets aaae6b7534 first commit %!s(int64=5) %!d(string=hace) años
.gitignore aaae6b7534 first commit %!s(int64=5) %!d(string=hace) años
Lab.ipynb baf37b4a96 lab %!s(int64=5) %!d(string=hace) años
README.md aaae6b7534 first commit %!s(int64=5) %!d(string=hace) años
UPDATES.md aaae6b7534 first commit %!s(int64=5) %!d(string=hace) años
Untitled.ipynb aaae6b7534 first commit %!s(int64=5) %!d(string=hace) años

README.md

Python Crash Course

A Hands-On, Project-Based Introduction to Programming

This is a collection of resources for Python Crash Course, an introductory programming book from No Starch Press by Eric Matthes. Click here for a much cleaner version of these online resources.

If you have any questions about Python Crash Course, feel free to get in touch:

Email: ehmatthes@gmail.com

Twitter: @ehmatthes

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

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.

Updates

Some of the libraries featured in the book have been updated recently, which is a good thing - it means you're learning to use Python packages that are steadily being 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.