9 Visual Studio Code Extensions That Make Programming Easier.
https://aaquibali.medium.com/9-visual-studio-code-extensions-that-make-programming-easier-6bbdacc15b6
https://aaquibali.medium.com/9-visual-studio-code-extensions-that-make-programming-easier-6bbdacc15b6
Medium
9 Visual Studio Code Extensions That Make Programming Easier.
You must have faced problems while writing your code. Like it takes lot of time to complete, you get errors, end up thinking programming is…
Web Scraping with CSS Selectors using Python
https://dimitryzub.medium.com/web-scraping-with-css-selectors-using-python-79dd024add58
https://dimitryzub.medium.com/web-scraping-with-css-selectors-using-python-79dd024add58
Medium
Web Scraping with CSS Selectors using Python
When web-scraping, CSS selectors are one of the best friends. This tutorial will tell you what they’re, their pros and cons, and why they…
How to process a DataFrame with millions of rows in seconds?
https://towardsdatascience.com/how-to-process-a-dataframe-with-millions-of-rows-in-seconds-fe7065b8f986
https://towardsdatascience.com/how-to-process-a-dataframe-with-millions-of-rows-in-seconds-fe7065b8f986
Medium
How to process a DataFrame with millions of rows in seconds?
TLDR; process it with a new Python Data Processing Engine in the Cloud.
I was not satisfied by any Deep Learning tutorials online.
https://medium.com/@neuralthreads/i-was-not-satisfied-by-any-deep-learning-tutorials-online-37c5e9f4bea1
https://medium.com/@neuralthreads/i-was-not-satisfied-by-any-deep-learning-tutorials-online-37c5e9f4bea1
Medium
I was not satisfied by any Deep Learning tutorials online.
So, I created my own tutorials.
ML in Android -2 : Build a Hello World Tensorflow Model
https://medium.com/the-stem/ml-in-android-2-build-a-hello-world-tensorflow-model-21ae07539722
https://medium.com/the-stem/ml-in-android-2-build-a-hello-world-tensorflow-model-21ae07539722
Medium
ML in Android -2 : Build a Hello World Tensorflow Model
Learn about ways to save a model .Write your first model hello world with tensorflow and predict for user input. Learn how to get…
Here are some tips to speed up your Python program
https://levelup.gitconnected.com/here-are-some-tips-to-speed-up-your-python-program-e47257b4e6d3
https://levelup.gitconnected.com/here-are-some-tips-to-speed-up-your-python-program-e47257b4e6d3
Medium
Here are some tips to speed up your Python program
Learn new concepts
Storytelling with Maps: Elections in Santa Fe Province
https://towardsdatascience.com/storytelling-with-maps-elections-in-santa-fe-province-69b5354e6400
https://towardsdatascience.com/storytelling-with-maps-elections-in-santa-fe-province-69b5354e6400
Medium
Storytelling with Maps: Elections in Santa Fe Province
Maps
Python __slots__when size and speed are important.
https://medium.com/dev-today/python-slots-when-size-and-speed-are-important-a982ed028cdb
https://medium.com/dev-today/python-slots-when-size-and-speed-are-important-a982ed028cdb
Medium
Python __slots__ when size and speed are important.
How are variables created? Does it make difference how I make them? It’s possible to be lighter and fast? Yes, it is!
Scaling Airflow — Astronomer Vs Cloud Composer Vs Managed Workflows For Apache Airflow
https://medium.com/coriers/scaling-airflow-astronomer-vs-cloud-composer-vs-managed-workflows-for-apache-airflow-86f211707955
https://medium.com/coriers/scaling-airflow-astronomer-vs-cloud-composer-vs-managed-workflows-for-apache-airflow-86f211707955
Medium
Scaling Airflow — Astronomer Vs Cloud Composer Vs Managed Workflows For Apache Airflow
What Tool Should You Use For Airflow
Technology Trends Survey — Exploratory Data Analysis
https://medium.com/@babiebobble/technology-trends-survey-exploratory-data-analysis-8628e23f4a55
https://medium.com/@babiebobble/technology-trends-survey-exploratory-data-analysis-8628e23f4a55
Medium
Technology Trends Survey — Exploratory Data Analysis
Applications of various data analytics skills and techniques in data collection, data wrangling, exploratory data analysis, and creation…
Python 3.10 new COOLEST feature: Reducing A TON OF DEBUGGING TIME
https://duythinbmt.medium.com/python-3-10-new-coolest-feature-reducing-a-ton-of-debugging-time-ca58c82a6d32
https://duythinbmt.medium.com/python-3-10-new-coolest-feature-reducing-a-ton-of-debugging-time-ca58c82a6d32
Medium
Python 3.10 new COOLEST feature: Reducing A TON OF DEBUGGING TIME
You can’t live without bugs. Opps!!. We have to live with it, so we need to know how handle the bugs to make a peace life with bugs. When…