The Changing "Guarantees" Given by Python's Global Interpreter Lock
https://stefan-marr.de/2023/11/python-global-interpreter-lock/
https://stefan-marr.de/2023/11/python-global-interpreter-lock/
stefan-marr.de
The Changing “Guarantees” Given by Python's Global Interpreter Lock
A look into the implementation details of CPython's Global Interpreter Lock (GIL) and how they changed between Python 3.9 and the current development branch that will become Python 3.13.
Show HN: Multi-Object Tracking in Python
https://github.com/kharitonov-ivan/multi-object-tracking-in-python
https://github.com/kharitonov-ivan/multi-object-tracking-in-python
GitHub
GitHub - kharitonov-ivan/multi-object-tracking-in-python: 📡 implementation of multi object tracking algorithms including PMBM…
📡 implementation of multi object tracking algorithms including PMBM (Poisson Multi Bernoulli Mixture filter) in Python 🐍 - kharitonov-ivan/multi-object-tracking-in-python
WisdomShell / codeshell
A series of code large language models developed by PKU-KCL
https://github.com/WisdomShell/codeshell
A series of code large language models developed by PKU-KCL
https://github.com/WisdomShell/codeshell
GitHub
GitHub - WisdomShell/codeshell: A series of code large language models developed by PKU-KCL
A series of code large language models developed by PKU-KCL - WisdomShell/codeshell
Show HN: MonkeyPatch – Cheap, fast and predictable LLM functions in Python
https://github.com/monkeypatch/monkeypatch.py
https://github.com/monkeypatch/monkeypatch.py
GitHub
GitHub - Tanuki/tanuki.py: Prompt engineering for developers
Prompt engineering for developers. Contribute to Tanuki/tanuki.py development by creating an account on GitHub.
What the Heck Are Monads?
Monads are a well-known concept in functional programming languages like Haskell, but are they useful in other contexts? Stay tuned, and by the end of this video, you will understand what monads are.
https://www.youtube.com/watch?v=Q0aVbqim5pE
Monads are a well-known concept in functional programming languages like Haskell, but are they useful in other contexts? Stay tuned, and by the end of this video, you will understand what monads are.
https://www.youtube.com/watch?v=Q0aVbqim5pE
YouTube
What the Heck Are Monads?!
👷 Review code better and faster with my 3-Factor Framework: https://arjan.codes/diagnosis.
Today, I'm going to take a deep dive into monads. They’re a well-known concept in functional programming languages like Haskell, but are they useful elsewhere? Stay…
Today, I'm going to take a deep dive into monads. They’re a well-known concept in functional programming languages like Haskell, but are they useful elsewhere? Stay…
What’s the coolest things you’ve done with python?
https://www.reddit.com/r/Python/comments/17upt2f/whats_the_coolest_things_youve_done_with_python/
https://www.reddit.com/r/Python/comments/17upt2f/whats_the_coolest_things_youve_done_with_python/
Reddit
From the Python community on Reddit
Explore this post and more from the Python community
Let’s create a Python Debugger together
Have you ever wondered how debuggers work? What happens when you set a breakpoint and hit it later? Debuggers are tools that we as developers use daily in our work, but few know how they are actually implemented. Here is a 4-part series on writing a Python debugger from scratch.
https://mostlynerdless.de/blog/2023/09/20/lets-create-a-python-debugger-together-part-1/
Have you ever wondered how debuggers work? What happens when you set a breakpoint and hit it later? Debuggers are tools that we as developers use daily in our work, but few know how they are actually implemented. Here is a 4-part series on writing a Python debugger from scratch.
https://mostlynerdless.de/blog/2023/09/20/lets-create-a-python-debugger-together-part-1/
The Python Sofware Foundation Receives Wonderfully Welcoming Award from GitHub
https://pyfound.blogspot.com/2023/11/psf-wonderfully-welcoming-award-github.html
https://pyfound.blogspot.com/2023/11/psf-wonderfully-welcoming-award-github.html
Python Software Foundation Blog
The Python Sofware Foundation receives the Wonderfully Welcoming Award from GitHub!
[November 9th, 2023] - The Python Software Foundation is delighted to announce that we are a recipient of a GitHub Award under the Wonderful...
dpoint
Open-source digital stylus using camera tracking and inertial measurements.
https://github.com/Jcparkyn/dpoint
Open-source digital stylus using camera tracking and inertial measurements.
https://github.com/Jcparkyn/dpoint
GitHub
GitHub - Jcparkyn/dpoint: Open-source digital stylus using camera tracking and inertial measurements
Open-source digital stylus using camera tracking and inertial measurements - Jcparkyn/dpoint
Google-Colab-Selenium
The best way to use Selenium in Google Colab Notebooks!
https://github.com/jpjacobpadilla/Google-Colab-Selenium
The best way to use Selenium in Google Colab Notebooks!
https://github.com/jpjacobpadilla/Google-Colab-Selenium
GitHub
GitHub - jpjacobpadilla/Google-Colab-Selenium: The best way to use Selenium in Google Colab Notebooks!
The best way to use Selenium in Google Colab Notebooks! - jpjacobpadilla/Google-Colab-Selenium
How to Create a Subscription SaaS Application with Django and Stripe
All the technical details of creating a subscription SaaS business using the Python-based Django web framework and Stripe payment processor.
https://www.saaspegasus.com/guides/django-stripe-integrate/
All the technical details of creating a subscription SaaS business using the Python-based Django web framework and Stripe payment processor.
https://www.saaspegasus.com/guides/django-stripe-integrate/
SaaS Pegasus
How to Create a Subscription SaaS Application with Django and Stripe
All the technical details of creating a subscription SaaS business using the Python-based Django web framework and Stripe payment processor.
ai-exploits
A collection of real world AI/ML exploits for responsibly disclosed vulnerabilities.
https://github.com/protectai/ai-exploits
A collection of real world AI/ML exploits for responsibly disclosed vulnerabilities.
https://github.com/protectai/ai-exploits
GitHub
GitHub - protectai/ai-exploits: A collection of real world AI/ML exploits for responsibly disclosed vulnerabilities
A collection of real world AI/ML exploits for responsibly disclosed vulnerabilities - GitHub - protectai/ai-exploits: A collection of real world AI/ML exploits for responsibly disclosed vulnerabil...
Four Kinds of Optimisation
This article discusses four approaches to optimize programs: using a better algorithm, using a better data structure, using a lower-level system, or accepting a less precise solution.
https://tratt.net/laurie/blog/2023/four_kinds_of_optimisation.html
This article discusses four approaches to optimize programs: using a better algorithm, using a better data structure, using a lower-level system, or accepting a less precise solution.
https://tratt.net/laurie/blog/2023/four_kinds_of_optimisation.html