Python

[ follow ]
#europython
#scala
#__init__py
#software-development
fromRealpython
1 month ago
Python

Episode #249: Going Beyond requirements.txt With pylock.toml and PEP 751 - The Real Python Podcast

fromRealpython
1 month ago
Python

Episode #249: Going Beyond requirements.txt With pylock.toml and PEP 751 - The Real Python Podcast

fromPycoders
2 days ago

PyCoder's Weekly | Issue #689

The Gang of Four design patterns specify object-oriented solutions to common issues in code, yet Python lacks many of the problems these solutions address.
Python
#open-source
#type-hinting
#programming
fromIT Pro
1 month ago
Python

Python's popularity shows no signs of fading - here's why software developers love it

fromIT Pro
1 month ago
Python

Python's popularity shows no signs of fading - here's why software developers love it

#ai-development
#python-314
#type-checker
fromPython Software Foundation Blog
4 days ago

Thinking about running for the PSF Board? Let's talk!

PSF Board elections are an opportunity for the community to select representatives who will help create a vision for the future of the Python community.
Python
#software-release
#performance-optimization
#programming-techniques
#optimization
fromPythonbytes
1 week ago

Motivation time

Trey Hunter has compiled a comprehensive list of cheat sheet articles on his Python Morsels blog, offering valuable resources for Python developers looking to enhance their skills.
Python
fromMouse Vs Python
1 week ago

Creating a Website with Sphinx and Markdown - Mouse Vs Python

To create a barebones Sphinx site, run the command sphinx-quickstart NAME_OF_SITE_FOLDER inside your virtual environment. It will ask you a series of questions.
Python
fromMedium
1 month ago

Build Multi-Agentic AI Agents with AWS Bedrock from Scratch..

Your job is to assess the user's question and pass it to the appropriate agent for further handling. If the user's question is not about accommodation or restaurants, reply back with 'I can't help you, I can only help with restaurants and accommodation.'
Python
fromRealpython
2 weeks ago

Episode #255: Structuring Python Scripts & Exciting Non-LLM Software Trends - The Real Python Podcast

The structure of your Python script should include inline metadata as defined in PEP 723 to facilitate automatic environment creation and dependency management.
Python
fromInfoWorld
1 week ago

Google touts new Python client library for Data Commons

Google's newly launched Python client library for Data Commons helps developers easily query and integrate statistical data from over 200 datasets, supporting custom instances.
Python
fromLuke Plant's home page
1 week ago

Statically checking Python dicts for completeness

In Python, creating a dictionary to correspond with enum states can lead to inconsistencies; ensuring each entry matches the enum is crucial for reliability.
fromInfoWorld
2 weeks ago

Pyrefly and Ty: Two new Rust-powered Python type-checking tools compared

Modern language tooling demands a real-time feedback loop that Python can't always deliver at the speed required. Rust fills that gap.
Python
#security
fromPython Software Foundation Blog
2 weeks ago

The PSF's 2024 Annual Impact Report is here!

2024 was another remarkable year of growth for the Python Software Foundation! Python became the most popular language on GitHub, and worldwide community engagement was at an all-time high.
Python
fromHackernoon
1 month ago

MCP Demystified: What Actually Goes Over the Wire?? | HackerNoon

Trying to learn a protocol without wire dumps is like trying to learn fencing from a PowerPoint. Give me the electrons or give me death.
Python
#gpu-programming
fromMicrosoft for Python Developers Blog
3 weeks ago

Python in Visual Studio Code - June 2025 Release - Microsoft for Python Developers Blog

We're excited to announce the June 2025 release of the Python, Pylance and Jupyter extensions for Visual Studio Code!
Python
fromPythonbytes
3 weeks ago

Slow tests go last

In episode 436 of Python Bytes, the hosts discuss the importance of social media engagement, live streaming, and the benefits of using PropelAuth for app authentication.
Python
fromNedbatchelder
3 weeks ago

Math factoid of the day: 63

The number of cubes in a Haüy octahedron with N layers aligns with the number of Delannoy steps on a 3×N grid, revealing geometric connections.
Python
fromPyPy
3 weeks ago

How fast can the RPython GC allocate?

RTyped objects in RPython require 16 bytes on a 64-bit architecture and the GC can allocate in a tight loop efficiently, achieving over 5 instructions per cycle.
fromRealpython
4 weeks ago

Episode #253: Starting With Marimo Notebooks & Python App Config Management - The Real Python Podcast

Marimo notebooks provide an innovative approach to interactivity in coding, featuring sandboxing for environment management and enabling reproducibility in sharing notebooks.
Python
fromInfoWorld
4 weeks ago

Get started with the new Python Installation Manager

Python Installation Manager for Windows simplifies managing and selecting Python versions, addressing a long-standing weakness.
Python
#machine-learning
fromInfoWorld
1 month ago
Python

SQL slips in language popularity index

The Tiobe and Pypl indices reflect the evolving popularity of programming languages based on distinct methodologies.
fromRealpython
1 month ago

Episode #252: Rodrigo Girao Serrao: Python Training, itertools, and Idioms - The Real Python Podcast

Rodrigo Girão Serrão emphasizes the importance of vocabulary versus idioms in programming, explaining how understanding idioms can elevate one's coding skills in Python.
Python
fromMouse Vs Python
1 month ago

Parsing XML Comments with Python - Mouse Vs Python

The key point here is to create an instance of ET.XMLParser and set insert_comments to True. Then the code will work.
Python
#unix
fromPythonbytes
1 month ago

Most of OpenAI's tech stack runs on Python

Python Bytes discusses exciting news from the Python community, including updates on server features and issues with email delivery.
Python
#development
#control-flow
fromNuitka
1 month ago

Nuitka Release 1.3 - Nuitka the Python Compiler

Nuitka's new stable release enhances performance and compatibility across platforms, particularly benefiting Windows users with extensive bug fixes and feature improvements.
Python
fromHackernoon
1 month ago

Achieve 100x Speedups in Graph Analytics Using Nx-cugraph | HackerNoon

NetworkX, despite its popularity, can be slow for large graphs, leading to performance bottlenecks; however, nx-cugraph delivers significant GPU acceleration with minimal code adjustments.
Python
fromPythonmorsels
1 month ago

Looping in reverse

To loop in the reverse direction, you can use Python's built-in reversed function, which is more readable and flexible than slicing syntax for iterables.
Python
fromThepythoncodingstack
1 month ago

The Chores Rota (#3 in The `itertools` Series * `cycle()` and Combining Tools)

Yteria's challenges illustrate how losing a word affects daily life and communication, showcasing the surreal but significant impact of language on personal relationships.
Python
fromRealpython
1 month ago

Getting Started With Python IDLE Quiz - Real Python

Python IDLE is a simple yet effective integrated development environment included with Python installations, allowing users to edit and debug code easily.
Python
[ Load more ]