🎁 Final Month Special: 15% OFF + Free Shipping on Most Items! Don't Miss Out - Shop Now! ✨

Shopping Cart

Sub Total: $0.00
Total: $0.00
Checkout

Search Products

Python Flash Cards Image 1
View Media Gallery
Python Flash Cards Image 2
View Media Gallery
Python Flash Cards Image 3
View Media Gallery
Python Flash Cards Image 4
View Media Gallery
Python Flash Cards Image 5
View Media Gallery
Python Flash Cards Nav Image 1
Python Flash Cards Nav Image 2
Python Flash Cards Nav Image 3
Python Flash Cards Nav Image 4
Python Flash Cards Nav Image 5

Python Flash Cards

$28.99 $34.00


Categories:

All Gifts
Estimated Delivery:
0 people are viewing this right now
Guaranteed Safe Checkout
Trust
Trust
  • Description

Keep your coding skills sharp on the go! Python Flash Cards take a tried-and-tested method and give it a programming makeover. Eric Matthes, author of the best-selling Python Crash Course, distils essential Python programming knowledge into this 101-card deck you can use anywhere.

Work through the deck in order or shuffle it up for a new study session every time. You can brush up foundational programming principles and vocabulary like data structures, logical control, and program flow, quiz yourself on Python syntax, and test your skills against exercises and challenges designed to keep you on your toes — all in one sitting.

Don't let your Python training stop at the keyboard. With Python Flash Cards, the power of Python fits in your pocket.

Author Bio

Eric Matthes is a high school science teacher and math teacher living in Alaska where he also teaches introductory programming classes. He has been writing programs since he was five years old and is the author of the best-selling Python Crash Course.

Table of Contents

  1. Concepts and Vocabulary
  2. Simple Data Types
  3. Lists and Tuples
  4. Dictionaries
  5. Conditional Statements
  6. Functions
  7. Classes
  8. Testing
  9. Packages

Updates

On page 5 of the booklet under heading "Python on Linux," the last code line that reads:

$ sudo apt-get install python3.7

should instead read:

$ sudo apt-get install python3.8

On page 6 of the booklet under heading "Python on Linux," the first code line that reads:

$ python3.7

should instead read:

$ python3.8