From Zero to Hero

💬 Intro

This repository contains a collection of material and advanced features of Python programming and the Python Ecosystem including as part of the PYTHON FOR DATA ANALYSIS II course of the Part-Time MASTER IN BUSINESS ANALYTICS AND BIG DATA.

This course is intended for people who have learned some basics of Python and are looking to deepen their Python skills and take the next step. Before moving on to the coding part, I will explain the intuition behind advanced topics. So you can understand not only what it is, but also why we are bringing it up and what the practical use of this concept is. I will try to explain all topics as real examples as possible so that later you can develop something useful from them.

📦 How to use this repository

Each Python topic in this repository has the following structure

  • Find the topic you want to learn or review
  • Read the linked and/or documented comments in each script's docstring (like in the example above).
  • Look at the code samples and validation to see usage examples and expected output.
  • Modify the code or add a new assertion to see how everything works.
  • Run tests and analyze the code to see if it works and is written correctly.

🚀 Table of Contents

🔨 Additional Resources

🐧 Author

forthebadge