~pycoders | Bookmarks (466)
-
Django Ledger: Accounting with Python
Django Ledger: Accounting With Python Talk Python interviews Miguel Sanda about Django Ledger, a library you...
-
Frankenstein’s `__init__`
Frankenstein’s __init__ The untold story of the craziest __init__ Ohad has ever seen. OHAD RAVID
-
-
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...
-
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...
-
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...
-
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...
-
Django Simple Deploy and other DevOps Things
Django Simple Deploy and Other DevOps Things Talk Python interviews Eric Matthes, educator, author, and developer...
-
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...
-
ProcessThreadPoolExecutor: when I/O becomes CPU-bound
ProcessThreadPoolExecutor: 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...
-
Namespaces in Python – Real Python
Namespaces in Python In this tutorial, you’ll learn about Python namespaces, the structures that store and...
-
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 - Salaah01/django-action-triggers: A Django library for asynchronously triggering actions in response to database changes. It supports integration with webhooks, message brokers (e.g., Kafka...
django-action-triggers: Actions in Response to DB Changes GITHUB.COM/SALAAH01
-
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
-
GitHub - PrajwalVandana/maestro-cli: A command-line tool to play songs (or any audio, really) in the terminal.
maestro-cli: CLI to Play Songs GITHUB.COM/PRAJWALVANDANA
-
Django Girls Ho on 26th April 2025
Django Girls Ho, 2025 April 25, 2025 DJANGOGIRLS.ORG
-
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...
-
Deciphering Glyph :: Stop Writing `__init__` Methods
Stop Writing __init__ Methods Glyph recommends using dataclasses in order to avoid the use of __init__....