Real Python Articles I’ve written a few more articles on Real Python since my last post: Scientific Python: Using SciPy for Optimization: In this article, I cover a few of the optimization modules in SciPy, including clustering and linear optimization. Using Python datetime to Work With Dates and Times: This article covers the nuts and bolts of the built-in datetime library as well as the drop-in replacement dateutil. Pandas Project: Make a Gradebook With Python & Pandas: This was the first project-style article on Real Python. I used a script I already had working to compute my grades in my classes as the basis for this article. There’s also a video course for this article! Python enumerate(): Simplify Looping With Counters: All about the built-in enumerate function. A deep dive on a topic that you didn’t know needed a deep dive until you read it! I’ve also helped edit a bunch more tutorials on the site: Using the Python defaultdict Type for Handling Missing Keys The Python math Module: Everything You Need to Know Combining Data in Pandas With merge(), .join(), and concat() Python eval(): Evaluate Expressions Dynamically Namespaces and Scope in Python The Python return Statement: Usage and Best Practices Python’s map(): Processing Iterables Without a Loop Last, but by no means least, a couple other cool features. My __main__ article was turned into a video course over here: https://realpython.com/courses/python-main-function/ I contributed one of my favorite packages to a feature article: Python Packages: Five Real Python Favorites Over all these tutorials, I’m getting somewhere in the neighborhood of 50,000 weekly views! That just feels incredible, to help so many folks on their journey with Python. Keep coding everyone!