Practical Guide for Virtual Environments in Python
Using virtualenv and pipenv tools
https://towardsdatascience.com/practical-guide-for-virtual-environments-in-python-b59bd5fe8f1
Using virtualenv and pipenv tools
https://towardsdatascience.com/practical-guide-for-virtual-environments-in-python-b59bd5fe8f1
Python Coding Tip: Using the ‘With’ Statement Instead ‘Try…Finally’
The ‘with’ statement and Context…
https://medium.com/swlh/python-coding-tip-using-the-with-statement-instead-try-finally-f45a645c6008
The ‘with’ statement and Context…
https://medium.com/swlh/python-coding-tip-using-the-with-statement-instead-try-finally-f45a645c6008
Python, Memory, and Objects
The basics of memory management for data scientists
https://towardsdatascience.com/python-memory-and-objects-e7bec4a2845
The basics of memory management for data scientists
https://towardsdatascience.com/python-memory-and-objects-e7bec4a2845
How Random are Random Numbers and Random Data? How to Generate them using Python?
Written by…
https://medium.com/the-geekytorium/how-random-are-random-numbers-and-random-data-how-to-generate-them-using-python-9df2b3705ed9
Written by…
https://medium.com/the-geekytorium/how-random-are-random-numbers-and-random-data-how-to-generate-them-using-python-9df2b3705ed9
Making publication-quality figures in Python (Part I): Fig and Axes
How to fully understand and…
https://towardsdatascience.com/making-publication-quality-figures-in-python-part-i-fig-and-axes-d86c3903ad9b
How to fully understand and…
https://towardsdatascience.com/making-publication-quality-figures-in-python-part-i-fig-and-axes-d86c3903ad9b
4 Scikit-Learn Tools Every Data Scientist Should Use
Composite Estimators and Transformers
https://towardsdatascience.com/4-scikit-learn-tools-every-data-scientist-should-use-4ee942958d9e
Composite Estimators and Transformers
https://towardsdatascience.com/4-scikit-learn-tools-every-data-scientist-should-use-4ee942958d9e
This is how you fetch users' data from Instagram bio. (Without Instagram API)
https://medium.com/@rami-al-debs/this-is-how-you-fetch-users-data-from-instagram-bio-without-instagram-api-df2ce773bbc5
https://medium.com/@rami-al-debs/this-is-how-you-fetch-users-data-from-instagram-bio-without-instagram-api-df2ce773bbc5
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