Since youtube-dl got taken down, I made a very simple YouTube downloader under 50 LOC
https://www.reddit.com/r/madeinpython/comments/jj9e22/since_youtubedl_got_taken_down_i_made_a_very/
https://www.reddit.com/r/madeinpython/comments/jj9e22/since_youtubedl_got_taken_down_i_made_a_very/
Top 10 Trending Python Projects On GitHub
GitHub projects like these are the perfect showcase of…
https://towardsdatascience.com/top-10-trending-python-projects-on-github-fb852cd58262
GitHub projects like these are the perfect showcase of…
https://towardsdatascience.com/top-10-trending-python-projects-on-github-fb852cd58262
Keyword Extraction with BERT
A minimal method for extracting…
https://towardsdatascience.com/keyword-extraction-with-bert-724efca412ea
A minimal method for extracting…
https://towardsdatascience.com/keyword-extraction-with-bert-724efca412ea
Going Functional in Python (with code)
https://medium.com/analytics-vidhya/going-functional-in-python-with-code-b50ba7742469
https://medium.com/analytics-vidhya/going-functional-in-python-with-code-b50ba7742469
An Ultimate Cheat Sheet for Data Visualization in Pandas
All the Basic Types of Visualization That Is…
https://towardsdatascience.com/an-ultimate-cheat-sheet-for-data-visualization-in-pandas-4010e1b16b5c
All the Basic Types of Visualization That Is…
https://towardsdatascience.com/an-ultimate-cheat-sheet-for-data-visualization-in-pandas-4010e1b16b5c
Monitor your internet with python
https://www.reddit.com/r/Python/comments/jhh8oa/monitor_your_internet_with_python/
https://www.reddit.com/r/Python/comments/jhh8oa/monitor_your_internet_with_python/
Machine Learning — Logistic Regression with Python
A practical introduction to Logistic Regression for…
https://towardsdatascience.com/machine-learning-logistic-regression-with-python-5ed4ded9d146
A practical introduction to Logistic Regression for…
https://towardsdatascience.com/machine-learning-logistic-regression-with-python-5ed4ded9d146
Everything you need to Learn Python from Zero to Hero
Sharing the resources I’m…
https://towardsdatascience.com/everything-you-need-to-learn-python-from-zero-to-hero-3dc950cb1b4c
Sharing the resources I’m…
https://towardsdatascience.com/everything-you-need-to-learn-python-from-zero-to-hero-3dc950cb1b4c
PyCaret 2.2 is here — What’s new?
https://towardsdatascience.com/pycaret-2-2-is-here-whats-new-ad7612ca63b
https://towardsdatascience.com/pycaret-2-2-is-here-whats-new-ad7612ca63b
facebookresearch / frankmocap
A Strong and Easy-to-use Single View 3D Hand+Body Pose Estimator
https://github.com/facebookresearch/frankmocap
A Strong and Easy-to-use Single View 3D Hand+Body Pose Estimator
https://github.com/facebookresearch/frankmocap
GitHub
GitHub - facebookresearch/frankmocap: A Strong and Easy-to-use Single View 3D Hand+Body Pose Estimator
A Strong and Easy-to-use Single View 3D Hand+Body Pose Estimator - facebookresearch/frankmocap
Robust Python with Type Hints
Type hinting is an optional feature in Python that allows you to hint…
https://towardsdatascience.com/robust-python-with-type-hints-a86632ff56cc
Type hinting is an optional feature in Python that allows you to hint…
https://towardsdatascience.com/robust-python-with-type-hints-a86632ff56cc
Getting Started with PyPy
Up-and-running with PyPy, an alternative to CPython that uses JIT…
https://towardsdatascience.com/getting-started-with-pypy-ef4ba5cb431c
Up-and-running with PyPy, an alternative to CPython that uses JIT…
https://towardsdatascience.com/getting-started-with-pypy-ef4ba5cb431c
Announcing The Next IBM Quantum Challenge, Where You Can Build The Not-So-Distant Quantum Future
https://medium.com/qiskit/announcing-the-next-ibm-quantum-challenge-where-you-can-build-the-not-so-distant-quantum-future-81457c3d0adc
https://medium.com/qiskit/announcing-the-next-ibm-quantum-challenge-where-you-can-build-the-not-so-distant-quantum-future-81457c3d0adc
An introduction to Object-Oriented Programming for Data Scientists
https://towardsdatascience.com/an-introduction-to-object-oriented-programming-for-data-scientists-879106d90d89
https://towardsdatascience.com/an-introduction-to-object-oriented-programming-for-data-scientists-879106d90d89
How to Make Inserts Into SQL Server 100x faster with Pyodbc
How I fixed an issue related to…
https://towardsdatascience.com/how-i-made-inserts-into-sql-server-100x-faster-with-pyodbc-5a0b5afdba5
How I fixed an issue related to…
https://towardsdatascience.com/how-i-made-inserts-into-sql-server-100x-faster-with-pyodbc-5a0b5afdba5
Exploring Design Patterns in Python
How to implement reusable models into your programming experience
https://towardsdatascience.com/exploring-design-patterns-in-python-be55fbcf8b34
How to implement reusable models into your programming experience
https://towardsdatascience.com/exploring-design-patterns-in-python-be55fbcf8b34
Organise your Jupyter Notebook with these tips
Practical tips to tidy up your Data Science workflow
https://towardsdatascience.com/organise-your-jupyter-notebook-with-these-tips-d164d5dcd51f
Practical tips to tidy up your Data Science workflow
https://towardsdatascience.com/organise-your-jupyter-notebook-with-these-tips-d164d5dcd51f
Understand Loops in Python with One Article
After reading this article, there will be no chance Loops…
https://towardsdatascience.com/understand-loops-in-python-with-one-article-bace2ddba789
After reading this article, there will be no chance Loops…
https://towardsdatascience.com/understand-loops-in-python-with-one-article-bace2ddba789
Poetry vs. Docker caching: Fight!
Docker packaging is an exercise in shoving square pegs into round holes, over and over and over ...
https://pythonspeed.com/articles/poetry-vs-docker-caching/
Docker packaging is an exercise in shoving square pegs into round holes, over and over and over ...
https://pythonspeed.com/articles/poetry-vs-docker-caching/
Python⇒Speed
Poetry vs. Docker caching: Fight!
Poetry’s versioning scheme for Python dependencies makes Docker caching harder, which means slower images rebuilds. Learn some workarounds.