Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Django Weblog: Announcing DjangoCon Europe 2024 in Vigo, Spain!

Link: https://www.djangoproject.com/weblog/2023/oct/14/djangocon-europe-2024/

We're thrilled to announce the much-anticipated return of DjangoCon Europe, set to take place in the vibrant city of Vigo, Spain, in 2024!
DjangoCon Europe has been a cornerstone of the Django communi
Armin Ronacher: EuroRust 2023 Reflections: What's a Conference For?

Link: http://lucumr.pocoo.org/2023/10/14/eurorust-whats-a-conference

I very rarely write recaps of conferences but this time around I could not
resist. This is for a lot of reasons. To kick things off, quite a bit of
what was on my mind relates quite directly to a per
Talk Python to Me: #433: Litestar: Effortlessly Build Performant APIs

Link: https://talkpython.fm/episodes/show/433/litestar-effortlessly-build-performant-apis

We all know about Flask and Django. And of course FastAPI made a huge splash when it came on the scene a few years ago. But new web frameworks are being creating all the time. And they have these earl
Real Python: Build a Blog From Scratch With Django

Link: https://realpython.com/build-a-blog-from-scratch-django/

There are plenty of blogging platforms out there that you can use out of the box. However, building your own blog from scratch with Django is a great way to keep control over your content. Even if you
Python Bytes: #356 Ripping from PyPI

Link: https://pythonbytes.fm/episodes/show/356/ripping-from-pypi

<strong>Topics covered in this episode:</strong><br>

<ul>
<li><a href="https://www.psycopg.org/psycopg3/"><strong>Psycopg 3</strong></a></li>
<li><a href="https://github.com/konradhalas/dacite"><str
Real Python: Python Basics Exercises: Object-Oriented Programming

Link: https://realpython.com/courses/object-oriented-programming-exercises/

In Python Basics: Object-Oriented Programming, you learned how OOP, or object-oriented programming, is a method of structuring a program by bundling related properties and behaviors into individual ob
PyCoder’s Weekly: Issue #599 (Oct. 17, 2023)

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

#599 – OCTOBER 17, 2023 View in Browser » How to Sort Unicode Strings Alphabetically in Python In this tutorial, you’ll learn how to correctly sort Unicode strings in Python while avoiding commo
PyBites: Our Concern with Programming Certifications

Link: https://pybit.es/articles/our-concern-with-programming-certifications/

In our new podcast episode, recorded in Córdoba, Spain, we talk about programming certifications and how they might not represent real developer skills.
Watch it on our YouTube channel:


Or listen he
TechBeamers Python: Reverse a String in Python

Link: https://www.techbeamers.com/reverse-a-string-in-python/

In Python, reversing a string can be a useful operation in various programming tasks. Reversed strings are commonly used for tasks like checking for palindromes, text processing, and data manipulation
TechBeamers Python: Python Append String Tutorial

Link: https://www.techbeamers.com/python-append-string/

This tutorial deep dives into how Python appends strings using different ways. Appending a string in Python means adding one string to the end of another string. This is a common task in programming,
Django Weblog: Nominations for 2023 Malcolm Tredinnick Memorial Prize

Link: https://www.djangoproject.com/weblog/2023/oct/18/nominations-for-2023-malcolm-tredinnick-memorial-p/

Hello Everyone!
It is that time of year again when we recognize someone from our community in memory of our friend Malcolm.
Malcolm was an early core contributor to Django and had both a huge influenc
Real Python: Python's F-String for String Interpolation and Formatting

Link: https://realpython.com/python-f-strings/

Python f-strings provide a quick way to interpolate and format strings. They’re readable, concise, and less prone to error than traditional string interpolation and formatting tools, such as the .form
Stack Abuse: Guide to Sets in Python

Link: https://stackabuse.com/guide-to-sets-in-python/

Introduction
At a glance, they might seem similar to lists or dictionaries, but sets come with their own set of properties and capabilities that make them indispensable in certain scenarios. Whether y
Reuven Lerner: I’m banned for life from advertising on Meta. Because I teach Python.

Link: https://lerner.co.il/2023/10/19/im-banned-for-life-from-advertising-on-meta-because-i-teach-python/

I’m a full-time instructor in Python and Pandas, teaching in-person courses at companies around the world (e.g., Apple and Cisco) and with a growing host of online products, including video courses an
Django Weblog: Djangonaut Space now accepting applications for our next contributor mentorship cohort

Link: https://www.djangoproject.com/weblog/2023/oct/19/djangonaut-space-now-accepting-applications/

We are thrilled to announce that Django has a mentorship program, and that we're open for applicants for our next cohort!
Djangonaut Space is an organization working to onboard and develop open source
Stack Abuse: Guide to Arrays in Python

Link: https://stackabuse.com/guide-to-arrays-in-python/

Introduction
Imagine you have a playlist of your favorite songs on your phone. This playlist is a list where each song is placed in a specific order. You can play the first song, skip to the second, j
TypeThePipe: Polars: Filter rows and columns based on percentage of NAs / nulls

Link: https://typethepipe.com/vizs-and-tips/python-polars-filter-rows-columns-based-on-null-percentage/

pre > code.sourceCode { white-space: pre; position: relative; }
pre > code.sourceCode > span { display: inline-block; line-height: 1.25; }
pre > code.sourceCode > span:empty { height: 1.2em; }
.source
Talk Python to Me: #434: Building Mobile Apps Backed with Python

Link: https://talkpython.fm/episodes/show/434/building-mobile-apps-backed-with-python

Are you building a mobile app and wondering where Python fits in the mix? Are you support others building these apps with backend APIs written in Python? Can you write your entire app, end to end, in