Table of Contents
This repository focuses on Python learning, inspired by the 'teclado' platform. It serves as an excellent starting point for individuals eager to delve into Python. Following the completion of this course, I now feel at ease with Python and possess the skills to address both beginner and intermediate-level challenges and subjects. The learning series spans 30 days, featuring daily practice exercises to reinforce my understanding.In total, I have successfully completed 12 simple projects, and the list of topics covered in this course is outlined below.
-
Variables, loops, logic, and functions
-
Work with data files for permanent storage
-
Split your Python code into many files so it's easier to work with
-
Comprehensions, lambda functions, and destructuring
-
Learn about data analysis and web scraping
-
Build a snake game using Python