AI WEEK IS HERE: See All New AI Courses here.
Use Code: LEARNAI to get 21% OFF any membership. Expires soon 👇
06DAYS09HOURS18MINS18SECS

Python Monthly Newsletter 💻🐍

Andrei Neagoie
Andrei Neagoie
hero image

22nd issue! If you missed the previous ones, you can read all the previous issues of my monthly Python 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 the fields of Web, Data Science and Machine Learning). 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 is the best Python newsletter for you if you want to keep up-to-date with the industry and keep your skills sharp, without wasting your valuable time.

I curate and share the most important articles, news, resources, podcasts and videos of the month.

Think Tim Ferriss and the Pareto Principle (80/20 rule) meeting the Python world. What’s the 20% that will get you 80% of the results?

Let's dive in. Here's what you missed in September 2021 as a Python Developer…

Top Programming Languages 2021 💃

Guess which programming language won? You guessed it, it's Java!.. Just kidding it's Python. Rankings are created by weighting and combining 11 metrics from eight sources: CareerBuilder, GitHub, Google, Hacker News, the IEEE, Reddit, Stack Overflow, and Twitter. You can read the full results here.

Instagram's Python 🛠

Skybison is an experimental performance-oriented greenfield implementation of Python 3.8 that the team at Instagram (Facebook) created. It contains a number of performance optimizations, including: small objects; a moving GC; hidden classes; bytecode inline caching; type-specialized bytecode; an experimental template JIT.

node_modules in Python 🙌

You can have the Python equivalent of node_modules like JavaScript developers have enjoyed for years to manage all of your project dependencies. How? Here is how.

Asking for Forgiveness in Python 🙇‍♂️

Learn about the 2 coding styles, EAFP and LBYL, and which one may be better for your codebase:

-->*EAFP: Easier to ask for forgiveness than permission.

-->*LBYL: Look before you leap.

Learn about both, using Python.

Weekend Project Idea 🎏

Love Python? Love Money? Then you will like this weekend project. Learn to track your personal finances using Python. Here is the full breakdown of how to do it this weekend.

Pylint Updates 🧹

I like these 2 new opinionated rules that were just added to Pylint to make your Python code cleaner. What do you think, do you agree with these 2 new rules?

October 4th 🎆

Mark your calendars, Python 3.10 is officially live on October 4th. Be there or be square.

This is the big feature coming in 3.10.

Logging Like A Pro 🧑‍💻

What is good logging and how should you implement it? Learn the logging best practices for any future applications you build with Python.

Interesting Python Libraries 🤔

2 new python libraries to check out this month:

  1. PySimpleGUI: Simplest GUI builder for Python
  2. Pedalboard: Spotify’s framework for adding effects to audio in Python

News Around the World 🗺

Big Tech News 🏢

  • Apple vs Epic is a big lawsuit happening that has many implications. Epic lost a majority of their arguments, but did win this one thing that you should care about. You can read about some of the implications here.

  • What else is new? Facebook is in hot water yet again after the Wall Street Journal released the Facebook Files. Stating "Facebook Inc. knows, in acute detail, that its platforms are riddled with flaws that cause harm, often in ways only the company fully understands. That is the central finding of a Wall Street Journal series, based on a review of internal Facebook documents, including research reports, online employee discussions and drafts of presentations to senior management."

  • Intuit acquired Mailchimp for $12 billion. No VC money was needed in building Mailchimp.

Completely useless to your career but still great 🙃

Best Resource of the Month 🥽

This is a strange resource of the month, but it is just too good not to share. Programmers, especially great ones, can solve problems in unique ways that many can't. That's why we get paid... to solve problems. This HackerNews user has the most creativity I have ever seen from anyone:

When I launched my former bitcoin casino in 2011 (it's gone, but it was a casino where all games, even roulette tables were multiplayer, on a platform built from scratch starting in '08), I handled all web requests through a server in Costa Rica that cost about $6/mo. Where I had a shell corporation for $250/year. Once the front end -- the bullet containing the entire casino code, about 250kb -- loaded, from Costa Rica, and once a user logged in, they were socketed to a server that handled the gaming action in the Isle of Man. Graphics and sounds were still sent from the Costa Rica server. I didn't have a gaming license in the IoM, though - that was around $400k to acquire legally. So I found a former IoM MP who was a lawyer, who wrote a letter to the IoM gov't stating that we didn't perform random calculations on their server, thus weren't a gambling site under IoM law. Technically that meant that no dice roll or card shuffle leading to a gambling win or loss took place on that server. So the IoM server handled the socketed user interactions, chat, hand rotation and tournament stuff. Also the bitcoin daemon and deposits/withdrawals. But to avoid casino licensing, I then set up a VPS in Switzerland that did only one thing: Return random numbers or shuffled decks of cards, with its own RNG. It was a quick backend cUrl call that would return a fresh deck or a dice roll, for any given random interaction on the casino servers. The IoM server would call the Swiss server every time a hand was dealt or a wheel was spun; the user was still looking at a site served from a cheap web host in Costa Rica. And thus... yeah, I guess I handled millions of requests a day over a $6 webserver, if you want to count it that way.

See the full discussion here.

Trick of the Month 🎩

GIF video

See you next month everyone!

By the way, I teach people how to code and get hired in the most efficient way possible as the Lead Instructor of Zero To Mastery Academy. You can see a couple of my courses below or see all ZTM courses here.

More from Zero To Mastery

Machine Learning Monthly Newsletter 💻🤖 preview
Machine Learning Monthly Newsletter 💻🤖

21st issue of the Machine Learning Monthly Newsletter! The must-read monthly machine learning newsletter by Daniel Bourke. Covering the most interesting news in the machine learning industry over the last month.

[Full Guide] Learn To Code For Free in 2024 & Get Hired in 5 Months (+ Have Fun Along The Way!) preview
Popular
[Full Guide] Learn To Code For Free in 2024 & Get Hired in 5 Months (+ Have Fun Along The Way!)

Updated for 2024 (including A.I. & ChatGPT). In 2014, I taught myself how to code & got hired in 5 months. This is the step-by-step guide I used. Now 1,000s of other people have also used it to learn to code for free & get hired as web developers.