Bookmarks (441)

  • screenshot

    Shallow vs Deep Copying of Python Objects – Real Python

    Shallow vs Deep Copying of Python Objects What’s the difference between a shallow copy and a...

  • screenshot

    Shallow vs Deep Copying of Python Objects Quiz – Real Python

    Quiz: Shallow vs Deep Copying of Python Objects REAL PYTHON

  • Learn AI In 5 Minutes A Day

    Learn AI In 5 Minutes A Day Everyone talks about AI, but no one has the...

  • screenshot

    Module enum overview

    Module enum Overview This article gives an overview of the tools available in the module enum...

  • screenshot

    Call for EuroPython 2026 Host Venues

    Call for EuroPython 2026 Host Venues EUROPYTHON-SOCIETY.ORG

  • screenshot

    PEP 787 – Safer subprocess usage using t-strings | peps.python.org

    PEP 787: Safer Subprocess Usage Using t-strings (Postponed to 3.15) PYTHON.ORG

  • screenshot

    Getting Started With Python IDLE – Real Python

    Getting Started With Python IDLE In this tutorial, you’ll learn how to use the development environment...

  • 15,000 lines of verified cryptography now in Python

    15k Lines of Verified Cryptography Now in Python Over the last two years there has been...

  • screenshot

    MySQL Databases and Python – Real Python

    MySQL Databases and Python In this video course, you’ll learn how to connect your Python application...

  • davepeck.org

    Python’s New t-strings Using f-strings is a readable way of building output, but there are situations...

  • screenshot

    How to run Python in production

    How to Run Python in Production This post is a series of recommendations for running Python...

  • screenshot

    Feedback loops in Python

    Feedback Loops in Python How fast can we get useful feedback on the Python code we...

  • screenshot

    Django Admin Theme Roundup 2025

    Django Admin Theme Roundup 2025 The Django Admin isn’t the prettiest thing out there but there...

  • screenshot

    Choosing The Right Python Task Queue

    Choosing the Right Python Task Queue Python has great options for task queues. Choosing between Celery...

  • screenshot

    Django Ledger: Accounting with Python

    Django Ledger: Accounting With Python Talk Python interviews Miguel Sanda about Django Ledger, a library you...

  • screenshot

    Frankenstein’s `__init__`

    Frankenstein’s __init__ The untold story of the craziest __init__ Ohad has ever seen. OHAD RAVID

  • screenshot

    GitHub - CZ-NIC/mininterface: A minimal interface to Python application (GUI, TUI, CLI, web)

    mininterface: Interface to Python GUI, TUI, CLI, & Web GITHUB.COM/CZ-NIC

  • screenshot

    GitHub - sparckles/Robyn: Robyn is a Super Fast Async Python Web Framework with a Rust runtime.

    Robyn: Async Python Web Framework With a Rust Runtime GITHUB.COM/SPARCKLES

  • screenshot

    PyCamp España

    PyCamp España 2025 May 1 to May 5, 2025 PYCAMP.ES

  • screenshot

    Canberra Python User Group | Meetup

    Canberra Python Meetup May 1, 2025 MEETUP.COM

  • SyPy – Sydney Python User Group

    Sydney Python User Group (SyPy) May 1, 2025 SYPY.ORG

  • Regex affordances

    Regex Affordances A tour of some real code showing little-used power features of the Python regular...

  • Deciphering Glyph :: Stop Writing `__init__` Methods

    Stop Writing __init__ Methods Glyph recommends using dataclasses in order to avoid the use of __init__....

  • screenshot

    Webinar | Deep-Dive: AI Agent Code Walkthrough with Temporal | Temporal

    AI Agent Code Walkthrough with Python & Temporal Join us on May 2nd at 9am PST/12pm...

  • screenshot

    Practical uses of sets

    Practical Uses of Sets Sets are unordered collections of values that are great for removing duplicates,...

  • screenshot

    Pydantic v2.11 | Pydantic

    Pydantic v2.11 Released PYDANTIC.DEV

  • screenshot

    Python's Instance, Class, and Static Methods Demystified Quiz – Real Python

    Quiz: Python’s Instance, Class, and Static Methods Demystified REAL PYTHON

  • Elliptical Python Programming - Susam Pal

    Elliptical Python Programming This fun little article shows how certain combinations of punctuation in Python can...

  • screenshot

    How to Exit Loops Early With the Python Break Keyword – Real Python

    How to Exit Loops Early With the Python Break Keyword In this tutorial, you’ll explore various...

  • screenshot

    openvino_notebooks/notebooks/yolov11-optimization at latest · openvinotoolkit/openvino_notebooks

    YOLO11 for Real-Time Object Detection Ready-to-deploy, state of the art, open source computer vision apps? Sign...

  • screenshot

    Creating a Python Dice Roll Application – Real Python

    Creating a Python Dice Roll Application In this step-by-step video course, you’ll build a dice-rolling simulator...

  • screenshot

    Django Simple Deploy and other DevOps Things

    Django Simple Deploy and Other DevOps Things Talk Python interviews Eric Matthes, educator, author, and developer...

  • screenshot

    Mastering DuckDB when you're used to pandas or Polars: part 2

    Mastering DuckDB: Part 2 This is the second part in a post on how to use...

  • Process​Thread​Pool​Executor: when I‍/‍O becomes CPU-bound

    Process​Thread​Pool​Executor: When I‍/‍O Becomes CPU-bound Learn how to combine thread and process management into a single...

  • 14 Advanced Python Features

    14 Advanced Python Features Edward has collected a series of Python tricks and patterns that he...

  • Python is an interpreted language with a compiler | nicole@web

    Python Is an Interpreted Language With a Compiler Ever wonder where about the distinction between compiled...

  • Marimo - Reactive Notebooks for Python

    Marimo: Reactive Notebooks for Python Marimo is a new alternative to Jupyter notebooks. Talk Python interviews...

  • Running Background Tasks from Django Admin with Celery

    Background Tasks in Django Admin With Celery This tutorial looks at how to run background tasks...

  • How to Exit Loops Early With the Python Break Keyword Quiz – Real Python

    Quiz: How to Exit Loops Early With the Python Break Keyword REAL PYTHON

  • VTK / VTK · GitLab

    VTK: Open Source 3D Graphics and Visualization Visualization Toolkit KITWARE.COM

  • GitHub - richardhapb/pytest.nvim: Neovim plugin for Python testing

    pytest.nvim: Neovim Plugin for Python Testing GITHUB.COM/RICHARDHAPB

  • GitHub - jupyter/nbdime: Tools for diffing and merging of Jupyter notebooks.

    nbdime: Tools for Diffing and Merging Jupyter Notebooks GITHUB.COM/JUPYTER

  • Namespaces in Python – Real Python

    Namespaces in Python In this tutorial, you’ll learn about Python namespaces, the structures that store and...