Files
AutomateTheBoringStuffWithP…/practice_questions/README.md
2017-11-10 18:19:24 +08:00

13 lines
597 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# PRACTICE QUESTIONS
- [Chapter 1 - Python Basics](ch01/README.md)
- [Chapter 2 Flow Control](ch02/README.md)
- [Chapter 3 - Functions](ch03/README.md)
- [Chapter 4 - Lists](ch04/README.md)
- [Chapter 5 Dictionaries and Structuring Data](ch05/README.md)
- [Chapter 6 Manipulating Strings](ch06/README.md)
- [Chapter 7 Pattern Matching with Regular Expressions](ch07/README.md)
- [Chapter 8 Reading and Writing Files](ch08/README.md)
- [Chapter 9 Organizing Files](ch09/README.md)
- [Chapter 10 Debugging](ch10/README.md)
- [Chapter 11 Web Scraping](ch11/README.md)