Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Talk Python to Me: #400: Ruff - The Fast, Rust-based Python Linter

Link: https://talkpython.fm/episodes/show/400/ruff-the-fast-rust-based-python-linter

Our code quality tools (linters, test frameworks, and others) play an important role in keeping our code error free and conforming to the rules our teams have chosen. But when these tools become slugg
PyBites: 10 things that hamper your Python career progress

Link: https://pybit.es/articles/10-things-that-hamper-your-python-career-progress/

We all know that becoming a Python developer is hard.
There’s the “10,000-hour” principle which means there’s a significant amount of effort and time you’re going to have to invest.
More important tho
Python Software Foundation: The PSF is hiring a Security Developer-in-Residence!

Link: https://pyfound.blogspot.com/2023/01/the-psf-is-hiring-security-developer-in.html

The Python Software Foundation (PSF) is happy to announce the launch of a year-long security enhancement initiative that will include a security audit and the creation of a new Security Developer-in-R
PyCharm: PyCharm 2022.3.2 Is Out!

Link: https://blog.jetbrains.com/pycharm/2023/01/pycharm-2022-3-2/

The second minor release brings a list of improvements, and fixes for the debugger, test runner, and Python Console.
You can update to version 2022.3.2 by using the Toolbox App, installing it right fr
Awesome Python Applications: Moa Bridge

Link: https://gitlab.com/fedstoa/moa


Moa Bridge: A service to cross post [Mastodon](https://github.com/mastodon/mastodon) toots to Twitter and Instagram.
Links:

Repo
Home
PyBites: Fail. Fail better. A change in attitude towards Imposter Syndrome

Link: https://pybit.es/articles/fail-fail-better-a-change-in-attitude-towards-imposter-syndrome/

I’m afraid my introduction to you all will quickly turn into somewhat of a cliche.
Let me explain. You know what it’s like. You are watching a YouTube video on the latest and greatest tutorials (Yeah
James Bennett: Boring Python: dependency management

Link: https://www.b-list.org/weblog/2022/may/13/boring-python-dependencies/

This is the first in hopefully a series of posts I intend to write about how to build/manage/deploy/etc. Python applications in as boring a way as possible. So before I go any further, I want to be ab
Real Python: The Real Python Podcast – Episode #142: Orchestrating Large and Small Projects With Apache Airflow

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

Have you worked on a project that needed an orchestration tool? How do you define the workflow of an entire data pipeline or a messaging system with Python? This week on the show, Calvin Hendryx-Parke
Python for Beginners: Select Specific Columns in Pandas Dataframe

Link: https://www.pythonforbeginners.com/basics/select-specific-columns-in-pandas-dataframe

While working with dataframes in python, we sometimes need to select specific data. For this, we need to select one or more columns that may or may not be contiguous. I have already discussed how to s
Python⇒Speed: float64 to float32: Saving memory without losing precision

Link: https://pythonspeed.com/articles/float64-float32-precision/

Libraries like NumPy and Pandas let you switch data types, which allows you to reduce memory usage.
Switching from numpy.float64 (“double-precision” or 64-bit floats) to numpy.float32 (“single-precisi
Daniel Roy Greenfeld: Converting Markdown Headers to Checklist

Link: https://daniel.feldroy.com/posts/2023-01-converting-markdown-headers-to-checklist

For those times when you write out a long markdown document that you want to convert to a checklist. A future modification will be to link to the original GitHub or Notion headers so that you can clic
PyBites: Layoff fears – 5 tips to stay in control

Link: https://pybit.es/articles/layoff-fears-5-tips-to-stay-in-control/

Listen here:

Or watch here:


Welcome back to the Pybites podcast! 
This week we talk about:-How to see opportunity through difficulties.-How to react if everything is not going your way.-How to be s
Kushal Das: Introducing Tugpgp

Link: https://kushaldas.in/posts/introducing-tugpgp.html


At Sunet, we have heavy OpenPGP usage. But, every time a
new employee joins, it takes hours (and sometime days for some remote folks) to
have their Yubikey + OpenPGP setup ready.

Tugpgp is a small a
CodersLegacy: cx_Freeze vs Pyinstaller Comparison

Link: https://coderslegacy.com/cx_freeze-vs-pyinstaller-comparison/

In this article, we will be comparing two very popular libraries used for converting Python Code Files to standalone EXE’s (executables). This ‘cx_Freeze vs Pyinstaller’ comparison will help you under
John Ludhi/nbshare.io: Student T-Value Calculator

Link: https://www.nbshare.io/notebook/612937618/Student-T-Value-Calculator/


Student T-Value Calculator




Degree of Freedom:




Significance Level (α):









Example of Input Data:
Degree of Freedom: 10
Significance Level (α): 0.05
Results


T-Va
Python Circle: How to host Django application on DigitalOcean server using Gunicorn, Supervisor, and NGINX

Link: https://pythoncircle.com/post/781/how-to-host-django-application-on-digitalocean-server-using-gunicorn-supervisor-and-nginx/

hosting Django application on DigitalOcean Server with custom Domain. Using WSGI server to host the Django application. Hosting Django application with Gunicorn, Supervisor, NGINX. Service static and