Bookmarks (467)

  • PyCon AU 2024

    PyConAU 2024 November 22 to November 27, 2024 PYCON.ORG.AU

  • Tiny Great Languages: Assembly

    Tiny Great Languages: Assembly This is the first post in a multi-part series that uses Python...

  • screenshot

    Django 5.1.3 release notes | Django documentation

    Django Bugfix Release Issued: 5.1.3 DJANGO SOFTWARE FOUNDATION

  • screenshot

    PyCon US 2025

    PyCon US 2025 (Pittsburgh) Call for Proposals PRETALX.COM

  • screenshot

    Beautiful Soup: Build a Web Scraper With Python Quiz – Real Python

    Quiz: Beautiful Soup: Build a Web Scraper With Python REAL PYTHON

  • screenshot

    Pydantic: Simplifying Data Validation in Python Quiz – Real Python

    Quiz: Pydantic: Simplifying Data Validation in Python REAL PYTHON

  • screenshot

    Opposite of Cloud Native is?

    Opposite of Cloud Native Is…? Michael (from Talk Python fame) introduces the concept of “stack-native” as...

  • screenshot

    How to Reset a pandas DataFrame Index – Real Python

    How to Reset a pandas DataFrame Index In this tutorial, you’ll learn how to reset a...

  • screenshot

    Posit Connect Cloud

    Do Your Data Science Teams Struggle to Share Their Work With Their Colleagues Securely Posit Connect...

  • screenshot

    Python Closures: Common Use Cases and Examples – Real Python

    Python Closures: Common Use Cases and Examples In this tutorial, you’ll learn about Python closures. A...

  • In defense of simple architectures

    In Defense of Simple Architectures You can go surprisingly far with a simple software architecture, in...

  • screenshot

    Solving the Vehicle Routing Problem with OpenStreetMap and OR-Tools

    Vehicle Routing Using OpenStreetMap This project shows you how to implement the Vehicle Routing Problem (VRP)...

  • A Comprehensive Guide to Python Project Management and Packaging: Concepts Illustrated with uv – Part I – Reinforced Knowledge

    Guide to Python Project Management and Packaging This is a deep dive article on Python project...

  • I Waited 10 Billion Cycles and All I Got Was This Loading Screen

    I Waited 10B Cycles and All I Got Was This Loading Screen This opinion piece discusses...

  • screenshot

    Thoughts on Django’s Core

    Thoughts on Django’s Core This post by a Django core developer talks about the last twenty...

  • screenshot

    map and filter with list comprehensions

    map and filter With List Comprehensions This quick-hit post shows you how to use the map()...

  • screenshot

    Don't return named tuples in new APIs

    Don’t Return Named Tuples in New APIs This post talks about when and when not to...

  • screenshot

    GitHub - CZ-NIC/mininterface: A minimal interface to Python application

    mininterface: A Minimal Interface to Python Application GITHUB.COM/CZ-NIC

  • screenshot

    GitHub - pytest-dev/pytest-metadata: Plugin for accessing test session metadata

    pytest-metadata: Plugin for Accessing Test Session Metadata GITHUB.COM/PYTEST-DEV

  • GitHub - sjbitcode/django-admin-dracula: 🦇 Dracula themes for the Django admin

    django-admin-dracula: Dracula Themes for the Django Admin GITHUB.COM/SJBITCODE

  • screenshot

    Login to Meetup | Meetup

    IndyPy Hosts “AI & Data for Good” November 12, 2024 MEETUP.COM • Shared by Laura Stephens

  • screenshot

    PyAtl: Atlanta Python Programmers | Meetup

    Python Atlanta November 15, 2024 MEETUP.COM

  • screenshot

    Introduction to Web Scraping With Python – Real Python

    Introduction to Web Scraping With Python In this video course, you’ll learn all about web scraping...

  • screenshot

    State of Python 3.13 Performance: Free-Threading - CodSpeed

    State of Python 3.13 Performance: Free-Threading This article does a comparison between code in single threaded,...

  • Scrape Any Website Without Getting Blocked

    Scrape Any Website Without Getting Blocked The only web scraper API that extracts data at scale...

  • screenshot

    Release 11.0.0 · python-pillow/Pillow

    Pillow Release 11.0.0 GITHUB.COM/PYTHON-PILLOW

  • screenshot

    PEP 756 – Add PyUnicode_Export() and PyUnicode_Import() C functions | peps.python.org

    PEP 756: Add PyUnicode_Export() and PyUnicode_Import() C Functions (Withdrawn) PSF

  • screenshot

    PEP 569 – Python 3.8 Release Schedule | peps.python.org

    Python 3.8 Reaches End of Life PYTHON.ORG

  • screenshot

    Single and Double Underscores in Python Names Quiz – Real Python

    Quiz: Single and Double Underscores in Python Names REAL PYTHON

  • screenshot

    Getting Started With Async Features in Python Quiz – Real Python

    Quiz: Getting Started With Async Features in Python REAL PYTHON

  • Thinking of Rewriting Our Go / Java API in Python

    Thinking of Rewriting Our Go / Java API in Python REDDIT

  • Best GUI for Local Client App?

    Best GUI for Local Client App? REDDIT

  • Python PGP proposal poses packaging puzzles [LWN.net]

    Move to Sigstore Complicates Linux Distros Currently, CPython signs its artifacts with both PGP and Sigstore....

  • screenshot

    Python's Magic Methods in Classes – Real Python

    Python’s Magic Methods in Classes In this video course, you’ll learn what magic methods are in...

  • screenshot

    Welcome! You are invited to join a webinar: Introducing Guardrails Pro. After registering, you will receive a confirmation email about joining the webinar.

    [Webinar] How to Build Secure, Ethical, and Scalable AI Operations As GenAI and LLMs rapidly evolve,...

  • Make It Ephemeral: Software Should Decay and Lose Data

    Make It Ephemeral: Software Should Decay and Lose Data In the real world, things decay over...

  • screenshot

    What's up Python? 3.13 is out, t-strings look awesome, dep groups come in handy...

    Python 3.13, t-Strings, Dep Groups… Bite code! does their monthly Python news wrap-up. Check out stories...

  • screenshot

    Facings product identifier using YOLOv8 and image embeddings

    Identifying Products From Images This project uses computer vision solution to automate doing inventory of products...

  • screenshot

    Write more pythonic code with context managers

    Write More Pythonic Code With Context Managers Context managers enable you to create “template” code with...

  • screenshot

    It's our 10th birthday!

    Django Girls 10th Birthday! This post celebrating ten years of Django Girls talks about how it...

  • TIL 105 – pytest selection arguments for failing tests

    pytest Selection Arguments for Failing Tests This quick TIL post talks about five useful pytest options...

  • screenshot

    Asyncio gather() Return Values - Super Fast Python

    Asyncio gather() Return Values This post shows you how to return values from coroutines that have...

  • screenshot

    PyBay 2024

    PyBay 2024 This list contains the recorded talks from the PyBay 2024 conference. YOUTUBE video

  • screenshot

    GitHub - benrutter/wimsey: Easy and flexible data contracts

    wimsey: Data Contract Library GITHUB.COM/BENRUTTER

  • PyChrono: Multi-Physics Simulation in Python - Cristiano Pizzamiglio

    PyChrono: Multi-Physics Simulation in Python CRISTIANOPIZZAMIGLIO.COM • Shared by Cristiano Pizzamiglio

  • Running a million empty tests

    Running a Million Empty Tests To better understand just where the performance cost of running tests...