Real Python: How to Round Numbers in Python
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...
View ArticleReal Python: Socket Programming in Python (Guide)
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...
View ArticleReal Python: 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...
View ArticlePython Software Foundation: Help power Python and join in the PSF year-end...
The Python Software Foundation (PSF) is the charitable organization behind Python, dedicated to advancing, supporting, and protecting the Python programming language and the community that sustains...
View ArticleReal Python: Python Timer Functions: Three Ways to Monitor Your Code
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...
View ArticleReal Python: Effective Python Testing With pytest
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...
View ArticleReal Python: 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,...
View ArticleReal Python: Using and Creating Global Variables in Your Python Functions
In Python, global variables are accessible across your entire program, including within functions. Understanding how Python handles global variables is key to writing efficient code. This tutorial will...
View ArticleReal Python: How to Run Your Python Scripts and Code
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...
View ArticleTryton News: Release of Relatorio 0.11.0
We are proud to announce the release of Relatorio version 0.11.0.Relatorio is a templating library mainly for OpenDocument using also OpenDocument as source format.This is a feature release which:Allow...
View ArticleZato Blog: New API Integration Tutorial in Python
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 heavily on...
View Articledeath and gravity: reader 3.16 released – Archived feed
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 entries...
View ArticleMike Driscoll: 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 Hundreds...
View ArticleReal Python: Python News Roundup: 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,...
View ArticlePython⇒Speed: Reducing CO₂ emissions with faster 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,...
View ArticleSeth Michael Larson: New experimental Debian package for Cosign (Sigstore)
New experimental Debian package for Cosign (Sigstore) About• Blog• Cool URLsNew experimental Debian package for Cosign (Sigstore)Published 2024-12-09 by Seth Larson Reading time: minutes Cosign has a...
View ArticlePython Engineering at Microsoft: 2024 Python in VS Code 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...
View ArticleTrey Hunner: 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...
View ArticlePython Bytes: #413 python-build-standalone finds a home
<strong>Topics covered in this episode:</strong><br> <ul> <li><a...
View ArticleMade With Mu: Announcement: The Sun is setting on Mu in 2025
Photo by Nick Scheerbart on UnsplashThis 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 next,...
View Article