/Python

Discover The Role Of Python in Space Exploration

tl;dr: "The goal is not to learn Python, the goal is to understand how Python plays a role in the innovative solutions that NASA creates."

featured in #205


Building A Recommendation Engine Inside Postgres With Python And Pandas

- Craig Kerstiens tl;dr: Craig guides us through his experimental recommendation engine - with "SciPy, NumPy and Pandas there is a lot of interesting potential here."

featured in #200


Ten Years of Flask: Conversation With Creator Armin Ronacher

- Armin Ronacher Christopher Bailey tl;dr: Podcast episode where Armin talks about the origins of Flask, the components that make up the framework, documenting a framework or API, and how he would do it all differently now.

featured in #195


Hashing it Out

- Akshay Ravikumar tl;dr: Akshay runs through 4 advanced Python dictionary questions and solutions he presented students at MIT.

featured in #193


Announcing Pylance: Fast, Feature-Rich Language Support For Python In Visual Studio Code

- Savannah Ostrowski tl;dr: Includes Type Information, Auto-Imports, Type Checking Diagnostics and more.

featured in #191


How To Trick A Neural Network In Python 3

- Alvin Wan tl;dr: A tutorial that teaches you to trick an animal classifier and an understanding of how to defend against such tricks.

featured in #190


How Async Should Have Been

- Nikita Sobolev tl;dr: Here the author provides his thoughts about the feature along with an outline of a new solution.

featured in #188


Space Science with Python - A Data Science Tutorial Series

- Thomas Albin tl;dr: "A tutorial series that links Space Science with Python."

featured in #186


Ultimate Guide To Python Debugging

- Martin Heinz tl;dr: Using print statements is "far from ideal and there are much better ways to find out what's wrong with your code," explored in this article.

featured in #186


Stop Using datetime.now!

- Haki Benita tl;dr: Discusses dependency injection as a design pattern, which has the main benefit of decoupling modules, functions & objects.

featured in #184