Planet Python RSS
215 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Real Python: Quiz: What Are CRUD Operations?

Link: https://realpython.com/quizzes/crud-operations/

In this quiz, you’ll test your understanding of
CRUD Operations.
By working through this quiz, you’ll revisit the key concepts and techniques related to CRUD operations. Good luck!

[ Improve Your Pyt
PyCon: PyCon US 2024 Sprints will be here before you know it!

Link: https://pycon.blogspot.com/2024/05/pycon-us-2024-sprints-will-be-here.html

The Development Sprints are coming soon. Make sure you plan ahead:
When: Sprints will take place on May 20, 2024 8:00am through May 23, 2024 11:00pm ESTWhere: At PyCon US at the David L. Lawrence Conv
Real Python: How to Get the Most Out of PyCon US

Link: https://realpython.com/pycon-guide/

Congratulations! You’re going to PyCon US!
Whether this is your first time or not, going to a conference full of people who love the same thing as you is always a fun experience. There’s so much more
Real Python: Python's Built-in Exceptions: A Walkthrough With Examples

Link: https://realpython.com/python-built-in-exceptions/

Python has a complete set of built-in exceptions that provide a quick and efficient way to handle errors and exceptional situations that may happen in your code. Knowing the most commonly used built-i
Mike Driscoll: An Intro to Logging with Python and Loguru

Link: https://www.blog.pythonlibrary.org/2024/05/15/an-intro-to-logging-with-python-and-loguru/

Python’s logging module isn’t the only way to create logs. There are several third-party packages you can use, too. One of the most popular is Loguru. Loguru intends to remove all the boilerplate you
Talk Python to Me: #462: Pandas and Beyond with Wes McKinney

Link: https://talkpython.fm/episodes/show/462/pandas-and-beyond-with-wes-mckinney

This episode dives into some of the most important data science libraries from the Python space with one of its pioneers: Wes McKinney. He's the creator or co-creator of pandas, Apache Arrow, and Ibis
Robin Wilson: Some matplotlib tips – a reblog

Link: https://blog.rtwilson.com/some-matplotlib-tips-a-reblog/

I was looking through my past blog posts recently, and thought a few of them were worth ‘reblogging’ so that more people could see them (now that my blog posts are getting more readers). So, here are
Armin Ronacher: Using Rust Macros for Custom VTables

Link: http://lucumr.pocoo.org/2024/5/16/macro-vtable-magic

Given that building programming languages and interpreters is the
developer's most favorite hobby, I will never stop writing templating
engines. About three years ago I first wanted to see if I can m
PyCharm: PyCharm 2024.2 EAP Is Open!

Link: https://blog.jetbrains.com/pycharm/2024/05/2024-2-eap/

This blog post marks the start of the Early Access Program for PyCharm 2024.2. The PyCharm 2024.2 EAP 1 build is now accessible for download, providing an early glimpse into the exciting updates on th
Real Python: The Real Python Podcast – Episode #205: Considering Accessibility & Assistive Tech as a Python Developer

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

What's it like to learn Python as a visually impaired or blind developer? How can you improve the accessibility of your Python web applications and learn current guidelines? This week on the show, Rea
Ed Crewe: Software Engineering Hiring and Firing

Link: http://edcrewe.blogspot.com/2024/04/software-engineering-hiring-and-firing.html

The jump in interest rates to the highest level in over 20 years that hit in summer 2023 for the US, UK and many other countries is still impacting the Software industry. Rates may be due to drop soon
ListenData: 4 Ways to Correct Grammar with Python

Link: https://www.listendata.com/2024/01/4-ways-to-correct-grammar-with-python.html

This tutorial explains various methods for checking and correcting grammar using Python. Automatic grammar correction helps students, professionals and content creators to make sure their writing foll
PyCon: PyCon US 2024 Welcomes Seven Companies to Startup Row

Link: https://pycon.blogspot.com/2024/05/startup-row-pycon-us-2024.html

It’s another year, and that means it’s time for another PyCon US. This event offers an opportunity to bring together a vibrant and diverse community of engineers, data scientists, researchers, student
Zato Blog: SSH commands as API microservices

Link: https://zato.io/en/blog/ssh-api-service.html


SSH commands as API microservices


2024-05-20, by Dariusz Suchojad


This is a quick guide on how to turn SSH commands into a REST API service. The use-case may be remote administration
of devices
Robin Wilson: How to subscribe to releases on Github

Link: https://blog.rtwilson.com/how-to-subscribe-to-releases-on-github/

For a while I’d wished there was an easy way to get notified when my favourite open-source packages release a new version. I’d often see something on social media, but that tended to only be for the l
Real Python: Basic Data Types in Python: A Quick Exploration

Link: https://realpython.com/python-data-types/

Python has several basic data types that are built into the language. With these types, you can represent numeric values, text and binary data, and Boolean values in your code. So, these data types ar
PyCoder’s Weekly: Issue #630 (May 21, 2024)

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

#630 – MAY 21, 2024 View in Browser » Accessibility & Assistive Tech as a Python Developer What’s it like to learn Python as a visually impaired or blind developer? How can you improve the acces
Python Bytes: #384 Force push lightly

Link: https://pythonbytes.fm/episodes/show/384/force-push-lightly

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

<ul>
<li><a href="https://adamj.eu/tech/2023/10/31/git-force-push-safely/"><strong>Git: Force push safely with</strong></a><a href="https://adamj
The Python Show: 41 - Python Packaging and FOSS with Armin Ronacher

Link: https://www.pythonshow.com/p/41-python-packaging-and-foss-with

In this episode, I chatted with Armin Ronacher about his many amazing Python packages, such as pygments, flask, Jinja, Rye, and Click!Specifically, we talked about the following:How Flask came aboutFa