SQL to Python Pandas: A SQL User’s Quick Guide | Romi Mendez
8 Levels of Using Structural Pattern Matching in Python, Mastering PySpark, Want to learn a bit about Matplotlib and with some more interesting articles
SQL to Python Pandas: A SQL User’s Quick Guide
If you are good at SQL and want to learn Python for data analysis then you might have heard pandas is a good place to start. In this article, Romi Mendez did a pretty good job of translating SQL queries into Pandas operations.
# Romi Mendez
Python | Good First Issue
If you want to contribute to interesting open-source projects but never contributed and looking for a good starting point then check this link. It’s a good place to start. All the best!!!
8 Levels of Using Structural Pattern Matching in Python
Python took a long time to implement switch-case but when it did it did amazingly. In this Article, Yang Zhou covered 8 levels of using them. If you haven’t read/learned about Python switch-case/structural pattern matching this article will blow your mind.
# Yang Zhou
Mastering PySpark: From Configuration to Advanced Data Operations
If you want to deal with data we go with Python, when we want to deal with huge data best choice is PySpark. In this article, Ahmed Sayed covered a huge array of things related to PySpark. A long one but a good one.
# Ahmed Sayed
De-coded: Transformers explained in plain English
Transformers are in rage after ChatGPT became popular. We all want to know about Transformers but due to code and math we kind of avoid the articles but Chris Hughes made sure that you will get an idea about Transformers without code and math.
# Chris Hughes
Want to learn a bit about Matplotlib
This article is a good place to get an idea about Matplotlib for creating dynamic and visually appealing plots in Python.