How to Scrape Modern Websites Without Headless Browsers
Using Python and common sense
https://medium.com/better-programming/how-to-scrape-modern-websites-without-headless-browsers-d871bbd1119e
Using Python and common sense
https://medium.com/better-programming/how-to-scrape-modern-websites-without-headless-browsers-d871bbd1119e
Efficient Time-Series Using Python’s Pmdarima Library
Demonstrating the efficiency of pmdarima’s…
https://towardsdatascience.com/efficient-time-series-using-pythons-pmdarima-library-f6825407b7f0
Demonstrating the efficiency of pmdarima’s…
https://towardsdatascience.com/efficient-time-series-using-pythons-pmdarima-library-f6825407b7f0
6 YAML Features most programmers don’t know
Level-up your YAML knowledge to write cleaner YAML files
https://levelup.gitconnected.com/6-yaml-features-most-programmers-dont-know-164762343af3
Level-up your YAML knowledge to write cleaner YAML files
https://levelup.gitconnected.com/6-yaml-features-most-programmers-dont-know-164762343af3
Stock Price Analysis with Pandas and Altair
Practical guide for Pandas and Altair
https://towardsdatascience.com/stock-price-analysis-with-pandas-and-altair-ef1e178cc744
Practical guide for Pandas and Altair
https://towardsdatascience.com/stock-price-analysis-with-pandas-and-altair-ef1e178cc744
21 Python Mini Projects With Codes
The Best way to learn a programming language is to build projects…
https://levelup.gitconnected.com/21-python-mini-projects-with-codes-c4126e4131e4
The Best way to learn a programming language is to build projects…
https://levelup.gitconnected.com/21-python-mini-projects-with-codes-c4126e4131e4
projectdiscovery / nuclei-templates
Community curated list of templates for the nuclei engine to find a security vulnerability in application.
https://github.com/projectdiscovery/nuclei-templates
Community curated list of templates for the nuclei engine to find a security vulnerability in application.
https://github.com/projectdiscovery/nuclei-templates
GitHub
GitHub - projectdiscovery/nuclei-templates: Community curated list of templates for the nuclei engine to find security vulnerabilities.
Community curated list of templates for the nuclei engine to find security vulnerabilities. - projectdiscovery/nuclei-templates
fastest way to turn HTML into text in Python
tl;dr; selectolax is best for stripping HTML down to plain text.
The problem is that I have 10,000+ ...
https://www.peterbe.com/plog/selectolax-or-pyquery
tl;dr; selectolax is best for stripping HTML down to plain text.
The problem is that I have 10,000+ ...
https://www.peterbe.com/plog/selectolax-or-pyquery
Peterbe
fastest way to turn HTML into text in Python - Peterbe.com
Pandas DataFrame Visualization Tools
Introduction
I have talked quite a bit about how pandas is a great alternative to Excel for many ...
https://pbpython.com/dataframe-gui-overview.html
Introduction
I have talked quite a bit about how pandas is a great alternative to Excel for many ...
https://pbpython.com/dataframe-gui-overview.html
Pbpython
Pandas DataFrame Visualization Tools
This article summarizes options for using a GUI to interactively view and filter pandas DataFrames.
Using hashids to hide ids of objects in Django
A common pattern in Django urls is to have the following setup for CRUD operations of your objects. ...
https://spapas.github.io/2021/01/07/django-hashids/
A common pattern in Django urls is to have the following setup for CRUD operations of your objects. ...
https://spapas.github.io/2021/01/07/django-hashids/
spapas.github.io
Using hashids to hide ids of objects in Django — /var/
How to load huge CSV datasets in Python Pandas
https://towardsdatascience.com/how-to-load-huge-csv-datasets-in-python-pandas-d306e75ff276
https://towardsdatascience.com/how-to-load-huge-csv-datasets-in-python-pandas-d306e75ff276
The Top 10 Trending Machine Learning Projects of 2020
Background matting, GAN models, and more
https://medium.com/better-programming/the-top-10-trending-machine-learning-projects-of-2020-d923bf31abb7
Background matting, GAN models, and more
https://medium.com/better-programming/the-top-10-trending-machine-learning-projects-of-2020-d923bf31abb7
7 Levels of Using the Zip Function in Python
https://medium.com/techtofreedom/7-levels-of-using-the-zip-function-in-python-a4bd22ee8bcd
https://medium.com/techtofreedom/7-levels-of-using-the-zip-function-in-python-a4bd22ee8bcd
Is Apache Airflow 2.0 good enough for current data engineering needs?
What changed in the new release…
https://towardsdatascience.com/is-apache-airflow-2-0-good-enough-for-current-data-engineering-needs-6e152455775c
What changed in the new release…
https://towardsdatascience.com/is-apache-airflow-2-0-good-enough-for-current-data-engineering-needs-6e152455775c
3 Ways a Deep Understanding of Bayes Theorem Will Improve Your Data Science
An intuitive explanation…
https://towardsdatascience.com/bayes-theorem-abc1795af097
An intuitive explanation…
https://towardsdatascience.com/bayes-theorem-abc1795af097
Stop Using Print to Debug in Python. Use Icecream Instead
Are you Using Print or Log to Debug your…
https://towardsdatascience.com/stop-using-print-to-debug-in-python-use-icecream-instead-79e17b963fcc
Are you Using Print or Log to Debug your…
https://towardsdatascience.com/stop-using-print-to-debug-in-python-use-icecream-instead-79e17b963fcc
Unlimited Flexibility of Pandas
There is almost always more than one solution
https://towardsdatascience.com/unlimited-flexibility-of-pandas-7cf6ab8ba3fc
There is almost always more than one solution
https://towardsdatascience.com/unlimited-flexibility-of-pandas-7cf6ab8ba3fc
Completely Free Roadmap to Learn Data Science in 2021
A concise selection of resources
https://towardsdatascience.com/completely-free-roadmap-to-learn-data-science-in-2021-e0fa6147e247
A concise selection of resources
https://towardsdatascience.com/completely-free-roadmap-to-learn-data-science-in-2021-e0fa6147e247
3 Essential Ways to Calculate Feature Importance in Python
A must-know for any aspiring data scientist
https://towardsdatascience.com/3-essential-ways-to-calculate-feature-importance-in-python-2f9149592155
A must-know for any aspiring data scientist
https://towardsdatascience.com/3-essential-ways-to-calculate-feature-importance-in-python-2f9149592155
3 Pandas Functions That Will Make Your Life Easier
A practical guide with worked through examples
https://towardsdatascience.com/3-pandas-functions-that-will-make-your-life-easier-4d0ce57775a1
A practical guide with worked through examples
https://towardsdatascience.com/3-pandas-functions-that-will-make-your-life-easier-4d0ce57775a1
All you need to know about Seaborn
When should I use…
https://towardsdatascience.com/all-you-need-to-know-about-seaborn-6678a02f31ff
When should I use…
https://towardsdatascience.com/all-you-need-to-know-about-seaborn-6678a02f31ff