Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
PyCoder’s Weekly: Issue #540 (Aug. 30, 2022)

Link: https://pycoders.com/issues/540

#540 – AUGUST 30, 2022 View in Browser » Building a URL Shortener With FastAPI and Python In this video course, you’ll build an app to create and manage shortened URLs. Your Python URL shortener
PyBites: Lessons learned from The Programmer’s Brain

Link: https://pybit.es/articles/pp84-the-programmers-brain/

Listen now:

This week we talk with AJ Kerrigan (Twitter / LinkedIn) about Felienne Hermans’ The Programmer’s Brain, an important book we recommend every developer should read (at least once).
Structu
Python for Beginners: Python Lists Cheat Sheet

Link: https://www.pythonforbeginners.com/lists/python-lists-cheat-sheet-2

What is a List?
Python Lists are used to store collections of data. Python can assign multiple values to a single list, which is handy if you’re dealing with a lot of data.
Lists can hold any type of
Real Python: How Can You Install a Pre-Release Version of Python?

Link: https://realpython.com/python-pre-release/

The Python language is in constant development.
A new version is released annually in October to great fanfare.
Before these stable releases, you can preview the new features by installing a pre-relea
STX Next: Women in Python: Success Stories, Career Advice, and Life Lessons

Link: https://www.stxnext.com/blog/women-in-python/




Python is one of the top 11 most in-demand programming languages in the US these days, according to Indeed. This makes it a viable and potentially lucrative career path for people in tech, and wo
Mike Driscoll: The Python Decorators Video Tutorial

Link: https://www.blog.pythonlibrary.org/2022/09/01/the-python-decorators-video-tutorial/

Learn all about how Python decorators work with Mike Driscoll
What you'll learn:

How functions work
Function Introspection
Closures
Creating a Decorator
Stacking Decorators
Decorators with Arguments
Python Engineering at Microsoft: Python in Visual Studio Code – September 2022 Release

Link: https://devblogs.microsoft.com/python/pvsc-sept-2022/

We’re excited to announce that the September 2022 release of the Python and Jupyter extensions for Visual Studio Code are now available!
This release includes the following announcements:

Improved In
PyBites: How to get more things done consistently?

Link: https://pybit.es/articles/pp85-getting-things-done/

Listen here:

Welcome back to another podcast episode. In this one we answer a question that was asked by Shreyas: I would love to listen to how you and Julian manage your lives in terms of day time j
Kushal Das: Johnnycanencrypt 0.9.0 release

Link: https://kushaldas.in/posts/johnnycanencrypt-0-9-0-release.html


3 days ago I released Johnnycanencrypt 0.9.0. Here is the changelog:
- Adds `setuptools-rust` as build system.
- Key.uids now contains the certification details of each user id.
- `merge_keys` in rjc
Real Python: The Real Python Podcast – Episode #123: Creating a Python Code Completer & More Abstract Syntax Tree Projects

Link: https://realpython.com/podcasts/rpp/123/

How does a code completion tool work? What is an Abstract Syntax Tree, and how is it created in Python? How does an AST help you write programs and projects that inspect and modify your Python code? T
Python for Beginners: Text Analysis in Python

Link: https://www.pythonforbeginners.com/basics/text-analysis-in-python

Analyzing text data is one of the most common tasks in the life of a person who works in natural language processing, machine learning and related areas. We need to find patterns, search specific stri
EuroPython: EuroPython August 2022 Newsletter

Link: https://blog.europython.eu/europython-august-2022-newsletter/

Hey, there! Welcome to the post-conference EuroPython newsletter! We hope you enjoyed the conference and had a great time, whether you joined us in person or remote.As you probably noticed, we skipped
John Ludhi/nbshare.io: How To Get Measures Of Spread With Python

Link: https://www.nbshare.io/notebook/18988824/How-To-Get-Measures-Of-Spread-With-Python/







How To Get Measures Of Spread With Python










Measures of spread tell how spread the data points are. Some examples of measures of spread are quantiles, variance, standard deviation and me
John Ludhi/nbshare.io: How To Get Measures Of Spread With Python

Link: https://www.nbshare.io/notebook/581906356/How-To-Get-Measures-Of-Spread-With-Python/

How To Get Measures Of Spread With Python

Measures of spread tell how spread the data points are. Some examples of measures of spread are quantiles, variance, standard deviation and mea
Python Bytes: #299 Will McGugan drops by

Link: https://pythonbytes.fm/episodes/show/299/will-mcgugan-drops-by

<p><strong>Watch the live stream:</strong></p>

<a href='https://www.youtube.com/watch?v=ayew8VBP3aA' style='font-weight: bold;'>Watch on YouTube</a><br>
<br>

<p><strong>About the show</strong></p>
The Lunar Cowboy: Historical Values in Python

Link: https://lunarcowboy.com/historical-values-in-python.html

Often in programming we have some "constant" value that we define as a
variable in Python. But the only try constant is change.
Consider for example you have a program that needs to process a file wi