Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Mark Dufour: Fast DOOM WAD renderer in 999 lines of Python

Link: http://shed-skin.blogspot.com/2024/01/fast-doom-wad-renderer-in-999-lines-of.html

For the longest time, I've wanted to re-implement the original DOOM engine in Python, and compile it with Shedskin to get reasonable performance. So when I finally ran across a pretty small engine wri
TechBeamers Python: A Beginner’s Guide to Python Random Sampling

Link: https://www.techbeamers.com/random-sampling-in-python/

Random sampling might sound complicated, but it’s a super useful skill when working with data in Python. It helps you pick out bits of information without going through everything. Python’s got this c
Django Weblog: Unlock Early Savings: Early Bird Tickets for DjangoCon Europe 2024 Now Available!

Link: https://www.djangoproject.com/weblog/2024/jan/04/early-bird-tickets-for-djangocon-europe-2024/

You can take advantage of our Early Bird ticket sale for DjangoCon Europe 2024. By purchasing your tickets early, you not only guarantee your attendance at one of the most exciting Django events but a
TechBeamers Python: How to Achieve Python String indexOf Using Find() and Index()

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

The indexOf method helps locate a substring in a string, pointing to its first appearance. In Python, there isn’t a direct string indexOf method. But we can achieve the same functionality using variou
TechBeamers Python: Python Syntax – Quick Start Guide

Link: https://www.techbeamers.com/python-syntax/

Python, the language known for its simplicity and friendliness, has a way of writing code called syntax. It’s like the grammar of Python, telling you how to structure your code so the computer can und
TechBeamers Python: 25 Sampling Interview Questions and Answers to Remember

Link: https://www.techbeamers.com/sampling-interview-questions-answers/

Find out 25 commonly asked sampling interview questions distributed across different categories. These questions cover a range of topics related to sampling and can be used to assess the interviewee’s
TechBeamers Python: How to Make a Unique List in Python

Link: https://www.techbeamers.com/unique-list-in-python/

In the world of Python, handling data is a big deal. We often work with lists, and sometimes, we need to make sure they only have unique items. In this detailed guide, we’ll explore different ways to
Real Python: The Real Python Podcast – Episode #186: Exploring Python in Excel

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

Are you interested in using your Python skills within Excel? Would you like to share a data science project or visualization as a single Office file? This week on the show, we speak with Principal Arc
TechBeamers Python: Comparing Two Lists in Python

Link: https://www.techbeamers.com/compare-two-lists-in-python/

Comparing two lists is a common task in programming, and it becomes crucial when you need to find differences, and intersections, or validate data consistency. In this tutorial, we will explore variou
CodersLegacy: Switching between Multiple Screens in Tkinter (dynamically)

Link: https://coderslegacy.com/switching-between-multiple-screens-pages-in-tkinter/

The following article demonstrates a useful trick in Tkinter to create multiple “screens” (e.g. a login screen, register screen, main page screen) within a single window! Instead of creating a new win
Matt Layman: Fun With Scrapy Link Validation on CI

Link: https://www.mattlayman.com/blog/2024/fun-scrapy-validation-ci/

Here’s my scenario: I have a static site generator that is building HTML pages for a community project that I’m working on. How can I make sure, automatically, that all the links to other internal pag
Data School: What are conda, Anaconda, and Miniconda? 🐍

Link: https://www.dataschool.io/conda-vs-anaconda-vs-miniconda/

If you&aposve ever taken one of my data science courses, you&aposve probably noticed that I frequently recommend the Anaconda distribution of Python.
You might be left wondering:

What is the Anaconda
Python People: Will Vincent - Django, Writing Technical Books

Link: https://pythonpeople.fm/episodes/will-vincent-django-writing-technical-books

Will Vincent is a former board member of the Django Software Foundation. He's written 3 books on Django, writes a django newsletter, is a podcast co-host for Django Chat.
★ Support this podcast while
Real Python: Learn From 2023's Most Popular Python Tutorials and Courses

Link: https://realpython.com/popular-python-tutorials-2023/

Python is always getting better, and 2023 brought a number of exciting developments. As part of the Faster CPython project, Python 3.12 is speedier than previous versions. The new release brings impro
Anarcat: Last year on this blog

Link: https://anarc.at/blog/2024-01-08-one-more-year/

So this blog is now celebrating its 21st birthday (or 20 if you count
from zero, or 18 if you want to be pedantic), and I figured I would do
this yearly thing of reviewing how that went.
Number of pos
Django Weblog: DSF Board 2024 Elections – New board members 👋

Link: https://www.djangoproject.com/weblog/2024/jan/08/dsf-board-2024-elections-new-board-members/


Following our

2024 DSF Board Election Results

, here are quick introductions from our two new board members, Sarah
Abderemane and Thibaud Colas, elected for a two-year term for 2024-2
Montreal Python User Group: Montréal-Python 2024 Elections

Link: https://montrealpython.org/en/2024/01/2024-elections/

Dear Pythonistas, after many years of commitment, the current Python Montreal board of directors team has decided to pass the torch. We are now opening the doors to new, passionate members of the Pyth
Python⇒Speed: NumPy 2 is coming: preventing breakage, updating your code

Link: https://pythonspeed.com/articles/numpy-2/

If you’re writing scientific or data science code with Python, there’s a good chance you’re using NumPy, directly or indirectly.
Pandas, Scikit-Image, SciPy, Scikit-Learn, AstroPy… these and many othe