Planet Python RSS
215 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Real Python: Install and Execute Python Applications Using pipx

Link: https://realpython.com/python-pipx/

A straightforward way to distribute desktop and command-line applications written in Python is to publish them on the Python Package Index (PyPI), which hosts hundreds of thousands of third-party pack
PyCharm: PyCharm 2024.1 Is Here! Hugging Face Model Card Previews, Local Full Line Code Completion Updates, and more!

Link:

PyCharm 2024.1 is out with many key updates, including full line code completion for frontend frameworks, documentation preview for Hugging Face models and datasets, and multiple improvements to the u
Python Engineering at Microsoft: Python in Visual Studio Code – April 2024 Release

Link: https://devblogs.microsoft.com/python/python-in-visual-studio-code-april-2024-release/

We’re excited to announce the April 2024 release of the Python and Jupyter extensions for Visual Studio Code!
This release includes the following announcements:

Improved debug config flow for Flask a
Talk Python to Me: #455: Land Your First Data Job

Link: https://talkpython.fm/episodes/show/455/land-your-first-data-job

Interested in data science but you're not quite working in it yet? In software, getting that very first job can truly be the hardest one to land. On this episode, we have Avery Smith from Data Career
Real Python: The Real Python Podcast – Episode #199: Leveraging Documents and Data to Create a Custom LLM Chatbot

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

How do you customize a LLM chatbot to address a collection of documents and data? What tools and techniques can you use to build embeddings into a vector database? This week on the show, Calvin Hendry
Amjith Ramanujam: Rapid Prototyping in Python

Link: https://blog.amjith.com/rapid-prototyping-in-python

I was recently assigned to a new project at work. Like any good software engineer I started writing the pseudocode for the modules. We use C++ at work to write our programs.
I quickly realized it's no
PyBites: Python F-String Codes I Use Every Day

Link: https://pybit.es/articles/python-f-string-codes-i-use-every-day/


A few examples that will save the day probably* 95% of time.
*I don’t have the actual data but seriously, I bet you’ll find those tips useful more often than not!

Introduction
This article was origi
Python Morsels: Python's http.server module

Link: https://www.pythonmorsels.com/http-server/

Use Python's http.server module to serve up a static website on your own machine.



Table of contents

A directory trees of index.html files
Serving up HTML files with http.server
Customizing http.se
Python Insider: Python 3.11.9 is now available

Link: https://pythoninsider.blogspot.com/2024/04/python-3119-is-now-available.html

   This is the last bug fix release of Python 3.11 This is the ninth maintenance release of Python 3.11Python 3.11.9 is the newest major release of the Python programming language, and it contains man
👍1
EuroPython: EuroPython April 2024 Newsletter

Link: https://blog.europython.eu/europython-april-2024-newsletter/

Hello, Python enthusiasts! 👋Guess what? We&aposre on the home stretch now, with less than 100 days left until we all rendezvous in the enchanting city of Prague for EuroPython 2024!Only 91 days left u
Zato Blog: Integrating with Jira APIs

Link: https://zato.io/en/blog/jira-python-api.html


Integrating with Jira APIs


2024-04-08, by Dariusz Suchojad


Overview
Continuing in the series of articles about newest cloud connections in Zato 3.2, this episode covers Atlassian Jira
from the
Real Python: Python News: What's New From March 2024

Link: https://realpython.com/python-news-march-2024/

While many people went hunting for Easter eggs, the Python community stayed active through March 2024. The free-threaded Python project reached a new milestone, and you can now experiment with disabli
Anwesha Das: Test container image with eercheck

Link: http://anweshadas.in/test-container-image-with/

Execution Environments serves us the benefits of containerization by solving the issues such as software dependencies, portability. Ansible Execution Environment are Ansible control nodes packaged as
PyBites: Adventures in Import-land, Part II

Link: https://pybit.es/articles/adventures-in-import-land-part-ii/

“KeyError: 'GOOGLE_APPLICATION_CREDENTIALS‘”
It was way too early in the morning for this error. See if you can spot the problem. I hadn’t had my coffee before trying to debug the code I’d written the
Real Python: Generating QR Codes With Python

Link: https://realpython.com/courses/generating-qr-codes/

From restaurant e-menus to airline boarding passes, QR codes have numerous applications that impact your day-to-day life and enrich the user’s experience. Wouldn’t it be great to make them look good,
Mike Driscoll: Anaconda Partners with Teradata for AI with Python packages in the Cloud

Link: https://www.blog.pythonlibrary.org/2024/04/09/anaconda-partners-with-teradata-for-ai-with-python-in-the-cloud/

Anaconda has announced a new partnership with Teradata to bring Python and R packages to Teradata VantageCloud through the Anaconda Repository.
But what does that mean? This new partnership allows eng
Python Insider: Python 3.12.3 and 3.13.0a6 released

Link: https://pythoninsider.blogspot.com/2024/04/python-3123-and-3130a6-released.html

It’s time to eclipse the Python 3.11.9 release with two releases, one of which is the very last alpha release of Python 3.13: 
Python 3.12.3
300+ of the finest commits went into this latest maintenanc
PyCoder’s Weekly: Issue #624 (April 9, 2024)

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

#624 – APRIL 9, 2024 View in Browser » Install and Execute Python Applications Using pipx In this tutorial, you’ll learn about a tool called pipx, which lets you conveniently install and run Pyt
Python Bytes: #378 Python is on the edge

Link: https://pythonbytes.fm/episodes/show/378/python-is-on-the-edge

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

<ul>
<li><a href="https://github.com/brohrer/pacemaker"><strong>pacemaker</strong></a> - For controlling time per iteration loop in Python.</li>