Numba: Unleashing the Power of Python for High-Performance Computing
https://medium.com/@eng_elias/numba-unleashing-the-power-of-python-for-high-performance-computing-fdec2c778b10
https://medium.com/@eng_elias/numba-unleashing-the-power-of-python-for-high-performance-computing-fdec2c778b10
Medium
Numba: Unleashing the Power of Python for High-Performance Computing
Introduction:
Python 3.12 Preview: More Intuitive and Consistent F-Strings
https://realpython.com/python312-f-strings/
https://realpython.com/python312-f-strings/
Realpython
Python 3.12 Preview: More Intuitive and Consistent F-Strings – Real Python
In this tutorial, you'll preview one of the upcoming features of Python 3.12, which introduces a new f-string syntax formalization and implementation. The new implementation lifts some restrictions and limitations that affect f-string literals in Python versions…
Python: Profile a Section of Code With cProfile
https://adamj.eu/tech/2023/07/23/python-profile-section-cprofile/
https://adamj.eu/tech/2023/07/23/python-profile-section-cprofile/
adamj.eu
Python: Profile a section of code with cProfile - Adam Johnson
When trying to improve a slow function or module, it’s always a good idea to profile it. Here’s a snippet for quickly profiling a section of code with Python’s cProfile module, in two flavours. It’s adapted from the cProfile documentation’s Profile example.…
Steering Council Announces Optional GIL
https://discuss.python.org/t/a-steering-council-notice-about-pep-703-making-the-global-interpreter-lock-optional-in-cpython/30474
https://discuss.python.org/t/a-steering-council-notice-about-pep-703-making-the-global-interpreter-lock-optional-in-cpython/30474
Discussions on Python.org
A Steering Council notice about PEP 703 (Making the Global Interpreter Lock Optional in CPython)
Posting for the whole Steering Council, on the subject of @colesbury’s PEP 703 (Making the Global Interpreter Lock Optional in CPython). Thank you, everyone, for responding to the poll on the no-GIL proposal. It’s clear that the overall sentiment is positive…
Socket Programming in Python Part 1: Handling Connections
https://realpython.com/courses/python-sockets-part-1/
https://realpython.com/courses/python-sockets-part-1/
Realpython
Sign-In – Real Python
Sign in to your Real Python account.
Using Rich Inspect to Interrogate Python Objects
https://textual.textualize.io/blog/2023/07/27/using-rich-inspect-to-interrogate-python-objects/
https://textual.textualize.io/blog/2023/07/27/using-rich-inspect-to-interrogate-python-objects/
Textual Documentation
Textual - Using Rich Inspect to interrogate Python objects
Textual is a TUI framework for Python, inspired by modern web development.
End to End Data Applications With SQL and Jupyter
https://ploomber-sql.readthedocs.io/en/latest/index.html
https://ploomber-sql.readthedocs.io/en/latest/index.html
Text Editor Data Structures
https://cdacamar.github.io/data%20structures/algorithms/benchmarking/text%20editors/c++/editor-data-structures/
https://cdacamar.github.io/data%20structures/algorithms/benchmarking/text%20editors/c++/editor-data-structures/
invoke::thought()
Text Editor Data Structures
Text editors can be an interesting challenge to program. The types of problems that text editors need to solve can range from trivial to mind-bogglingly difficult. Recently, I have been on something of a spiritual journey to rework some internal data structures…
django-pgcrypto-fields: Django Encryption With Pgcrypto
https://github.com/incuna/django-pgcrypto-fields
https://github.com/incuna/django-pgcrypto-fields
GitHub
GitHub - incuna/django-pgcrypto-fields: Transparent field level encryption for Django using the pgcrypto postgresql extension.
Transparent field level encryption for Django using the pgcrypto postgresql extension. - incuna/django-pgcrypto-fields