How to calculate moving averages and Bollinger bands with Python
https://medium.com/@gabriele.deri/how-to-calculate-moving-averages-and-bollinger-bands-with-python-d21055d47e62
https://medium.com/@gabriele.deri/how-to-calculate-moving-averages-and-bollinger-bands-with-python-d21055d47e62
Medium
How to calculate moving averages and Bollinger bands with Python
All trading strategies start from data analysis. In this article we will analyze trading data with Python
Find IP address and location using python
https://allwin-raju-12.medium.com/find-ip-address-and-location-using-python-4b78de08325f
https://allwin-raju-12.medium.com/find-ip-address-and-location-using-python-4b78de08325f
Medium
Find IP address and location using python
In this article, we shall see how to fetch the IP address of the user using python with the help of the built-in requests module.
Do’s And Don’ts of the Python Programming Language
https://python.plainenglish.io/dos-and-don-ts-of-the-python-programming-language-e9332f93c653
https://python.plainenglish.io/dos-and-don-ts-of-the-python-programming-language-e9332f93c653
Medium
Do’s And Don’ts of the Python Programming Language
A short article from my experience.
AI — Hill Climbing to find Quadratic Equation’s minima
https://medium.com/the-stem/ai-hill-climbing-to-find-quadratic-equations-minima-9a8a41f62dad
https://medium.com/the-stem/ai-hill-climbing-to-find-quadratic-equations-minima-9a8a41f62dad
Medium
AI — Hill Climbing to find Quadratic Equation’s minima
Are you wondering about Hill Climbing algorithm? We got you covered . It’s concept with state space diagram, implementation in python code…
Adding Python libraries as Layers on AWS Lambda
https://medium.com/@yashkantharia17/adding-python-libraries-as-layers-on-aws-lambda-159e08143deb
https://medium.com/@yashkantharia17/adding-python-libraries-as-layers-on-aws-lambda-159e08143deb
Medium
Adding Python libraries as Layers on AWS Lambda
The easiest method to add your python libraries to lambda is by creating layers. For this, you need to create a .Zip file and upload it to…
Coding Shorts : User Input — A Competitive Programming Guide
https://divyansh7c.medium.com/coding-shorts-user-input-a-competitive-programming-guide-6341745f829
https://divyansh7c.medium.com/coding-shorts-user-input-a-competitive-programming-guide-6341745f829
Medium
Coding Shorts : User Input — A Competitive Programming Guide
In my previous blog “User Input in Python with GUVI Codekata”, we saw how python handles an input from the user. Using the input()…
Python Prerequisites for Data Science Part II: Conditionals, Looping and Functions
https://hassanfaridghori.medium.com/python-prerequisites-for-data-science-part-ii-conditionals-looping-and-functions-8ea48a5a4216
https://hassanfaridghori.medium.com/python-prerequisites-for-data-science-part-ii-conditionals-looping-and-functions-8ea48a5a4216
Medium
Python Prerequisites for Data Science Part II: Conditionals, Looping and Functions
This article is Part II for the Python Prerequisites Series about what should be know before starting the Data Science journey. Last time…
Differential Privacy with Laplace mechanism implemented by python to protect data privacy
https://nltd101.medium.com/differential-privacy-with-laplace-mechanism-implemented-by-python-to-protect-data-privacy-7eacedb535f
https://nltd101.medium.com/differential-privacy-with-laplace-mechanism-implemented-by-python-to-protect-data-privacy-7eacedb535f
Medium
Differential Privacy with Laplace mechanism implemented by python to protect data privacy
1. Problem
How to Integrate React App with Django
https://medium.com/@dibaekhanal101/how-to-integrate-react-app-with-django-bcfecafbe7c0
https://medium.com/@dibaekhanal101/how-to-integrate-react-app-with-django-bcfecafbe7c0
Medium
How to Integrate React App with Django
Kickstarting with the django app, create a new Django project. Make a folder inside a directory and create a virtual environment with a…
New data science platform speeds up Python queries
https://medium.com/@Husein_Alia/new-data-science-platform-speeds-up-python-queries-bd24f2853965
https://medium.com/@Husein_Alia/new-data-science-platform-speeds-up-python-queries-bd24f2853965
Medium
New data science platform speeds up Python queries
Data queries written in Python, a commonly used programming language, can grind data analytics platforms to a crawl, but a new platform may…