Using logarithmic regression to predict the future prices of Bitcoin and Ethereum
https://medium.datadriveninvestor.com/using-logarithmic-regression-to-predict-the-future-prices-of-bitcoin-and-ethereum-52f05e7b92b8
https://medium.datadriveninvestor.com/using-logarithmic-regression-to-predict-the-future-prices-of-bitcoin-and-ethereum-52f05e7b92b8
Medium
Using logarithmic regression to predict the future prices of Bitcoin and Ethereum
Do you wonder what the price of Bitcoin and Ethereum could be in a few years’ time? Or about their maximum price after a major…
How to get started with Python for Data Science
https://medium.com/@anushkhabajpai/how-to-get-started-with-python-for-data-science-5295a4189b2e
https://medium.com/@anushkhabajpai/how-to-get-started-with-python-for-data-science-5295a4189b2e
Medium
How to get started with Python for Data Science
The biggest hurdle for learning the Machine Learning or specifically to start jumping into the Data Science domain is that one doesn’t…
22 Funny Programming Jokes That Will Make You Laugh
https://medium.com/geekculture/22-funny-programming-jokes-that-will-make-you-laugh-3050d9972c23
https://medium.com/geekculture/22-funny-programming-jokes-that-will-make-you-laugh-3050d9972c23
Medium
22 Funny Programming Jokes That Will Make You Laugh
Read if you can control your Laugh
3 Pathlib Examples for Navigating Folders and Files with Python
https://medium.com/short-bits/3-pathlib-examples-for-navigating-folders-and-files-with-python-9954f0333e64
https://medium.com/short-bits/3-pathlib-examples-for-navigating-folders-and-files-with-python-9954f0333e64
Medium
3 Pathlib Examples for Navigating Folders and Files with Python
Navigating files and folders is a common programming task we all run into. Python has multiple packages for working with files such as os…
Best NumPy Course For Learning Data Science With Python
https://medium.com/@theclickreader/best-numpy-course-for-learning-data-science-with-python-de77d9a89114
https://medium.com/@theclickreader/best-numpy-course-for-learning-data-science-with-python-de77d9a89114
Medium
Best NumPy Course For Learning Data Science With Python
Are you a beginner looking to kick off your career in data science using Python? Then, the ‘NumPy for Scientific Computation with Python’…
Best Python Course For New Programmers — Python For Newbies
https://medium.com/@theclickreader/best-python-course-for-new-programmers-python-for-newbies-d3f63aa7e3a
https://medium.com/@theclickreader/best-python-course-for-new-programmers-python-for-newbies-d3f63aa7e3a
Medium
Best Python Course For New Programmers — Python For Newbies
Python is a powerful general-purpose programming language used for all sorts of applications ranging from Machine Learning to web-app…
How to Write Your Own Password Generator in Python
https://betterprogramming.pub/how-to-write-your-own-password-generator-in-python-2511e633cf53
https://betterprogramming.pub/how-to-write-your-own-password-generator-in-python-2511e633cf53
Medium
How to Write Your Own Password Generator in Python
Random words. Random numbers. Random special characters
Deploy a “RemindMe” Reddit Bot Using AWS Lambda and EventBridge
https://betterprogramming.pub/deploy-a-reddit-bot-using-aws-lambda-and-eventbridge-7df793b979b2
https://betterprogramming.pub/deploy-a-reddit-bot-using-aws-lambda-and-eventbridge-7df793b979b2
Medium
Deploy a “RemindMe” Reddit Bot Using AWS Lambda and EventBridge
Schedule AWS Lambda functions effortlessly with Serverless
MLOps with Kubernetes, RabbitMQ and FastAPI
https://towardsdatascience.com/mlops-with-kubernetes-rabbitmq-and-fastapi-b67d82e35fa4
https://towardsdatascience.com/mlops-with-kubernetes-rabbitmq-and-fastapi-b67d82e35fa4
Introduction to Hovertemplate in Plotly Graphs
https://medium.com/codex/introduction-to-hovertemplate-in-plotly-graphs-e658c1b4a335
https://medium.com/codex/introduction-to-hovertemplate-in-plotly-graphs-e658c1b4a335
Medium
Introduction to Hovertemplate in Plotly Graphs
And an example of how to use “custom data”
Lineer Regresyon ve sklearn: Kısım 2
https://medium.com/@bcelalakyuz/lineer-regresyon-ve-sklearn-k%C4%B1s%C4%B1m-2-314e9f404157
https://medium.com/@bcelalakyuz/lineer-regresyon-ve-sklearn-k%C4%B1s%C4%B1m-2-314e9f404157
Medium
Lineer Regresyon ve sklearn: Kısım 2
Regresyon ve sklearn maceramızın ikinci adımından hepinize merhabalar. İlk yazı sizin için fazla bilgi bombardımanı gelmiş olabilir. Şimdi…
Lineer Regresyon ve sklearn: Kısım 1
https://medium.com/@bcelalakyuz/lineer-regresyon-ve-sklearn-k%C4%B1s%C4%B1m-1-2fd7b1094b6f
https://medium.com/@bcelalakyuz/lineer-regresyon-ve-sklearn-k%C4%B1s%C4%B1m-1-2fd7b1094b6f
Medium
Lineer Regresyon ve sklearn: Kısım 1
Herkese tekrardan merhabalar. ML101 yazı serimizin ikinci yazısı ile karşınızdayım. Bu yazıda lineer regresyon (yazının ilerleyen kısmında…
How To Create a New Column Based on Values From Other Columns in Pandas
https://towardsdatascience.com/create-new-column-based-on-other-columns-pandas-5586d87de73d
https://towardsdatascience.com/create-new-column-based-on-other-columns-pandas-5586d87de73d
Medium
How To Create a New Column Based on Values From Other Columns in Pandas
Discussing how to create new columns out of existing columns in pandas DataFrames
5 Most Powerful One-Liners You Should Know in Python Programming
https://towardsdatascience.com/5-most-powerful-one-liners-you-should-know-in-python-programming-c9d49a89b7f3
https://towardsdatascience.com/5-most-powerful-one-liners-you-should-know-in-python-programming-c9d49a89b7f3
Medium
5 Most Powerful One-Liners in Python Programming
One-liners keep your code clean, clear, short and simple to understand.
11 must-know data types and structures as a python programmer
https://idowuodesanmi.medium.com/11-must-know-data-types-and-structures-as-a-python-programmer-45573fbec5bb
https://idowuodesanmi.medium.com/11-must-know-data-types-and-structures-as-a-python-programmer-45573fbec5bb
Medium
11 must-know data types and structures as a python programmer
A reference list to the most useful/common data types and structures you should know to have a career in the data world