Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Real Python: Using the Terminal on Linux

Link: https://realpython.com/courses/using-terminal-linux/

The terminal can be intimidating to work with when you’re used to working with graphical user interfaces. However, it’s an important tool that you need to get used to in your journey as a Python devel
STX Next: Django Examples: Top 18 Django Websites

Link: https://www.stxnext.com/blog/django-websites-examples/




Nowadays, having a dynamic and scalable website is a must. Without one, your business might as well not exist. With that said, you might be wondering which programming language or framework is be
STX Next: Elevate Your NLP Strategy with Hugging Face: A Guide for Tech Experts

Link: https://www.stxnext.com/blog/hugging-face-nlp-library-guide/




According to a recent report, the global machine learning market is expected to grow significantly in the coming years, from $21.17 billion in 2022 to $209.91 billion by 2029. The demand for ML a
TestDriven.io: Securing FastAPI with JWT Token-based Authentication

Link: https://testdriven.io/blog/fastapi-jwt-auth/

This tutorial shows how to secure a FastAPI application with JWT Token-based Authentication.
PyCoder’s Weekly: Issue #562 (Jan. 31, 2023)

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

#562 – JANUARY 31, 2023 View in Browser » Orchestrating Large and Small Projects With Apache Airflow Have you worked on a project that needed an orchestration tool? How do you define the workflo
PyCharm: Webinar: Ruff – Faster Python Linting With Rust

Link: https://blog.jetbrains.com/pycharm/2023/01/webinar-ruff-python-linting-with-rust/

Ruff is an extremely fast Python linter and code transformation tool, written in Rust. As the Python ecosystem has evolved, static analysis has taken a bigger and bigger role in the development and ma
Django Weblog: Django security releases issued: 4.1.6, 4.0.9, and 3.2.17

Link: https://www.djangoproject.com/weblog/2023/feb/01/security-releases/

In accordance with our security release policy, the Django team
is issuing
Django 4.1.6,
Django 4.0.9, and
Django 3.2.17.
These releases addresses the security issue detailed below. We encourage all
u
EuroPython: EuroPython January 2023 Newsletter

Link: https://blog.europython.eu/europython-january-2023-newsletter/

Hey hey!Been awhile since we slid into your inbox. A lot has happened since our last update, we discharged the previous board, ratified a new one. We went through 10+ community and commercial proposal
Luke Plant: Python’s “Disappointing” Superpowers

Link: https://lukeplant.me.uk/blog/posts/pythons-disappointing-superpowers/

In Hillel Wayne’s post “I am disappointed by dynamic typing”, he expresses his sense that the Python ecosystem doesn’t really make the most of the possibilities that Python provides as a dynamically t
CodersLegacy: Tkinter GUI Designer Tutorial (Figma to Tkinter)

Link: https://coderslegacy.com/tkinter-gui-designer-tutorial/

Creating complex and visually appealing interfaces can be time-consuming and difficult with Tkinter alone. GUI development requires writing alot of code, including carefully positioning each GUI eleme
Python⇒Speed: Don't bother trying to estimate Pandas memory usage

Link: https://pythonspeed.com/articles/estimating-pandas-memory/

You have a file with data you want to process with Pandas, and you want to make sure you won’t run out of memory.
How do you estimate memory usage given the file size?
At times you may see estimates l
Bhishan Bhandari: Deep learning for style transfer – Understanding baselines

Link: https://thetaranights.com/deep-learning-for-style-transfer-understanding-baselines/

The purpose of this writeup is to demystify the style transfer method in this famous paper Arbitrary Style Transfer in Real-time with Adaptive Instance Normalization. It is an old paper but a very fou
Python for Beginners: Convert Dictionary to JSON in Python

Link: https://www.pythonforbeginners.com/basics/convert-dictionary-to-json-in-python

JSON file formats are used extensively for data transmission. This article will discuss how we can convert a python dictionary to JSON format.
Table of ContentsWhat is JSON Format?Convert Python Dicti
Justin Mayer: Python Development Environment on MacOS Ventura and Monterey

Link: https://hackercodex.com/guide/python-development-environment-on-mac-osx/

While installing Python and Virtualenv on MacOS Ventura and Monterey can be done several ways, this tutorial will guide you through the process of configuring a stock Mac system into a solid Python de