Why you Need to Start using Map, Filter, Reduce and Lambda in Python
https://medium.com/@cndro/why-you-need-to-start-using-map-filter-reduce-and-lambda-in-python-ef7a9a771fa1
https://medium.com/@cndro/why-you-need-to-start-using-map-filter-reduce-and-lambda-in-python-ef7a9a771fa1
Medium
Why you Need to Start using Map, Filter, Reduce and Lambda in Python
In this tutorial, we’ll discuss why we need to start using the following functions (Map, Filter, Reduce, and Lambda) in Python. We will…
Data quality -Relevance in modern day data engineering pipelines
https://medium.com/litmus7/data-quality-relevance-in-modern-day-data-engineering-pipelines-765c0ce4c4e5
https://medium.com/litmus7/data-quality-relevance-in-modern-day-data-engineering-pipelines-765c0ce4c4e5
Medium
Data quality -Relevance in modern day data engineering pipelines
“Data is the new oil. It’s valuable, but if unrefined it cannot really be used. It has to be changed into gas, plastic, chemicals, etc. to…
10 Open Source Machine Learning Libraries
https://heartbeat.comet.ml/10-open-source-machine-learning-libraries-363e972e69a4
https://heartbeat.comet.ml/10-open-source-machine-learning-libraries-363e972e69a4
Medium
10 Open Source Machine Learning Libraries
The open-source movement is responsible for most of the technological innovation we see today, and machine learning is no exception. This…
How to Quickly Scrape Table from Website— Pandas
https://medium.com/@wisjnujudho/how-to-quickly-scrape-table-from-website-pandas-3966a2b9fdd5
https://medium.com/@wisjnujudho/how-to-quickly-scrape-table-from-website-pandas-3966a2b9fdd5
Medium
How to Quickly Scrape Table from Website— Pandas
Web Scraping
Fast IO and tips for competitive programming using python
https://medium.com/@amritanshuagrawal/fast-io-and-tips-for-competitive-programming-using-python-efb26d4327b5
https://medium.com/@amritanshuagrawal/fast-io-and-tips-for-competitive-programming-using-python-efb26d4327b5
Medium
Fast IO and tips for competitive programming using python
You’ve probably seen all sorts of coding templates for C++ and Java with custom functions for fast input-output. First of all, it is…
Book Review: “Data Pipelines with Apache Airflow” by Harenslak and De Ruiter
https://medium.com/plumbersofdatascience/book-review-data-pipelines-with-apache-airflow-by-rarelasnk-and-de-ruiter-654818e0b7b0
https://medium.com/plumbersofdatascience/book-review-data-pipelines-with-apache-airflow-by-rarelasnk-and-de-ruiter-654818e0b7b0
Medium
Book Review: “Data Pipelines with Apache Airflow” by Harenslak and De Ruiter
Why this is probably the best book about Airflow
Three Simple Ways I Did to Money with Python
https://medium.com/codex/three-simple-ways-i-did-to-money-with-python-a171f55b67b
https://medium.com/codex/three-simple-ways-i-did-to-money-with-python-a171f55b67b
Medium
Three Simple Ways I Did to Money with Python
With just a simple Acer Notebook.
Why Starting Python on a Fresh EC2 Instance Takes Over a Minute
https://medium.com/@meadowrun/why-starting-python-on-a-fresh-ec2-instance-takes-over-a-minute-7a329e79f51
https://medium.com/@meadowrun/why-starting-python-on-a-fresh-ec2-instance-takes-over-a-minute-7a329e79f51
Medium
Why Starting a Fresh EC2 Instance and Running Python with Meadowrun Took Over a Minute
And what we did about it
Machine Learning — Predict USA Housing Price — Part 1
https://blog.jovian.ai/machine-learning-predict-usa-housing-price-part-1-5ee8443895c
https://blog.jovian.ai/machine-learning-predict-usa-housing-price-part-1-5ee8443895c
Medium
Machine Learning — Predict USA Housing Price — Part 1
Download the data from Kaggle using opendatasets. Data cleaning, Exploratory Data Analysis and Visualization using Pandas, Numpy…
Geolocation-enabled photo manager using Pytho
https://medium.com/@pavelcherepansky/geolocation-enabled-photo-manager-using-pytho-df6e2b75a06e
https://medium.com/@pavelcherepansky/geolocation-enabled-photo-manager-using-pytho-df6e2b75a06e
Medium
Geolocation-enabled photo manager using Pytho
In this blog post I’m using Python and PostGIS database to create an application to help sort my photo library.
What is Exploratory Data Analysis and Why it is important
https://medium.com/geekculture/what-is-exploratory-data-analysis-and-why-it-is-important-1ec6ac3d4cea
https://medium.com/geekculture/what-is-exploratory-data-analysis-and-why-it-is-important-1ec6ac3d4cea
Medium
What is Exploratory Data Analysis and Why it is important
In this article we will see about the exploratory data analysis, a method used to analyze and summarize data sets.
Predicting M&A Targets Using ML: Unlocking the potential of NLP based variables
https://medium.com/refinitiv-developer-community/predicting-m-a-targets-using-ml-unlocking-the-potential-of-nlp-based-variables-85e7e895ae37
https://medium.com/refinitiv-developer-community/predicting-m-a-targets-using-ml-unlocking-the-potential-of-nlp-based-variables-85e7e895ae37
Medium
Predicting M&A Targets Using ML: Unlocking the potential of NLP based variables
Learn how to predict Mergers and Acquisitions (M&A) targets using Machine Learning (ML) and Natural Language Processing (NLP) techniques
Optimizing the brute-force search for an n-queens solution
https://journal.artfuldev.com/optimizing-the-brute-force-search-for-an-n-queens-solution-f87da73adac6
https://journal.artfuldev.com/optimizing-the-brute-force-search-for-an-n-queens-solution-f87da73adac6
Medium
Optimizing the brute-force search for an n-queens solution
In this post, we optimize our brute force search for solutions to n-queens problems for a few small boards.