Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Matt Layman: More Go Standard Library - Building SaaS #198

Link: https://www.mattlayman.com/blog/2024/more-go-standard-library-building-saas-198/

In this episode, we continued the break from JourneyInbox to look through more of the Go standard library. In this session, we explored JSON serialization, Go template support, and embedding of static
PyCharm: Introducing the PyCharm Databricks Integration

Link: https://blog.jetbrains.com/pycharm/2024/08/introducing-the-pycharm-databricks-integration/

We’re introducing the Databricks integration with PyCharm Professional to make it easier for you to process, store, and analyze your data! 
The integration allows you to build your data and AI apps on
Mike Driscoll: How to Plot in the Terminal with Python and Textualize

Link: https://www.blog.pythonlibrary.org/2024/08/19/how-to-plot-in-the-terminal-with-python-and-textualize/

Have you ever wanted to create a plot or graph in your terminal? Okay, maybe you haven’t, but now that you know you can, you want to! Python has the plotext package for plotting in your terminal. Howe
Talk Python to Me: #474: Python Performance for Data Science

Link: https://talkpython.fm/episodes/show/474/python-performance-for-data-science

Python performance has come a long way in recent times. And it's often the data scientists, with their computational algorithms and large quantities of data, who care the most about this form of perfo
Real Python: Python Classes: The Power of Object-Oriented Programming

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

Python supports the object-oriented programming paradigm through classes. They provide an elegant way to define reusable pieces of code that encapsulate data and behavior in a single entity. With clas
Real Python: Exploring Astrophysics in Python With pandas and Matplotlib

Link: https://realpython.com/courses/astrophysics-pandas-matplotlib/

This course uses three problems often covered in introductory astro-physics courses to play in Python. Along the way you’ll learn some astronomy, and how to use a variety of datascience libraries like
PyCoder’s Weekly: Issue #643 (Aug. 20, 2024)

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

#643 – AUGUST 20, 2024 View in Browser » Using a Custom Scrapy Extension to Log to a DB The Scrapy crawl stat logs are useful for tracking and monitoring the performance of a spider. If you want
Python Bytes: #397 So many PyCon videos

Link: https://pythonbytes.fm/episodes/show/397/so-many-pycon-videos

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

<ul>
<li><strong><a href="https://github.com/ZeroIntensity/pyawaitable?featured_on=pythonbytes">pyawaitable</a></strong></li>
<li><strong><a href
Python Morsels: Checking for an empty list in Python

Link: https://www.pythonmorsels.com/checking-for-an-empty-list-in-python/

Python programmers typically check for empty lists by relying on truthiness.



Table of contents

Checking the length of a list
Evaluating the truthiness of a list
Comparing for equality with an empt
Trey Hunner: 10-Week Hands-On Python Course

Link: https://treyhunner.com/2024/08/python-high-five/

Ever wished you could take an Intro to Python training with me, but you don’t work for a company with a generous training budget?
I’m running a Python-learning program just for this situation.
Python
Armin Ronacher: Rye and uv: August is Harvest Season for Python Packaging

Link: http://lucumr.pocoo.org/2024/8/21/harvest-season

It has been a few months since I wrote about Rye here last. You might remember that in
February I passed over stewardship of my Rye packaging too to Astral. The folks over there have been super busy
PyCharm: How to Build Chatbots With LangChain

Link: https://blog.jetbrains.com/pycharm/2024/08/how-to-build-chatbots-with-langchain/

This is a guest post from Dido Grigorov, a deep learning engineer and Python programmer with 17 years of experience in the field.

Chatbots have evolved far beyond simple question-and-answer tools. Wi
Real Python: Quiz: Primer on Jinja Templating

Link: https://realpython.com/quizzes/primer-on-jinja-templating/

In this quiz, you’ll test your understanding of Jinja templating.
Jinja is a powerful tool for building rich templates in Python web applications,
and it can also be used to create text files with pro
Stack Abuse: Building Custom Email Templates with HTML and CSS in Python

Link: https://stackabuse.com/building-custom-email-templates-with-html-and-css-in-python/

An HTML email utilizes HTML code for presentation. Its design is heavy and looks like a modern web page, rich with visual elements like images, videos, etc., to emphasize different parts of an email's
Real Python: Primer on Jinja Templating

Link: https://realpython.com/primer-on-jinja-templating/

Templates are an essential ingredient in full-stack web development.
With Jinja, you can build rich templates that power the front end of your Python web applications.
But you don’t need to use a web
Python Anywhere: Belated announcement of latest updates

Link: https://blog.pythonanywhere.com/214/

Here is a slightly delayed (and short) run-down of the new stuff that we
deployed recently.
The main change for this update is that we have updated the underlying OS
running PythonAnywhere to Ubuntu 2
EuroPython: EuroPython August 2024 Newsletter

Link: https://blog.europython.eu/europython-august-2024-newsletter-2/

Hello and welcome to the post-conference newsletter! We really hope you enjoyed EuroPython 2024, cause we sure did and are still recovering from all the fun and excitement :)We have some updates to sh