Python 3.9.7 and 3.8.12 Are Now Available
https://pythoninsider.blogspot.com/2021/08/python-397-and-3812-are-now-available.html
https://pythoninsider.blogspot.com/2021/08/python-397-and-3812-are-now-available.html
Blogspot
Python Insider: Python 3.9.7 and 3.8.12 are now available
math.sqrt vs numpy.sqrt vs x ** 0.5 Performance Discussion
https://twitter.com/karpathy/status/1430316576016793600
https://twitter.com/karpathy/status/1430316576016793600
Twitter
Andrej Karpathy
TIL 😳😵💫😱. This single line change sped up our data loader 10%
A Python Data Scientist’s Guide to the Apple Silicon Transition
https://www.anaconda.com/blog/apple-silicon-transition
https://www.anaconda.com/blog/apple-silicon-transition
Anaconda
A Python Data Scientist’s Guide to the Apple Silicon Transition | Anaconda
Even if you are not a Mac user, you have likely heard Apple is switching from Intel CPUs to their own custom CPUs, which they refer to collectively as “Apple Silicon.” The last time Apple changed its computer architecture this dramatically was 15 years ago…
Splitting Datasets With scikit-learn and train_test_split()
https://realpython.com/courses/splitting-datasets-scikit-learn-train-test-split/
https://realpython.com/courses/splitting-datasets-scikit-learn-train-test-split/
Realpython
Splitting Datasets With scikit-learn and train_test_split() – Real Python
In this course, you'll learn why it's important to split your dataset in supervised machine learning and how to do that with train_test_split() from scikit-learn.
Building With CircuitPython & Constraints of Python for Microcontrollers
https://realpython.com/podcasts/rpp/75/
https://realpython.com/podcasts/rpp/75/
Realpython
Episode #75: Building With CircuitPython & Constraints of Python for Microcontrollers – The Real Python Podcast
Can you make a version of Python that fits within the memory constraints of a microcontroller and have it still feel like Python? That is the intention behind CircuitPython. This week on the show, we have Scott Shawcroft, who is the project lead for CircuitPython.
Python Behind the Scenes: How Async/Await Works in Python
https://tenthousandmeters.com/blog/python-behind-the-scenes-12-how-asyncawait-works-in-python/
https://tenthousandmeters.com/blog/python-behind-the-scenes-12-how-asyncawait-works-in-python/
Tenthousandmeters
Python behind the scenes #12: how async/await works in Python
Mark functions as async. Call them with await. All of a sudden, your program becomes asynchronous – it can do useful things while it waits for...
Using libsqlite3 Directly From Python With ctypes
https://gist.github.com/michalc/a3147997e21665896836e0f4157975cb
https://gist.github.com/michalc/a3147997e21665896836e0f4157975cb
Gist
Use libsqlite3 directly from Python with ctypes: without using the built-in sqlite3 Python package, and without compiling anything
Use libsqlite3 directly from Python with ctypes: without using the built-in sqlite3 Python package, and without compiling anything - sqlite.py
Simulating a Direct Digital Frequency Synthesizer in Python
https://cushychicken.github.io/direct-digital-synthesis-python-model/
https://cushychicken.github.io/direct-digital-synthesis-python-model/
Wherein The Chicken
Simulating a Direct Digital Frequency Synthesizer in Python
I can’t seem to crack my obsession with Direct Digital Synthesis. I had to learn rather a lot about it as part of working on bFunc last year. Even though I’ve sort of decided to not build a second version of bFunc, I still find the concept of digital frequency…
msl-apollo-entry-guidance: Python Implementation of the Apollo Entry Guidance Algorithm Used by NASA’s MSL Spacecraft
https://github.com/thomasantony/msl-apollo-entry-guidance
https://github.com/thomasantony/msl-apollo-entry-guidance
GitHub
GitHub - thomasantony/msl-apollo-entry-guidance: A Python implementation of the Apollo Entry Guidance algorithm used by NASA's…
A Python implementation of the Apollo Entry Guidance algorithm used by NASA's MSL spacecraft - thomasantony/msl-apollo-entry-guidance
sqlmodel: SQL Databases in Python, Designed for Simplicity, Compatibility, and Robustness
https://github.com/tiangolo/sqlmodel
https://github.com/tiangolo/sqlmodel
GitHub
GitHub - fastapi/sqlmodel: SQL databases in Python, designed for simplicity, compatibility, and robustness.
SQL databases in Python, designed for simplicity, compatibility, and robustness. - fastapi/sqlmodel