Python

[ follow ]
#python-314
fromPythoninsider
2 weeks ago
Python

Python Insider: Python 3.14 release candidate 1 is go!

Python 3.14.0rc1 is the first release candidate with no ABI changes, final release on October 7, 2025.
fromRealpython
1 month ago
Python

Free-Threaded Python Unleashed and Other Python News for July 2025 - Real Python

Python 3.14 Beta 3 supports no-GIL builds, enhancing multi-core processing and introducing multiple interpreters in the standard library.
fromPythoninsider
1 day ago
Python

Python 3.13.6

Python 3.13.6 is the latest release, featuring new features, optimizations, and around 200 bugfixes since the previous version.
Python
fromThe Hacker News
20 hours ago

Webinar: How to Stop Python Supply Chain Attacks-and the Expert Tools You Need

Python packages harbor risks due to rising supply chain attacks, notably through various exploitation techniques like typo-squatting and repo-jacking.
#visual-studio-code
fromMouse Vs Python
15 hours ago

Python 101: Reading TOML with Python - Mouse Vs Python

TOML (Tom's Obvious Minimal Language) is a configuration format adopted widely in Python development, especially useful in popular Python packages which use pyproject.toml.
Python
fromHackernoon
7 years ago

5 Python Libraries I Wish I'd Found Sooner | HackerNoon

Five Python libraries can drastically improve data processing efficiency and debugging experience.
#mixin-classes
fromPythontest
1 day ago

pytest fixtures nuts and bolts - revisited | PythonTest

The new series on pytest fixtures splits the original content into individual concepts, ensuring each is clear and focused, which improves understanding and usability.
#postgres
fromPycoders
2 days ago
Python

PyCoder's Weekly | Issue #693

Postgres maintenance helps prevent performance issues in Python apps through regular monitoring and optimization practices.
fromPycoders
2 weeks ago
Python

PyCoder's Weekly | Issue #691

Stay proactive with Postgres maintenance to avoid performance issues in Python applications.
Python
fromInfoWorld
3 days ago

Python popularity boosted by AI coding assistants - Tiobe

Python reached its highest historical rating in the Tiobe index, boosted by AI coding assistants.
fromRealpython
2 days ago

Using Dictionaries in Python Quiz - Real Python

The quiz challenges users to recall key concepts related to Python dictionaries, including accessing values, adding or removing entries, and nesting dictionaries.
Python
fromRealpython
2 days ago

Exploring Python T-Strings - Real Python

Python 3.14's t-strings allow you to intercept and transform input values before assembling them into a final representation.
Python
fromHackernoon
2 years ago

Pandas vs Polars in 2025: Choosing the Best Python Tool for Big Data | HackerNoon

Pandas is a Python library used for data analysis and manipulation on labeled datasets. The core mission of the Pandas development team is to be the fundamental high-level building block for practical, real-world data analysis in Python. It provides tools and methods for aligning, merging, transforming, and managing data from various persistent stores, positioning itself as the definitive tool for data analysis in Python.
Python
fromRealpython
2 days ago

Mastering While Loops Quiz - Real Python

This quiz will allow participants to practice indefinite iteration using the Python while loop, covering basic and complex while loops along with interrupting loop execution.
Python
fromRealpython
3 days ago

Python Namespace Packages Quiz - Real Python

Python's namespace packages enable modular package organization across directories.
#programming
fromPycoders
3 weeks ago
Python

PyCoder's Weekly | Issue #690

Python's JIT compiler and __init__.py module are key topics for developers, alongside debugging tools and data privacy compliance within the Python Software Foundation.
fromRealpython
4 weeks ago
Python

What Is Python's __init__.py For? Quiz - Real Python

The __init__.py file is essential for organizing Python code into packages.
Python
fromRealpython
3 days ago

Working With Python's Built-in Exceptions Quiz - Real Python

The interactive quiz tests knowledge of Python's built-in exceptions and error handling.
Python
fromRealpython
3 days ago

Skip Ahead in Loops With Python's Continue Keyword - Real Python

The continue keyword in loops jumps to the next iteration, skipping any code after it in the loop body.
fromPythonbytes
3 days ago

Patching Multiprocessing

Ruff is a formatter written in Rust that is extremely fast and has special love for the Python community, including a PyPI wrapper for easy installation.
Python
fromEuroPython Society
3 days ago

EuroPython 2025 Code of Conduct Transparency Report

The 2025 version of the EuroPython conference took place both online and in person in July 2025, marking the third conference under the current Code of Conduct.
Python
fromThepythoncodingstack
4 days ago

Flashy, Fancy Shortcuts Aren't Always Suitable [Python Shorts]

The or keyword in Python can solve the mutable default value problem for function parameters.
fromWingware
5 days ago

Wing Python IDE Version 11.0.3 - August 1, 2025 - Wing Python IDE

Wing Python IDE version 11.0.3 enhances Python code analysis, resolves issues with debugging Django templates, refines refactoring capabilities in hidden directories, and implements various minor enhancements.
Python
fromReuven Lerner
1 week ago

How to conference

Make sure your badge has your name facing out, so that people can read it. Euro Python has, for several years, had two-sided badges to ensure that your name is visible even if (when) it turns around, which is great.
Python
fromRealpython
2 weeks ago

Episode #258: Supporting the Python Package Index - The Real Python Podcast

Supporting over 650,000 projects on the Python Package Index involves tackling user issues and enhancing community engagement through varied support roles.
fromwww.techiediaries.com
2 weeks ago

Python Roadmap with Free Courses/Certifcates to High-Paying Jobs

In 2025, the programming language most linked to six-figure salaries is Python, particularly in fields such as artificial intelligence, data science, and cybersecurity.
Python
fromDeveloper Tech News
2 weeks ago

Python 3.14 slithers closer with RC1 arrival

Python 3.14's first release candidate (3.14.0rc1) is now available, ensuring the codebase's stability ahead of the official launch.
fromInfoWorld
2 weeks ago

Amp your Python superpowers with 'uv run'

Astral's uv tool simplifies Python project setup by automating the creation of temporary environments and managing dependencies, allowing smooth execution of programs without formal installation.
Python
fromPythonmorsels
2 weeks ago

Don't call dunder methods

Dunder methods, or double-underscore methods, serve as hooks for customizing Python behavior, allowing programmers to define or modify functionalities like equality and comparison.
Python
fromRealpython
2 weeks ago

Exploring Python Closures: Examples and Use Cases - Real Python

Closures in Python are inner functions that capture variables from their enclosing scope.
fromtestandcode.com
2 weeks ago

Test & Code

pytest-django is a robust plugin for Django testing that provides enhanced test management, debugging benefits, and performance optimization opportunities over the built-in unittest framework.
Python
#sqlite
fromRealpython
2 weeks ago

What Does isinstance() Do in Python? - Real Python

isinstance() determines if an object is an instance of a specified class or its superclass.
fromHackernoon
2 weeks ago

Improvements in TensorFlow Type Promotion Reduce Bit-Widening Risks | HackerNoon

New type promotion improves consistency in tensor operations.
#tensorflow
fromhttps://daniel.feldroy.com
2 weeks ago

uv run for running tests on versions of Python

Using uv run simplifies testing multiple Python versions locally without the overhead of traditional tools like Tox or Nox.
fromHackernoon
2 months ago

Tips for Writing Clean Code in TensorFlow 2 | HackerNoon

Best practices for idiomatic TensorFlow 2 include refactoring code, adjusting learning rates, and using tf.function optimally.
fromThepythoncodingstack
2 weeks ago

Do You Really Know How `or` And `and` Work in Python?

In Python, every object is either truthy or falsy. When using the built-in bool(), truthy objects return True and falsy objects return False.
Python
fromTalkpython
2 weeks ago

Python Language Summit 2025

Annual Python Language Summit focuses on high-priority topics for CPython with insights from core developers and experts.
fromWingware
3 weeks ago

Wing Python IDE Version 11.0.2 - July 17, 2025 - Wing Python IDE

Wing Python IDE version 11.0.2 enhances source code analysis and fixes integration issues with the ruff external code checker, along with other minor improvements.
Python
fromMatt Layman
3 weeks ago

Enhancing Chatbot State Management with LangGraph Matt Layman

The first step involved launching the chatbot server with a MemorySaver checkpointer to persist the bot's state between interactions, allowing it to remember user details.
Python
fromInfoWorld
3 weeks ago

4 tips for getting started with free-threaded Python

Free-threaded Python is officially supported, allowing true parallelism that may disrupt traditional threading assumptions.
fromHackernoon
1 year ago

To Gunicorn or to Poetry, That is The Question | HackerNoon

Use Gunicorn for production with concurrency requirements; use Poetry for simpler, development scenarios.
fromMedium
3 weeks ago

End-to-End Setup for Scala Pipeline and CI/CD on Windows for Python Developers

Setting up a Scala pipeline on Windows requires installing JDK 11 and configuring environment variables.
fromMouse Vs Python
3 weeks ago

An Intro to Asciimatics - Another Python TUI Package - Mouse Vs Python

Asciimatics is a Python package for creating text-based user interfaces.
Python
fromMouse Vs Python
3 weeks ago

Creating TUIs with Textual and Python is Released - Mouse Vs Python

Textual facilitates building sophisticated text-based user interfaces for terminal applications using Python.
fromPythonbytes
3 weeks ago

Can't Register for VibeCon

Auth is crucial for application security and user experience. Propel Auth simplifies the integration process, allowing developers to focus on their core value propositions.
Python
Python
fromTalkpython
3 weeks ago

Stories from Python History

The podcast features Barry Warsaw, Paul Everitt, Carol Willing, and Brett Cannon sharing humorous stories from Python's history and evolution.
fromRealpython
3 weeks ago

How to Debug Common Python Errors - Real Python

Debugging involves identifying and resolving code errors systematically using techniques like breakpoints and reading tracebacks.
fromRealpython
3 weeks ago

How to Debug Common Python Errors Quiz - Real Python

Debugging involves identifying, analyzing, and resolving issues in Python code. Important techniques include reading tracebacks, using print() for value tracking, and writing tests to catch errors.
Python
Python
fromMedium
1 month ago

Speed Up Your Ansible Deployment with ... VIM?

VIM is essential for fast editing of Ansible playbooks during critical infrastructure issues.
#ai-development
Python
fromRealpython
4 weeks ago

Episode #257: Comparing Real-World Python Performance Against Big O - The Real Python Podcast

Real-world performance of algorithms often contradicts Big O expectations, with profiling revealing significant discrepancies.
fromPythonanywhere
3 weeks ago

Direct interaction of LLM chats with PythonAnywhere via the Model Context Protocol

Large Language Models (LLMs) are transforming software usage, where user queries are interpreted and addressed in a meaningful way, but often struggle with predictability.
#europython
fromRaymondcamden
4 weeks ago

Using GenAI to Create a SDK from Sample Code

The developer will make an instance of this class and pass in their credentials for ease of use.
Python
fromPybites
3 weeks ago

From SQL To SQLModel: A Cleaner Way To Work With Databases In Python - Pybites

SQLModel is a library for interacting with databases through Python objects and type annotations, eliminating the need to write direct SQL queries.
Python
fromMedium
1 month ago

Bridging the Gap: Python & Scala in Production Gen AI

Generative AI transforms human-technology interaction using Large Language Models, necessitating a robust GenAI Stack.
Python excels in AI research and prototyping but faces performance challenges in production environments.
fromMedium
1 month ago

Competition of data processing languages on JVM: Kotlin, Scala and SPL

Kotlin, Scala, and SPL are compared to establish which data processing language offers the highest development efficiency.
fromRealpython
4 weeks ago

What Is Python's __init__.py For? - Real Python

__init__.py serves as a marker for Python packages, enabling directory imports and structuring code.
fromInfoWorld
4 weeks ago

Get started with Google Agent Development Kit

Google's Agent Development Kit simplifies developing AI agents in Python for various tasks.
Python
fromPythoninsider
1 month ago

Python Insider: Python 3.14.0 beta 4 is here!

Python 3.14.0b4 is the final beta release, allowing for community testing of new features and bug fixes.
Python
fromRealpython
1 month ago

Exploring Protocols in Python - Real Python

Protocols in Python enable structural subtyping and static duck typing, enhancing type hinting and type checking capabilities.
fromPythonbytes
1 month ago

That Astral Episode

Ty is a new type checker from the Astral team, enhancing type-checking capabilities for Python developers.
fromPyPy
1 month ago
Python

PyPy v7.3.20 release

PyPy version 7.3.20 releases interpreters for Python 2.7 and 3.11, fixing critical bugs and ensuring compatibility with upcoming Cython.
fromQuansight
1 month ago

Escaping Contravariance Hell

Contravariance is a key concept in type checking that can cause confusion when using Python typecheckers.
fromInfoWorld
1 month ago

AiSuite: An open-source AI gateway for unified LLM access

AiSuite provides a unified approach to integrate multiple LLMs, simplifying developer workflows and reducing complexity.
Python
fromTalkpython
1 month ago

Building a JIT Compiler for CPython

Python's upcoming JIT compiler aims to enhance performance by converting bytecode into machine code.
Python
fromInfoWorld
1 month ago

How to use editable installs for Python packages

Editable installs allow you to link to Python packages, making source changes immediately available across installations.
Python
fromRealpython
1 month ago

Python 3.14 Preview: Template Strings (T-Strings) - Real Python

String templates allow dynamic value population through placeholders for generating text content.
fromPythonSpeed
1 month ago

500 faster: Four different ways to speed up your code

Combining multiple speed improvement practices can result in substantial performance gains in Python code.
Python
fromPycoders
1 month ago

PyCoder's Weekly | Issue #688

Operationalizing AI projects is crucial; code reading and understanding data structures enhance coding practices.
fromMouse Vs Python
1 month 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
fromRealpython
1 month ago

Implementing the Factory Method Pattern in Python - Real Python

Factory Method design pattern facilitates the creation of objects with a common interface, essential for effective software development.
[ Load more ]