Planet Python RSS
217 subscribers
16.7K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Real Python: How to Round Numbers in Python

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

Rounding numbers in Python is an essential task, especially when dealing with data precision. Python’s built-in round() function uses the rounding half to even strategy, which rounds numbers like 2.5
Real Python: Socket Programming in Python (Guide)

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

Socket programming is essential for network communication, enabling data exchange across different devices. In Python, sockets allow for inter-process communication (IPC) over networks. This tutorial
Real Python: Linear Regression in Python

Link: https://realpython.com/linear-regression-in-python/

Linear regression is a foundational statistical tool for modeling the relationship between a dependent variable and one or more independent variables. It’s widely used in data science and machine lear
Real Python: Python Timer Functions: Three Ways to Monitor Your Code

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

A timer is a powerful tool for monitoring the performance of your Python code. By using the time.perf_counter() function, you can measure execution time with exceptional precision, making it ideal for
Real Python: Effective Python Testing With pytest

Link: https://realpython.com/pytest-python-testing/

pytest is a popular testing framework for Python that simplifies the process of writing and executing tests. To start using pytest, install it with pip in a virtual environment. pytest offers several
Real Python: Asynchronous Tasks With Django and Celery

Link: https://realpython.com/asynchronous-tasks-with-django-and-celery/

Integrating Celery with your Django application allows you to offload time-consuming tasks, ensuring smooth user experiences. Celery is a distributed task queue that processes tasks asynchronously, pr
Real Python: How to Run Your Python Scripts and Code

Link: https://realpython.com/run-python-scripts/

Running a Python script is a fundamental task for any Python developer. You can execute a Python .py file through various methods depending on your environment and platform. On Windows, Linux, and mac
Zato Blog: New API Integration Tutorial in Python

Link: https://zato.io/en/blog/api-integration-tutorial.html


New API Integration Tutorial in Python


2024-12-09, by Dariusz Suchojad


Do you know what
airports,
telecom operators,
defense forces
and
health care organizations
have in common?
They all rely h
death and gravity: reader 3.16 released – Archived feed

Link: https://death.andgravity.com/reader-3-16

Hi there!
I'm happy to announce version 3.16 of reader, a Python feed reader library.
What's new? #
Here are the highlights since reader 3.15.
Archived feed #
It is now possible to archive selected en
Mike Driscoll: JupyterLab 101 Book is Now Available

Link: https://www.blog.pythonlibrary.org/2024/12/09/jupyterlab-101-book-is-now-available/

JupyterLab, the latest iteration of the Jupyter Notebook, is a versatile tool that empowers you to share your code in an easily understandable format.
Front View Two Hard Cover Book Psd Mockup
Hundred
Real Python: Python News Roundup: December 2024

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

The Python community has kept up its momentum this month, delivering a host of exciting updates. From the promising improvements to template strings in PEP 750 to the release of Python 3.14.0a2, innov
Python⇒Speed: Reducing CO₂ emissions with faster software

Link: https://pythonspeed.com/articles/co2-emissions-software/

What can you as a software developer do to fight climate change?
My first and primary answer is getting involved with local politics.
However, if you write software that operates at sufficient scale,
Python Engineering at Microsoft: 2024 Python in VS Code Wrapped

Link: https://devblogs.microsoft.com/python/2024-python-vscode-wrapped/

As the year comes to a close, we would like to take time to reflect and celebrate the incredible progress the Python extension for VS Code has made in the past year. Inspired by Spotify Wrapped, we’ve
Trey Hunner: Lazy self-installing Python scripts with uv

Link: https://treyhunner.com/2024/12/lazy-self-installing-python-scripts-with-uv/

I frequently find myself writing my own short command-line scripts in Python that help me with day-to-day tasks.
It’s so easy to throw together a single-file Python command-line script and throw it in
Python Bytes: #413 python-build-standalone finds a home

Link: https://pythonbytes.fm/episodes/show/413/python-build-standalone-finds-a-home

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

<ul>
<li><a href="https://github.com/pydantic/jiter?featured_on=pythonbytes"><strong>jiter</strong></a></li>
<li><strong><a href="https://astral.
Made With Mu: Announcement: The Sun is setting on Mu in 2025

Link: https://madewith.mu/mu/users/2024/12/10/retirement-plans.html


Photo by Nick Scheerbart on Unsplash
This decision has been coming for a while.
In summary: We (the core development team) have decided together to retire Mu.
This blog post explains what happens nex
PyCharm: The State of Python 2024

Link: https://blog.jetbrains.com/pycharm/2024/12/the-state-of-python/

This is a guest post from Michael Kennedy, the founder of Talk Python and a PSF Fellow.

Hey there. I’m Michael Kennedy, the founder of Talk Python and a Python Software Foundation (PSF) Fellow. I’m t