Here you will find several notes I made during my Python studies, with the idea of making them easily accessible from anywhere to help me, if needed, or other people.
Syntax | ./syntax/ | Examples of Python syntax for simple commands and information on data structures and how to manipulate them. It's simple content, but that's the idea, review to remember some syntax. |
OOP | ./advanced/OOP/ | OOP examples and concepts in python to review to remember the structure if needed. |
PyGames | ./advanced/pygames/ | PyGames examples and concepts to review to remember the functions and structure, if needed. |
Analyze Excel and email automation | ./advanced/ | Examples and concepts of e-mail automation and Excel analysis to review and recall data frame or e-mail manipulation functions, if necessary. |