DEV Community

Andrei Neagoie for Zero To Mastery

Posted on

Python Monthly πŸ’»πŸ January 2020

2nd issue ever! That's right, you're right at the beginning of this journey! If there is enough interest, I will keep doing these every month so please sign up for this newsletter here!

If it’s your first time here… (otherwise, skip this part)

Being a Python developer is a fantastic career option. Python is now the most popular language with lots of growing job demand (especially in Web, Data Science and Machine Learning field). You have many job opportunities, you can work around the world, and you get to solve hard problems. One thing that is hard, however, is staying up to date with the constantly evolving ecosystem. You want to be a top-performing python developer, coder, programmer, software developer, but you don’t have time to select from hundreds of articles, videos and podcasts each day.

This monthly newsletter is focused on keeping you up to date with the industry, keeping your skills sharp, without wasting your valuable time. I will be sharing the most important articles, podcasts and videos of the month. Think Tim Ferriss and the Pareto Principle (80/20 rule) meeting the Software Development world. What’s the 20% that will get you 80% of the results?

What you missed in January as a Python Developer…


Everything About Python Timers ⏱

A great writeup of all the ways you can time, measure and monitor your code in Python. It goes from the basics all the way to advanced. You probably don't need to know all of them though.

Async Python Web Ecosystem 🧬

Unlike the standard WSGI, ASGI, the Asynchronous Standard Gateway Interface is starting to pick up steam in the industry as it promises to bring asynchronous execution like Node.js and Go allow for backend services. You can read about the development of this space here.

Learn Machine Learning πŸ€–

Want to learn Data Science and Machine Learning? Well, lucky for you, I just released a course with my friend Daniel. It's pretty good if I say so myself. Also, don't judge me for self promoting in this newsletter. How else am I going to afford the new LEGO international space station?

Visual Guide to Dictionaries 🎬

A visual guide to how Python Dictionaries work. It's one of the most fundamental data structure in Python (and many other languages) so understanding how to use their full power is a must.

Who Likes Performance? πŸš€

Performance talk in front of any programmer is like catnip for a cat. You immediately want to hear more right? Well, here is another great article discussing performance in Python.

Cool Python Libraries/Tools 🧩

The popular library for Data Science (and working with data frames), Pandas, has released version 1.0.0!

Python web scraper that scrapes job listings around the web and filters based on whatever criteria you want. Automate your job applications!

Fully featured HTTP library for Python3: HTTPX.

CleverCSV is a Python package for handling messy CSV files.

JetBrains just released a free font specifically for programmers.

Copying and Mutating Data 🧬

Copying data is wasteful and uses up the limited memory that you have on a device. Mutating data is dangerous and can lead to weird bugs. So can you avoid these things? Not entirely, but there.......

... wait where is the rest? Read the full version of this newsletter on our blog here. If there is enough interest, I will keep doing these every month so please sign up to our newsletter while you're there!

Top comments (0)