~pycoders | Bookmarks (455)
-
JupyterLab 4.3 and Notebook 7.3 are available!
JupyterLab 4.3 and Notebook 7.3 Are Available! JUPYTER.ORG
-
PEP 757 – C API to import-export Python integers | peps.python.org
PEP 757: C API to Import-Export Python Integers (Accepted) PYTHON.ORG
-
-
Lazy self-installing Python scripts with uv
Lazy Self-Installing Python Scripts With uv This post talks about how to manage all of your...
-
-
Chattanooga Python User Group
Chattanooga Python User Group December 20 to December 21, 2024 MEETUP.COM
-
-
Expression vs Statement in Python: What's the Difference? – Real Python
Expression vs Statement in Python: What’s the Difference? In this tutorial, you’ll explore the differences between...
-
Gregory Szorc's Digital Home | Transferring Python Build Standalone Stewardship to Astral
Transferring Python Build Standalone Stewardship to Astral Gregory is the maintainer of the Python Standalone Builds...
-
New era of slop security reports for open source
New Era of Slop Security Reports for Open Source Seth is the go-to security guy at...
-
PEP 767 – Annotating Read-Only Attributes | peps.python.org
PEP 767: Annotating Read-Only Attributes PEP 705 introduced the typing.ReadOnly type qualifier to allow defining read-only...
-
PyData NYC 2024
PyData NYC 2024 Talks Available This is a list of the talks from PyData NYC 2024....
-
Handling or Preventing Errors in Python: LBYL vs EAFP – Real Python
Handling or Preventing Errors in Python: LBYL vs EAFP In this video course, you’ll learn about...
-
Testing some tidbits
Testing Some Tidbits Ned needed a way to check if a string consisted entirely of zeros...
-
PyCon Australia 2024
PyCon Australia 2024 Videos Released This is a collection of the talks from PyCon Australia 2024....
-
Disposable environments for ad-hoc analyses
Disposable Environments for Ad-Hoc Analyses This article talks about juv, a tool that builds on top...
-
-
PEP 766 – Explicit Priority Choices Among Multiple Indexes | peps.python.org
PEP 766: Explicit Priority Choices Among Multiple Indexes “Package resolution is a key part of the...
-
Assessing PyPy Performance with π and Prime Numbers - Cristiano Pizzamiglio
Assessing PyPy Performance With π and Prime Numbers An exploration of PyPy, an alternative Python implementation...
-
Posit Connect Cloud
Posit Connect Cloud: Share the Work You Make With Streamlit, FastAPI, Shiny & Other FOSS Frameworks...
-
Building a Chat Backend for Wikipedia Articles in Django | Lincoln Loop
Building a Chat Backend for Wikipedia Articles in Django This step-by-step article covers how to build...
-
Python Insider: Python 3.13.1, 3.12.8, 3.11.11, 3.10.16 and 3.9.21 are now available
Python 3.13.1, 3.12.8, 3.11.11, 3.10.16 and 3.9.21 Released CPYTHON DEV BLOG
-
PaperCall.io - Python Conference Austria 2025
PyCon Austria 2025 (Eisenstadt) Call for Papers PAPERCALL.IO
-
Expression vs Statement in Python: What's the Difference? Quiz – Real Python
Quiz: Expression vs Statement in Python REAL PYTHON