Planet Python RSS
217 subscribers
16.7K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Glyph Lefkowitz: DANGIT

Link: https://blog.glyph.im/2024/12/dangit.html

Over the last decade, it has become a common experience to be using a social
media app, and to perceive that app as saying something specific to you.
This manifests in statements like “Twitter thinks
Real Python: Programming Sockets in Python

Link: https://realpython.com/courses/programming-sockets/

Sockets and the socket API are used to send messages across a network. They provide a form of inter-process communication (IPC). The network can be a logical, local network to the computer, or one tha
Python Insider: Python 3.14.0 alpha 3 is out

Link: https://pythoninsider.blogspot.com/2024/12/python-3140-alpha-3-is-out.html

O Alpha 3, O Alpha 3, how lovely are your branches!
https://www.python.org/downloads/release/python-3140a3/
This is an early developer preview of Python
3.14
Major
new features of the 3.14 series, com
PyCoder’s Weekly: Issue #660 (Dec. 17, 2024)

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

#660 – DECEMBER 17, 2024 View in Browser » PyMyFlySpy: Track Your Flight Using Its Headrest Data Robert is the creator of PySkyWiFi, a “completely free, unbelievably stupid wi-fi on long-haul fl
Real Python: Get Started With Django User Management

Link: https://realpython.com/django-user-management/

Django user management allows you to integrate user authentication and management into your web applications. By using Django, you can leverage the framework’s built-in authentication system to manage
Michael Foord: New Course: Secure Python Web Application Development

Link: https://agileabstractions.com/security-training-course/

This two day course covers Full Stack Security with the Defence in Depth approach. It covers important security principles, and mitigating specific vulnerabilities including The OWASP Top Ten, but is
Michael Foord: New Course: Object Oriented Programming Theory with Python

Link: https://agileabstractions.com/oop-training-course/

A practical two day course on the object oriented features of Python. Perfect for programmers with some experience of Python looking to use objects and classes and to understand them. An excellent cou
Wingware: Wing Python IDE Version 10.0.8 - December 18, 2024

Link: https://wingware.com/news/2024-12-18

This release fixes AI Chat to continue to work after OpenAI drops v1 API
support this month, uses the configured AI model also for AI Chat, fixes the
debugger to work when two or more versions of Pyth
Django Weblog: Django 6.x Steering Council Election Results

Link: https://www.djangoproject.com/weblog/2024/dec/18/django-6x-steering-council-election-results/

The Steering Council for the Django 6.x release cycle will be:

Carlton Gibson
Emma Delescolle
Frank Wiles
Lily Foote
Tim Schilling

Voting breakdown:

400 eligible voters
215 votes received (54%)

We
Real Python: Quiz: How to Remove Items From Lists in Python

Link: https://realpython.com/quizzes/remove-item-from-list-python/

In this quiz, you’ll test your understanding of How to Remove Items From Lists in Python.
By working through this quiz, you’ll revisit the different approaches to removing items from a list in Python,
The Python Show: 50 - Imposter Syndrome

Link: https://www.pythonshow.com/p/50-imposter-syndrome

Imposter syndrome is a topic that some engineers and developers struggle with. It’s basically a type of self-doubt. WebMD has a good description and some good ideas for fighting self-doubt.Ways to com
Quansight Labs Blog: LAPACK in your web browser: high-performance linear algebra with stdlib

Link: https://labs.quansight.org/blog/lapack-in-stdlib

Implementing LAPACK routines for numerical computation in web applications
Python Morsels: Merging dictionaries in Python

Link: https://www.pythonmorsels.com/merging-dictionaries/

Merging dictionaries in Python is usually as simple as a single pipe character.



Table of contents

Merging dictionaries with | in Python
Merging dictionaries with the update method
Merging dictiona
Real Python: The Real Python Podcast – Episode #232: Exploring Modern Sentiment Analysis Approaches in Python

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

What are the current approaches for analyzing emotions within a piece of text? Which tools and Python packages should you use for sentiment analysis? This week, Jodie Burchell, developer advocate for
Matt Layman: Postgres To SQLite - Building SaaS #209.3

Link: https://www.mattlayman.com/videos/postgres-to-sqlite-building-saas-209/

In this episode, the third portion of the stream covers how I migrated my Heroku-backed Postgres database to SQLite. I finished the migration of my app from running on Heroku to running on DigitalOcea
Matt Layman: Docker Image For Kamal - Building SaaS #209.2

Link: https://www.mattlayman.com/videos/docker-image-for-kamal-building-saas-209/

In this episode, the second portion of the stream worked on fixing up the Docker image so that we could get the DigitalOcean droplet functional. This is the second stream chunk because I was having ne
Matt Layman: Bootstrap Kamal On Droplet - Building SaaS #209.1

Link: https://www.mattlayman.com/videos/bootstrap-kamal-on-droplet-building-saas-209/

In this episode, I worked to finish the cloud migration to DigitalOcean for JourneyInbox. We started the stream by bootstrapping Kamal on the server. I hit network issues so this stream is split into
Stack Abuse: Performance Optimization for Django-Powered Websites on Shared Hosting

Link: https://stackabuse.com/performance-optimization-for-django-powered-websites-on-shared-hosting/

Running a Django site on shared hosting can be really agonizing. It's budget-friendly, sure, but it comes with strings attached: sluggish response time and unexpected server hiccups. It kind of makes