Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Real Python: Add Logging and Notification Messages to Flask Web Projects

Link: https://realpython.com/flask-logging-messages/

After implementing the main functionality of a web project, you may find that your app is rough around the edges. Often, this boils down to the user experience (UX) of your project. For example, when
James Bennett: Use Django's system checks

Link: https://www.b-list.org/weblog/2023/dec/20/django-system-check/

This is part of a series of posts I’m doing as a sort of Python/Django Advent calendar, offering a small tip or piece of information each day from the first Sunday of Advent through Christmas Eve. See
Hynek Schlawack: Don’t Start Pull Requests from Your Main Branch

Link: https://hynek.me/articles/pull-requests-branch/

When contributing to other users’ repositories, always start a new branch in your fork.
Doug Hellmann: sphinxcontrib-datatemplates 0.11.0

Link: https://doughellmann.com/releases/sphinxcontrib-datatemplates-0-11-0/

What’s new in 0.11.0? handle file exceptions when loading data or templates (contributions by Bizordec)
PyCharm: PyCharm 2023.3.2 Is Out!

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

The second bug-fix update for v2023.3 is now available.
You can update to this version from inside the IDE, using the Toolbox App, or using snaps if you are a Ubuntu user. You can also download it fro
TestDriven.io: Basic and Full-text Search with Django and Postgres

Link: https://testdriven.io/blog/django-search/

This tutorial looks at how to add basic and full-text search to a Django app with Postgres.
Brett Cannon: Announcing microvenv 2023.5

Link: https://snarky.ca/announcing-microvenv-2023-5/

In my blog post explaining how virtual environments work, I announced my project called microvenv. At the time, my only goal was to create a package which could create virtual environments in a minima
James Bennett: Don't use Python's property

Link: https://www.b-list.org/weblog/2023/dec/21/dont-use-python-property/

This is part of a series of posts I’m doing as a sort of Python/Django Advent calendar, offering a small tip or piece of information each day from the first Sunday of Advent through Christmas Eve. See
CodersLegacy: Selenium: How to scroll to the Bottom of the Page (Python)

Link: https://coderslegacy.com/selenium-scroll-to-bottom-of-page-python/

In this tutorial, we will explore how to use Selenium in Python to scroll to the bottom of a webpage gradually. Scrolling is often required when dealing with dynamically loading content or capturing d
Real Python: The Real Python Podcast – Episode #184: PyCoder's Weekly 2023 Wrap Up

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

It's been a fascinating year for the Python language and community. PyCoder's Weekly included over 1,500 links to articles, blog posts, tutorials, and projects in 2023. Christopher Trudeau is back on
PyCharm: Django vs FastAPI: Which is the Best Python Web Framework?

Link:

Introduction If you’re new to web development and have only recently heard of “Frameworks” as a method of speeding up your application development, then you’re in the right place. Today, we’ll explore
James Bennett: Set cookies the right way

Link: https://www.b-list.org/weblog/2023/dec/22/set-django-cookies/

This is part of a series of posts I’m doing as a sort of Python/Django Advent calendar, offering a small tip or piece of information each day from the first Sunday of Advent through Christmas Eve. See
Peter Hoffmann: Exploring Mountain Huts with SPARQL and Wikidata

Link: http://peter-hoffmann.com/2023/exploring-mountain-huts-with-sparql-and-wikidata.html

For outdoor enthusiasts and avid hikers, searching for mountain huts or shelters
is a common thing in tour planning. In this blog post,
we'll embark on a journey to retrieve information about mountai
CodersLegacy: Pyinstaller EXE detected as Virus? (Solutions and Alternatives)

Link: https://coderslegacy.com/pyinstaller-exe-detected-as-virus-solutions/

PyInstaller, a popular tool for converting Python scripts into standalone executables, has become a go-to choice for developers seeking to distribute their applications. However, a rising concern amon
James Bennett: Compare strings the right way

Link: https://www.b-list.org/weblog/2023/dec/23/compare-python-strings/

This is part of a series of posts I’m doing as a sort of Python/Django Advent calendar, offering a small tip or piece of information each day from the first Sunday of Advent through Christmas Eve. See
Brett Cannon: Introducing basicenum

Link: https://snarky.ca/introducing-basicenum/

In the summer of 2022, my partner was taking her machine learning course as part of UBC&aposs Key Capabilities in Data Science certificate. I was Andrea&aposs on-call tutor for any Python questions, s