
Wellcome to my first Python blog post!
Along with my search for the best beginners' resources on the topic of Python and its most popular libraries in Data Science community, luckily enough,
I was recommended the Humble Data work-on beginners workshop for Python Data Science.
With a slogan 'stay humble', it was created with a sole purpose of
sharing the knowledge related to Python and Data Science. What a great iniciative!
From this perspective, this workshop would be extremely helpful for any beginner who wants to step into the Python's basics. It is organized within 5 Jupyter notebooks, with detailed instructions and follow-up links to Python documentation.
- Beginning with Python
- First steps with Pandas
- Visualization with Matplotlib and Seaborn
- More Python basics
- More Pandas
So, I have become familiar with the fundamentals of data types, variables, operators, loops, functions and methods. It is the programming language that speaks for itself. Without further ado, I will take some time to build first Python mini projects.