Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Real Python: How to Iterate Over Rows in pandas, and Why You Shouldn't

Link: https://realpython.com/pandas-iterate-over-rows/

One of the most common questions you might have when entering the world of pandas is how to iterate over rows in a pandas DataFrame. If you’ve gotten comfortable using loops in core Python, then this
TestDriven.io: Django vs. Flask in 2023: Which Framework to Choose

Link: https://testdriven.io/blog/django-vs-flask/

In this article, we'll look at the best use cases for Django and Flask along with what makes them unique, from an educational and development standpoint.
Zero to Mastery: Python Monthly Newsletter 💻🐍

Link: https://zerotomastery.io/blog/python-monthly-newsletter-january-2023/?utm_source=python-rss-feed

38th issue of the Python Monthly Newsletter! Read by 25,000+ Python developers every month. This monthly Python newsletter covers the latest Python news so that you stay up-to-date with the industry a
Python Bytes: #321 A Memorial To Apps Past

Link: https://pythonbytes.fm/episodes/show/321/a-memorial-to-apps-past

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

<p><strong>About the show</strong></p>

<p>Sponsored by <a href="http://pythonbytes.fm/f
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