Azure Key Vault Secret Client Library for Python
https://medium.com/@cndro/azure-key-vault-secret-client-library-for-python-1ca50d2a4553
https://medium.com/@cndro/azure-key-vault-secret-client-library-for-python-1ca50d2a4553
Medium
Azure Key Vault Secret Client Library for Python
Azure Key Vault helps to solve Secrets management by securely storing and controlling access to tokens, passwords, certificates, API keys…
Autoviz: Create Simple Charts From Any Dataset In Python
https://lzpdatascience.medium.com/autoviz-create-simple-charts-from-any-dataset-in-python-6514db8252b6
https://lzpdatascience.medium.com/autoviz-create-simple-charts-from-any-dataset-in-python-6514db8252b6
Medium
Autoviz: Create Simple Charts From Any Dataset In Python
Another useful and simple python package that allows for a quick and decent exploratory data analysis (EDA) is Autoviz.
Python Tips & Tricks You Should Know For Working With Financial Time Series Data
https://medium.com/the-handbook-of-coding-in-finance/python-tips-tricks-you-should-know-for-working-with-financial-time-series-data-4429b4eecc66
https://medium.com/the-handbook-of-coding-in-finance/python-tips-tricks-you-should-know-for-working-with-financial-time-series-data-4429b4eecc66
Medium
Python Tips & Tricks You Should Know For Working With Financial Time Series Data
A beginner guide to process financial time series data in Pythonic way.
Building a Multilingual Translation Based Audiobook Generator Using Python and Deep Learning
https://vikasojha894.medium.com/building-a-multilingual-translation-based-audiobook-generator-using-python-and-deep-learning-1f390b9b6350
https://vikasojha894.medium.com/building-a-multilingual-translation-based-audiobook-generator-using-python-and-deep-learning-1f390b9b6350
Medium
Building a Multilingual Translation Based Audiobook Generator Using Python and Deep Learning
Too lazy to read novels?. Convert novels to audiobook using Python. You can also translate your books to other languages using this…
How I Built A Fake News Detector Using Python & Machine Learning
https://randerson112358.medium.com/how-i-built-a-fake-news-detector-using-python-machine-learning-7d3bfaee64c
https://randerson112358.medium.com/how-i-built-a-fake-news-detector-using-python-machine-learning-7d3bfaee64c
Medium
How I Built A Fake News Detector Using Python & Machine Learning
Use Python & Machine Learning To Detect Fake News
CLIENT-SERVER CONNECTION USING SOCKET IN PYTHON
https://prataplyf.medium.com/client-server-connection-using-socket-in-python-1a91768b6b86
https://prataplyf.medium.com/client-server-connection-using-socket-in-python-1a91768b6b86
Medium
CLIENT-SERVER CONNECTION USING SOCKET IN PYTHON
Server client connections are the most important topics nowadays. This will use as in the field of P2P communication and sometimes for…
The problem with referencing when you think you are copying
https://medium.com/@AleAlejandro1/the-problem-with-referencing-when-you-think-you-are-copying-13f53ff9e555
https://medium.com/@AleAlejandro1/the-problem-with-referencing-when-you-think-you-are-copying-13f53ff9e555
Medium
The problem with referencing when you think you are copying
Here’s the deal, many times I need to create some sample data structures (e.g. lists) to see if my functions are doing what I want…
4 Python Libraries that ease working with Large Dataset
https://satyam-kumar.medium.com/4-python-libraries-that-ease-working-with-large-dataset-8e91632b8791
https://satyam-kumar.medium.com/4-python-libraries-that-ease-working-with-large-dataset-8e91632b8791
Medium
4 Python Libraries that ease working with Large Dataset
Essential guide to read and process large size datasets
Python Module To Make GUI With A GUI Editor?
https://hunter2809.medium.com/python-module-to-make-gui-with-a-gui-editor-f30c899111e8
https://hunter2809.medium.com/python-module-to-make-gui-with-a-gui-editor-f30c899111e8
Medium
Python Module To Make GUI With A GUI Editor?
Still finding a Python module to design GUI with a GUI editor integrated? Then your search has ended. Read along to get more information…
All you need to know about Tuples in Python
https://medium.com/@andreas.soularidis/all-you-need-to-know-about-tuples-in-python-8e382c93ce8c
https://medium.com/@andreas.soularidis/all-you-need-to-know-about-tuples-in-python-8e382c93ce8c
Medium
All you need to know about Tuples in Python
Hi everyone, in this article, we are going to talk about Python Tuples. This is the second in the row article we discuss about build-in…
Sort VS Sorted in Python & How To Sort By Certain Conditions
https://zl-liu.medium.com/sort-vs-sorted-in-python-how-to-sort-by-certain-conditions-d9078eb9b91a
https://zl-liu.medium.com/sort-vs-sorted-in-python-how-to-sort-by-certain-conditions-d9078eb9b91a
Medium
Sort VS Sorted in Python & How To Sort By Certain Conditions
We probably have come across situations where we need to sort a list in Python, and there are 2 built-in functions to do this — the sort…
Python Programming Zero to One: Getting Ready to Code
https://medium.com/@datatipsy/python-programming-zero-to-one-getting-ready-to-code-9f43a7d1ba3f
https://medium.com/@datatipsy/python-programming-zero-to-one-getting-ready-to-code-9f43a7d1ba3f
Medium
Python Programming Zero to One: Getting Ready to Code
for absolute beginner
Forecasting Oil Production Rate (Univariate Time Series)
https://medium.com/@rezayazdanfar1111/forecasting-oil-production-rate-univariate-time-series-b12801be899b
https://medium.com/@rezayazdanfar1111/forecasting-oil-production-rate-univariate-time-series-b12801be899b
Medium
Forecasting Oil Production Rate (Univariate Time Series)
It is vital in a massive industry like oil and gas to forecast future production; this enables them to optimize and avoid any disastrous…
Unpacking Elements from Iterables of Unknown Length
https://medium.com/@davemcsavvii/unpacking-elements-from-iterables-of-unknown-length-363c510530d
https://medium.com/@davemcsavvii/unpacking-elements-from-iterables-of-unknown-length-363c510530d
Medium
Unpacking Elements from Iterables of Unknown Length
If you know how many items the sequence(list, tuple, set…) contains, you can check out my other article on unpacking countable sequences.
Writing a simple Python script with Replit, an online web based IDE
https://adhruva.medium.com/writing-a-simple-python-script-with-replit-an-online-web-based-ide-3a5fd78e8f78
https://adhruva.medium.com/writing-a-simple-python-script-with-replit-an-online-web-based-ide-3a5fd78e8f78
Medium
Writing a simple Python script with Replit, an online web based IDE
Have you ever wondered if there is a way to start coding without having to download entire Interactive Development Environments (IDE’s)…
Web Scraping with Selenium in Python — Amazon Search Result(Part 1)
https://medium.com/@jb.ranchana/web-scraping-with-selenium-in-python-amazon-search-result-part-1-f09c88090932
https://medium.com/@jb.ranchana/web-scraping-with-selenium-in-python-amazon-search-result-part-1-f09c88090932
Medium
Web Scraping with Selenium in Python — Amazon Search Result(Part 1)
Every time that I would like to buy something, I spend a lot of time scrolling many pages to find a product I want with a reasonable price…