It's Time For A Change: datetime.utcnow() Is Now Deprecated
I was going through the release notes of the new Python 3.12 version the other day, and one item ...
http://blog.miguelgrinberg.com/post/it-s-time-for-a-change-datetime-utcnow-is-now-deprecated
I was going through the release notes of the new Python 3.12 version the other day, and one item ...
http://blog.miguelgrinberg.com/post/it-s-time-for-a-change-datetime-utcnow-is-now-deprecated
Miguelgrinberg
It's Time For A Change: datetime.utcnow() Is Now Deprecated
I was going through the release notes of the new Python 3.12 version the other day, and one item caught my attention in the deprecations section:datetime.datetime’s utcnow() and utcfromtimestamp()…
Adding Full Text Search to Your Django App with django-watson
Learn how to supercharge your Django app with full-text search using Django-Watson. Dive deep into Postgres magic and boost search functionality.
https://idiomaticprogrammers.com/post/django-watson-full-text-search-guide/
Learn how to supercharge your Django app with full-text search using Django-Watson. Dive deep into Postgres magic and boost search functionality.
https://idiomaticprogrammers.com/post/django-watson-full-text-search-guide/
Idiomaticprogrammers
Adding Full Text Search to Your Django App with django-watson | Idiomatic Programmers
Learn how to supercharge your Django app with full-text search using Django-Watson. Dive deep into Postgres magic and boost search functionality.
Diving into PyPI package name squatting
This post discusses the issue of PyPI package name squatting and how it can be exploited by attackers to distribute malicious code.
https://blog.orsinium.dev/posts/py/pypi-squatting/
This post discusses the issue of PyPI package name squatting and how it can be exploited by attackers to distribute malicious code.
https://blog.orsinium.dev/posts/py/pypi-squatting/
blog.orsinium.dev
Diving into PyPI package name squatting
All sufficiently big public package registries are a mess full of malware, name squatting, and drama:
crates.io has a single user owning names like “any”, “bash”, and “class”. npmjs.com had a drama with left-pad when a single maintainer of a single one-liner…
crates.io has a single user owning names like “any”, “bash”, and “class”. npmjs.com had a drama with left-pad when a single maintainer of a single one-liner…
Is there an app to learn python that's like Duolingo where it's designed to be addicting?
https://www.reddit.com/r/learnpython/comments/17ylttx/is_there_an_app_to_learn_python_thats_like/
https://www.reddit.com/r/learnpython/comments/17ylttx/is_there_an_app_to_learn_python_thats_like/
Reddit
From the learnpython community on Reddit
Explore this post and more from the learnpython community
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