mart1nro / joycontrol
Emulate Nintendo Switch Controllers over Bluetooth
https://github.com/mart1nro/joycontrol
Emulate Nintendo Switch Controllers over Bluetooth
https://github.com/mart1nro/joycontrol
GitHub
GitHub - mart1nro/joycontrol: Emulate Nintendo Switch Controllers over Bluetooth
Emulate Nintendo Switch Controllers over Bluetooth - mart1nro/joycontrol
How to Build a Simple Machine Learning Web App in Python
https://towardsdatascience.com/how-to-build-a-simple-machine-learning-web-app-in-python-68a45a0e0291
https://towardsdatascience.com/how-to-build-a-simple-machine-learning-web-app-in-python-68a45a0e0291
I made the rotating circle illusion from numberphile's lates video
https://www.reddit.com/r/Python/comments/hbg6dw/i_made_the_rotating_circle_illusion_from/
https://www.reddit.com/r/Python/comments/hbg6dw/i_made_the_rotating_circle_illusion_from/
Reddit
From the Python community on Reddit: I made the rotating circle *illusion* from numberphile's lates video
Explore this post and more from the Python community
I made a ray tracer that simulates curved spacetime by using Einstein's field equations from general relativity. Here's a black hole!
https://www.reddit.com/r/Python/comments/hb108j/i_made_a_ray_tracer_that_simulates_curved/
https://www.reddit.com/r/Python/comments/hb108j/i_made_a_ray_tracer_that_simulates_curved/
reddit
I made a ray tracer that simulates curved spacetime by using...
Posted in r/Python by u/jrmiranda • 3,102 points and 131 comments
Dark Secrets of Python Memory Allocation
Intuitive guide of Memory Allocation in Python. Now no one…
https://towardsdatascience.com/dark-secrets-of-python-memory-allocation-c5d22879d8a9
Intuitive guide of Memory Allocation in Python. Now no one…
https://towardsdatascience.com/dark-secrets-of-python-memory-allocation-c5d22879d8a9
My 3-year journey: From zero Python to Deep Learning competition master
The path I followed since…
https://towardsdatascience.com/my-3-year-journey-from-zero-python-to-deep-learning-competition-master-6605c188eec7
The path I followed since…
https://towardsdatascience.com/my-3-year-journey-from-zero-python-to-deep-learning-competition-master-6605c188eec7
A social distancing detector using a Tensorflow object detection model, Python and OpenCV.
https://towardsdatascience.com/a-social-distancing-detector-using-a-tensorflow-object-detection-model-python-and-opencv-4450a431238
https://towardsdatascience.com/a-social-distancing-detector-using-a-tensorflow-object-detection-model-python-and-opencv-4450a431238
Gower’s Distance
One of the most important task while clustering the data is to decide what metric to…
https://medium.com/analytics-vidhya/gowers-distance-899f9c4bd553
One of the most important task while clustering the data is to decide what metric to…
https://medium.com/analytics-vidhya/gowers-distance-899f9c4bd553
Debugging out-of-memory crashes in Python
You run your program, and it crashes—it’s out of memory:
If you’re lucky, you get a ...
https://pythonspeed.com/articles/crash-out-of-memory/
You run your program, and it crashes—it’s out of memory:
If you’re lucky, you get a ...
https://pythonspeed.com/articles/crash-out-of-memory/
Python⇒Speed
Debugging Python out-of-memory crashes with the Fil profiler
Debugging Python out-of-memory crashes can be tricky. Learn how the Fil memory profiler can help you find where your memory use is happening.
Time-Series Forecasting: Predicting Stock Prices Using Facebook’s Prophet Model
Predict stock prices…
https://towardsdatascience.com/time-series-forecasting-predicting-stock-prices-using-facebooks-prophet-model-9ee1657132b5
Predict stock prices…
https://towardsdatascience.com/time-series-forecasting-predicting-stock-prices-using-facebooks-prophet-model-9ee1657132b5
All the Things You Can Do With GitHub API and Python
GitHub REST API allows you to manage issues…
https://towardsdatascience.com/all-the-things-you-can-do-with-github-api-and-python-f01790fca131
GitHub REST API allows you to manage issues…
https://towardsdatascience.com/all-the-things-you-can-do-with-github-api-and-python-f01790fca131
8 Advanced Python List Techniques You Should Know!
Making the All-Powerful List Even More Powerful!
https://towardsdatascience.com/advanced-python-list-techniques-c6195fa699a3
Making the All-Powerful List Even More Powerful!
https://towardsdatascience.com/advanced-python-list-techniques-c6195fa699a3
How to run your ML model Predictions 50 times faster?
With just 2 lines of code using Hummingbird
https://towardsdatascience.com/run-your-machine-learning-predictions-50-times-faster-3ad2f4ee5819
With just 2 lines of code using Hummingbird
https://towardsdatascience.com/run-your-machine-learning-predictions-50-times-faster-3ad2f4ee5819
8 super easy-to-use Python built-in functions
Necessary to improve…
https://towardsdatascience.com/8-super-easy-to-use-python-built-in-functions-fa873e66085
Necessary to improve…
https://towardsdatascience.com/8-super-easy-to-use-python-built-in-functions-fa873e66085
Developed a 'personal home assistant' whatsapp bot to control an appliance (lamp in this case)
https://www.reddit.com/r/Python/comments/ha5901/developed_a_personal_home_assistant_whatsapp_bot/
https://www.reddit.com/r/Python/comments/ha5901/developed_a_personal_home_assistant_whatsapp_bot/
Reddit
From the Python community on Reddit: Developed a 'personal home assistant' whatsapp bot to control an appliance (lamp in this case)
Explore this post and more from the Python community
Build and deploy machine learning web app using PyCaret and Streamlit
A beginner’s guide to deploying…
https://towardsdatascience.com/build-and-deploy-machine-learning-web-app-using-pycaret-and-streamlit-28883a569104
A beginner’s guide to deploying…
https://towardsdatascience.com/build-and-deploy-machine-learning-web-app-using-pycaret-and-streamlit-28883a569104
OpenCV Fast Fourier Transform (FFT) for blur detection in images and video streams
In this tutorial, you will learn how to use OpenCV and the Fast Fourier Transform (FFT) to ...
https://www.pyimagesearch.com/2020/06/15/opencv-fast-fourier-transform-fft-for-blur-detection-in-images-and-video-streams/
In this tutorial, you will learn how to use OpenCV and the Fast Fourier Transform (FFT) to ...
https://www.pyimagesearch.com/2020/06/15/opencv-fast-fourier-transform-fft-for-blur-detection-in-images-and-video-streams/
Speed up your Numpy and Pandas with NumExpr package
We show how to significantly speed up your…
https://towardsdatascience.com/speed-up-your-numpy-and-pandas-with-numexpr-package-25bd1ab0836b
We show how to significantly speed up your…
https://towardsdatascience.com/speed-up-your-numpy-and-pandas-with-numexpr-package-25bd1ab0836b
Differences between multiprocessing on Windows and Linux
http://pythonforthelab.com/blog/differences-between-multiprocessing-windows-and-linux/
http://pythonforthelab.com/blog/differences-between-multiprocessing-windows-and-linux/
Python for the Lab
Differences of Multiprocessing on Windows and Linux
Multiprocessing behaves very differently on Windows and Linux. Learn the differences to prevent mistakes.
What’s New In Python 3.9 Dictionaries?
A first look at the new union operators to help merge and…
https://towardsdatascience.com/whats-new-in-python-3-9-dictionaries-ddb5d18460da
A first look at the new union operators to help merge and…
https://towardsdatascience.com/whats-new-in-python-3-9-dictionaries-ddb5d18460da