Skip to content

systrauss/Python-Crash-Course

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Crash Course

If you are not the original owner

Please feel free to look around. I am trying to develop my programming skills, so I can't promise you'll find anything good.

My comments in code leave something to be desired, so feel free to mock me for it. Hopefully then I will fix it.

Purpose

The purpose of this repository is to work through the exercises presented in Python Crash Course by Eric Matthes. For the first part of the book, the exercises will be broken apart by chapter, with each chapter having its own folder. This is subject to change, pending on reusing pieces of code.

Syllabus/Exercise Breakdown

Exercises with a strikethrough have been completed

Part 1:

  1. Getting Started
    • 1-1 python.org
    • 1-2 Hello World Typos
    • 1-3 Infinite Skills
  2. Variables and Simple Data Types
    • 2-1 Simple Message
    • 2-2 Simple Messages
    • 2-3 Personal Message
    • 2-4 Name Cases
    • 2-5 Famous Quote
    • 2-6 Famous Quote 2
    • 2-7 Stripping Names
    • 2-8 Number 8
    • 2-9 Favorite Number
    • 2-10 Adding Comments
    • 2-11 Zen of Python
  3. Introducing Lists
    • 3-1 Names
    • 3-2 Greetings
    • 3-3 Your Own List
    • 3-4 Guest List
    • 3-5 Changing Guest List
    • 3-6 More Guests
    • 3-7 Shrinking Guest List
    • 3-8 Seeing the World
    • 3-9 Dinner Guests
    • 3-10 Every Function
    • 3-11 Intentional Error
  4. Working With Lists
    • 4-1 Pizzas
    • 4-2 Animals
    • 4-3 Counting to Twenty
    • 4-4 One Million
    • 4-5 Summing a Million
    • 4-6 Odd Numbers
    • 4-7 Threes
    • 4-8 Cubes
    • 4-9 Cube Comprehension
    • 4-10 Slices
    • 4-11 My Pizzas, Your Pizzas
    • 4-12 More Loops
    • 4-13 Buffet
    • 4-14 PEP-8
    • 4-15 Code Review
  5. If Statements
  6. Dictionaries
  7. User Input and while Loops
  8. Functions
  9. Classes
  10. Files and Exceptions
  11. Testing Your Code

Current standings

As I update this, I am in the process of updating my computer to properly begin exercises. 29/04/2018

About

Exercises from the Python Crash Course book by Eric Matthes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages