Deploying a Machine Learning Model as a REST API
https://towardsdatascience.com/deploying-a-machine-learning-model-as-a-rest-api-4a03b865c166
https://towardsdatascience.com/deploying-a-machine-learning-model-as-a-rest-api-4a03b865c166
Dependencies Handling in Python
Dependencies are a nightmare for many people. Some even argue they are technical debt. Managing the ...
https://julien.danjou.info/dependencies-handling-in-python-automatic-update/
Dependencies are a nightmare for many people. Some even argue they are technical debt. Managing the ...
https://julien.danjou.info/dependencies-handling-in-python-automatic-update/
How to code Gaussian Mixture Models from scratch in Python
GMMs and Maximum Likelihood Optimization…
https://towardsdatascience.com/how-to-code-gaussian-mixture-models-from-scratch-in-python-9e7975df5252
GMMs and Maximum Likelihood Optimization…
https://towardsdatascience.com/how-to-code-gaussian-mixture-models-from-scratch-in-python-9e7975df5252
InstaCodes - Find the most common element in a Python list
By Lenin Mishra
Here are 3 different ways to figure out the most frequent element in a list. Here ...
https://www.pylenin.com/blogs/frequent-elements-in-a-list/
By Lenin Mishra
Here are 3 different ways to figure out the most frequent element in a list. Here ...
https://www.pylenin.com/blogs/frequent-elements-in-a-list/
Pylenin
InstaCodes - Find the most common element in a Python list
Visual explanation to finding out out the most common element in a Python list
Saw similar in r/webdev and decided to replicate using python
https://www.reddit.com/r/Python/comments/cnj7o7/saw_similar_in_rwebdev_and_decided_to_replicate/
https://www.reddit.com/r/Python/comments/cnj7o7/saw_similar_in_rwebdev_and_decided_to_replicate/
reddit
Saw similar in r/webdev and decided to replicate using python
Posted in r/Python by u/Lukki96 • 448 points and 26 comments
I used reinforcement learning with python to solve Numberphile's "cat and mouse" game!
https://www.reddit.com/r/Python/comments/cz50wq/i_used_reinforcement_learning_with_python_to/
https://www.reddit.com/r/Python/comments/cz50wq/i_used_reinforcement_learning_with_python_to/
reddit
I used reinforcement learning with python to solve Numberphile's...
Posted in r/Python by u/diddilydiddilyhey • 1,646 points and 60 comments
instagrambot /
instabot
🐙 Free Instagram scripts, bots and Python API wrapper. Get free instagram followers with our auto like, auto follow and other scripts!
https://github.com/instagrambot/instabot
instabot
🐙 Free Instagram scripts, bots and Python API wrapper. Get free instagram followers with our auto like, auto follow and other scripts!
https://github.com/instagrambot/instabot
GitHub
GitHub - ohld/igbot: 🐙 Free scripts, bots and Python API wrapper. Get free followers with our auto like, auto follow and other…
🐙 Free scripts, bots and Python API wrapper. Get free followers with our auto like, auto follow and other scripts! - ohld/igbot
10 Python Pandas tricks that make your work more efficient
Some commands you may know already but may…
https://towardsdatascience.com/10-python-pandas-tricks-that-make-your-work-more-efficient-2e8e483808ba
Some commands you may know already but may…
https://towardsdatascience.com/10-python-pandas-tricks-that-make-your-work-more-efficient-2e8e483808ba
Why is Python used so widely in big data analysis despite of it being slow?
https://www.reddit.com/r/Python/comments/cnucrh/why_is_python_used_so_widely_in_big_data_analysis/
https://www.reddit.com/r/Python/comments/cnucrh/why_is_python_used_so_widely_in_big_data_analysis/
reddit
Why is Python used so widely in big data analysis despite of it...
I have noticed that Python is used a lot in big data. People call C functions from Python, then process it further in Python, then call some...
For those with normal office jobs, how did you use python to automate your job?
https://www.reddit.com/r/Python/comments/ct0hru/for_those_with_normal_office_jobs_how_did_you_use/
https://www.reddit.com/r/Python/comments/ct0hru/for_those_with_normal_office_jobs_how_did_you_use/
Reddit
From the Python community on Reddit
Explore this post and more from the Python community
xingyizhou /
CenterNet
Object detection, 3D detection, and pose estimation using center point detection:
https://github.com/xingyizhou/CenterNet
CenterNet
Object detection, 3D detection, and pose estimation using center point detection:
https://github.com/xingyizhou/CenterNet
GitHub
GitHub - xingyizhou/CenterNet: Object detection, 3D detection, and pose estimation using center point detection:
Object detection, 3D detection, and pose estimation using center point detection: - GitHub - xingyizhou/CenterNet: Object detection, 3D detection, and pose estimation using center point detection:
Find face edges in 20 lines of code from scratch
https://towardsdatascience.com/find-face-edges-in-20-lines-of-code-from-scratch-8058e128c013
https://towardsdatascience.com/find-face-edges-in-20-lines-of-code-from-scratch-8058e128c013
Intro to Regexes & Strong Password Detection in Python
Build a Password Detector from Scratch
https://medium.com/analytics-vidhya/intro-to-regexes-strong-password-detection-in-python-2138fc3cf8bf
Build a Password Detector from Scratch
https://medium.com/analytics-vidhya/intro-to-regexes-strong-password-detection-in-python-2138fc3cf8bf
Bar Chart Race in Python with Matplotlib
~In roughly less than 50 lines of code
https://towardsdatascience.com/bar-chart-race-in-python-with-matplotlib-8e687a5c8a41
~In roughly less than 50 lines of code
https://towardsdatascience.com/bar-chart-race-in-python-with-matplotlib-8e687a5c8a41
Java vs. Python: A Comparison of Features and Usage
Knowing when, not just how, to use a programming…
https://medium.com/better-programming/java-vs-python-a-comparison-of-features-and-usage-6f3629c723f4
Knowing when, not just how, to use a programming…
https://medium.com/better-programming/java-vs-python-a-comparison-of-features-and-usage-6f3629c723f4
Demystifying hypothesis testing with simple Python examples
Hypothesis testing is the bread and butter…
https://towardsdatascience.com/demystifying-hypothesis-testing-with-simple-python-examples-4997ad3c5294
Hypothesis testing is the bread and butter…
https://towardsdatascience.com/demystifying-hypothesis-testing-with-simple-python-examples-4997ad3c5294
How to create a simple ETL Job locally with PySpark, PostgreSQL and Docker
https://itnext.io/how-to-create-a-simple-etl-job-locally-with-pyspark-postgresql-and-docker-ea53cd43311d
https://itnext.io/how-to-create-a-simple-etl-job-locally-with-pyspark-postgresql-and-docker-ea53cd43311d
Multiprocessing vs. Threading in Python: What Every Data Scientist Needs to Know
Sooner or later, every data science project faces an inevitable challenge: speed. Working with ...
https://blog.floydhub.com/multiprocessing-vs-threading-in-python-what-every-data-scientist-needs-to-know/
Sooner or later, every data science project faces an inevitable challenge: speed. Working with ...
https://blog.floydhub.com/multiprocessing-vs-threading-in-python-what-every-data-scientist-needs-to-know/