My solutions to the 150 python challenges from the book "Python By Example" from Nichola Lacey attempted to be solved the pythonic way 😟
The book is divided into two parts:
- Part I: Learning Python
- Part II: Chunky Challenges
- The Basics (Challenges 1-11)
- If Statements (Challenges 12-19)
- Strings (Challenges 20-26)
- Maths (Challenges 27-34)
- For Loop (Challenges 35-44)
- While Loop (Challenges 45-51)
- Random (Challenges 52-59)
- Turtel Graphics (Challenges 60-68)
- Tuples, Lists and Dictionaries (Challenges 69-79)
- More String Manipulation (Challenges 80-87)
- Numeric Arrays (Challenges 88-95)
- 2D Lists and Dictionaries (Challenges 96-104)
- Reading and Writing to a Text File (Challenges 105-110)
- Reading and Writing to a .csv File (Challenges 111-117)
- Subprograms (Challenges 118-123)
- Tkinter GUI (Challenges 124-132)
- More Tkinter (Challenges 133-138)
- SQLite (Challenges 139-145)
- Shift Code (Challenges 146)
- Mastermind (Challenges 147)
- Passwords (Challenges 148)
- Times Table (GUI) (Challenges 149)
- Art Gallery (Challenges 150)