Python Friday #200

It is unbelievable that this is already post #200 for my Python Friday series. Let us use this milestone to look back at the topics we covered since Python Friday #100. Again, you get an easy-to-use reference that lets you jump right to the topics you are interested in.

 

Fundamentals of the Python language

After a long time, I finally covered Date and DateTime and a helpful approach to transfer data between your functions:

 

Data visualization

Preparing data and visualizing it was the biggest block of posts. This covers Pandas, NumPy, Matplotlib, Seaborn, Plotly, and Dash:

 

Web crawling and browser automation

Another big topic was web crawling and browser automation. For that we used feedparser, request, BeautifulSoup, Selenium, Playwright and BrowserStack:

 

Delayed jobs

If you want to run your jobs asynchronously, you should read these posts on RabbitMQ and Celery:

 

Miscellaneous

Besides all those bigger topics, there was room for some small and specific posts that can improve your development experience or help you to automate boring tasks:

 

Goodbye to Twitter

Twitter was a great site and accessing it through an API made many mundane tasks bearable. With the end of the API access and the renaming to X, you may no longer get much value out of these posts:

 

The journey continues

My journey to learn Python is not over and I have enough topics to cover to continue this series for the time being. Nevertheless, when you have a topic that I should cover please leave a comment.

1 thought on “Python Friday #200”

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.