How many Facebook friends will you have? Linear Regression has the answer.
https://schwarzwald-ai.medium.com/how-many-facebook-friends-will-you-have-ce1764a89779
https://schwarzwald-ai.medium.com/how-many-facebook-friends-will-you-have-ce1764a89779
Medium
How many Facebook friends will you have? Linear Regression has the answer.
Table of Contents
Algorithmic Trading with Python and MT5: Building a Simple Strategy
https://medium.com/@elospieconomics/algorithmic-trading-with-python-and-mt5-building-a-simple-strategy-e593d8a3415a
https://medium.com/@elospieconomics/algorithmic-trading-with-python-and-mt5-building-a-simple-strategy-e593d8a3415a
Medium
Algorithmic Trading with Python and MT5: Building a Simple Strategy
In the past article, we reviewed how to establish the connection between Python and Metatrader 5 using the Python library MetaTrader5. But…
Math Behind Simple Linear Regression + Scikit Learn
https://thirashapraween.medium.com/math-behind-simple-linear-regression-scikit-learn-175225cb851b
https://thirashapraween.medium.com/math-behind-simple-linear-regression-scikit-learn-175225cb851b
Medium
Math Behind Simple Linear Regression + Scikit Learn
Linear Regression is basically a used type of predictive analysis and one of the most simple algorithms in machine learning. It attempts to…
Containerizing ETL Data Pipelines with Docker
https://medium.com/@AaronSchlegel/containerizing-etl-data-pipelines-with-docker-9e30de90a313
https://medium.com/@AaronSchlegel/containerizing-etl-data-pipelines-with-docker-9e30de90a313
Medium
Containerizing ETL Data Pipelines with Docker
In this post, we will walk through how to utilize Docker to “containerize” the ETL scripts for getting and transforming the adoptable…
Creating Flutter App By Integrating Various Technologies
https://aditya22pande.medium.com/creating-flutter-app-by-integrating-various-technologies-7aaa8f2084ac
https://aditya22pande.medium.com/creating-flutter-app-by-integrating-various-technologies-7aaa8f2084ac
Medium
Creating Flutter App By Integrating Various Technologies
Task Description
What is the difference between the '==' and 'is' operator in Python?
https://ealexbarros.medium.com/what-is-the-difference-between-and-is-operator-in-python-5ff9000043bf
https://ealexbarros.medium.com/what-is-the-difference-between-and-is-operator-in-python-5ff9000043bf
Medium
What is the difference between the '==' and 'is' operator in Python?
Both operators are quite similar, we will explain when to use each of them.
Awesome underrated Python packages in 2021
https://preettheman.medium.com/awesome-underrated-python-packages-in-2021-67862fed8b1a
https://preettheman.medium.com/awesome-underrated-python-packages-in-2021-67862fed8b1a
Medium
Awesome underrated Python packages in 2021
Welcome back! Python is an awesome programming language with a ton of capability, one of the key advantages of Python is the vast array of…
Using the Last Fm API to extract data and analyzing it with Python. (Part 1)
https://hemisferios.chmedina.com/using-the-last-fm-api-to-extract-data-and-analyzing-it-with-python-part-1-ffe96f812455
https://hemisferios.chmedina.com/using-the-last-fm-api-to-extract-data-and-analyzing-it-with-python-part-1-ffe96f812455
Medium
Using the Last Fm API to extract data and analyzing it with Python. (Part 1)
As you already know, Last Fm is a service (kind of a social network) to store your music listening activity, that is called scrobbling, and…
Campaign Manager Command Line Report Inspecting Tool
https://medium.com/starthinker/campaign-manager-command-line-report-inspecting-tool-87ad2acb6183
https://medium.com/starthinker/campaign-manager-command-line-report-inspecting-tool-87ad2acb6183
Medium
Campaign Manager Command Line Report Inspecting Tool
To speed up working with the Campaign Manager API and specifically the reports endpoint, we’ve created a command line tool to help with the…
Manipulando grupos em REGEX com Python
https://leandrocruvinel.medium.com/manipulando-grupos-em-regex-com-python-71acd6e1d088
https://leandrocruvinel.medium.com/manipulando-grupos-em-regex-com-python-71acd6e1d088
Medium
Manipulando grupos em REGEX com Python
Regex é uma abreviação para expressões regulares. Na prática são expressões que representam padrões, formatos, máscaras ou características…
Q#47: Telephone digits to letters
https://medium.com/foundational-data-science-interview-questions/q-47-telephone-digits-to-letters-5899e8ad46c1
https://medium.com/foundational-data-science-interview-questions/q-47-telephone-digits-to-letters-5899e8ad46c1
Medium
Q#47: Telephone digits to letters
Suppose you’re given a portion of a phone number. Each digit corresponds to letters (as shown below). Using python, write code to return…