
After completing the humble data workshop and getting first impressions of Python, I wanted to get familiar with its
application and concepts related to programming. I have covered a book, which is a hands-on, project-based and represents
an introduction to programming with Python.
It's Python Crash Course by Eric Matthes. Over more than 10 chapters, these are the
topics of most value to me as a rookie:
- PART I: Basics
- PART II: Projects
Ch 1: Getting Started
Ch 2: Variables and Simple Data Types
Ch 3: Introducing Lists
Ch 4: Working with Lists
Ch 5: if Statements
Ch 6: Dictionaries
Ch 7: User Input and while Loops
Ch 8: Functions
Ch 9: Classes
Ch 10: Files and Exceptions
Among final projects, I have chosen the one that required the usage of Django framework for creating a web application.
The final overview of the app: Customer Service Form.