#1Data Cleaning Using Python in VS Code : Detecting Missing Values
https://medium.com/@aggarwalkar914/1data-cleaning-using-python-in-vs-code-detecting-missing-values-266759727bcd
https://medium.com/@aggarwalkar914/1data-cleaning-using-python-in-vs-code-detecting-missing-values-266759727bcd
Medium
#1Data Cleaning Using Python in VS Code : Detecting Missing Values
Introduction
Settings for your FastAPI application + tests
https://medium.com/@caetanoog/settings-for-your-fastapi-application-tests-e4f91d5800c4
https://medium.com/@caetanoog/settings-for-your-fastapi-application-tests-e4f91d5800c4
Medium
Settings for your FastAPI application + tests
In this article I will present how to create settings for your application using pydantic models and how to load then during the…
‘Machine Learning’ course by Andrew Ng : Recoding with Python — Part2
https://medium.com/@susandyhtun1/machine-learning-course-by-andrew-ng-recoding-with-python-part2-a852eee972bd
https://medium.com/@susandyhtun1/machine-learning-course-by-andrew-ng-recoding-with-python-part2-a852eee972bd
Medium
‘Machine Learning’ course by Andrew Ng : Recoding with Python — Part2
This is the second article in this series where I try to recode the exercises in the Machine Learning course by Andrew Ng (Part1 can be…
4 Simple Steps for Deep Learning to Predict Price Direction for Bitcoin
https://medium.com/mlearning-ai/4-simple-steps-for-deep-learning-to-predict-price-direction-for-bitcoin-6df3e876f37b
https://medium.com/mlearning-ai/4-simple-steps-for-deep-learning-to-predict-price-direction-for-bitcoin-6df3e876f37b
Medium
Bitcoin Price Prediction: 4 Steps with Deep Learning
Or any Time Series Data — It’s easier than you think
Python — Can You Explain How “for loop” Works?
https://tonylixu.medium.com/python-can-you-explain-how-for-loop-works-d9d8618f39f1
https://tonylixu.medium.com/python-can-you-explain-how-for-loop-works-d9d8618f39f1
Medium
Python — Can You Explain How “for loop” Works?
Python for loop deep dive
6 Dimensionality Reduction Techniques: How and When to use them?
https://medium.com/@kevin.berlemont/6-dimensionality-reduction-techniques-how-and-when-to-use-them-e4891c10b5db
https://medium.com/@kevin.berlemont/6-dimensionality-reduction-techniques-how-and-when-to-use-them-e4891c10b5db
Medium
6 Dimensionality Reduction Techniques: How and When to use them?
In the age of big data, data scientists are using datasets that possess more and more features. This leads to a very well know effect: the…
How to Parse (xmltodict) and Write (ElementTree) XML with Using Python?
https://medium.com/@cihankursun95/how-to-parse-xmltodict-and-write-elementtree-xml-with-using-python-33361ca68aba
https://medium.com/@cihankursun95/how-to-parse-xmltodict-and-write-elementtree-xml-with-using-python-33361ca68aba
Medium
How to Parse (xmltodict) and Write (ElementTree) XML with Using Python?
In this article, I am going to show you how to parse XML and how we can save our edited XML into a new file with using Python.
A Must Have Python Package For Data Scientists!
https://preettheman.medium.com/a-must-have-python-package-for-data-scientists-1cc3cf99e0e
https://preettheman.medium.com/a-must-have-python-package-for-data-scientists-1cc3cf99e0e
Medium
A Must Have Python Package For Data Scientists!
Welcome back! Python is an awesome programming language that many data scientists use, if you’re new to Python, check out the link below to…
How to host Next Js/React frontend and Flask api on AWS ec2 with https using GitHub and Certbot —…
https://medium.com/@gkv856/how-to-host-next-js-react-frontend-and-flask-api-on-aws-ec2-with-https-using-github-and-certbot-c87ecf27ba30
https://medium.com/@gkv856/how-to-host-next-js-react-frontend-and-flask-api-on-aws-ec2-with-https-using-github-and-certbot-c87ecf27ba30
Medium
How to host Next Js/React frontend and Flask api on AWS ec2 with https using GitHub and Certbot — part1
Recently I developed an app called SPEECHAI using NEXTJS that could read any PDF file out loud thanks to Text To Speech and hosted it on…