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.
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.
Exercises with a strikethrough have been completed
Part 1:
- Getting Started
1-1 python.org1-2 Hello World Typos1-3 Infinite Skills
- Variables and Simple Data Types
2-1 Simple Message2-2 Simple Messages2-3 Personal Message2-4 Name Cases2-5 Famous Quote2-6 Famous Quote 22-7 Stripping Names2-8 Number 82-9 Favorite Number2-10 Adding Comments2-11 Zen of Python
- Introducing Lists
3-1 Names3-2 Greetings3-3 Your Own List3-4 Guest List3-5 Changing Guest List3-6 More Guests3-7 Shrinking Guest List3-8 Seeing the World3-9 Dinner Guests3-10 Every Function3-11 Intentional Error
- Working With Lists
4-1 Pizzas4-2 Animals4-3 Counting to Twenty4-4 One Million4-5 Summing a Million4-6 Odd Numbers4-7 Threes4-8 Cubes4-9 Cube Comprehension4-10 Slices4-11 My Pizzas, Your Pizzas4-12 More Loops4-13 Buffet4-14 PEP-84-15 Code Review
- If Statements
- Dictionaries
- User Input and while Loops
- Functions
- Classes
- Files and Exceptions
- Testing Your Code
As I update this, I am in the process of updating my computer to properly begin exercises. 29/04/2018