How to code your own stock backtester [PART 1: Getting Data]
https://medium.com/@lucasdmoyer/how-to-code-your-own-stock-backtester-part-1-getting-data-8ae7ff1401e1
https://medium.com/@lucasdmoyer/how-to-code-your-own-stock-backtester-part-1-getting-data-8ae7ff1401e1
Medium
How to code your own stock backtester [PART 1: Getting Data]
Get data from yahoo finance via python
Faker the perfect python package to generate fake data
https://medium.com/@mohamedmeqlad9/faker-the-perfect-python-package-to-generate-fake-data-6f43fa168e86
https://medium.com/@mohamedmeqlad9/faker-the-perfect-python-package-to-generate-fake-data-6f43fa168e86
Medium
Faker the perfect python package to generate fake data
Introduction
IFTTT VoIP Automation with python and CircleCI
https://hemanthbitra.medium.com/ifttt-voip-automation-with-python-and-circleci-6b5c2a821b6b
https://hemanthbitra.medium.com/ifttt-voip-automation-with-python-and-circleci-6b5c2a821b6b
Medium
IFTTT VoIP Automation with python and CircleCI
Hello Everyone,
Power of purrr in R: A Comprehensive Guide
https://ambuj4373.medium.com/power-of-purrr-in-r-a-comprehensive-guide-d588fb2afd1c
https://ambuj4373.medium.com/power-of-purrr-in-r-a-comprehensive-guide-d588fb2afd1c
Medium
Power of purrr in R: A Comprehensive Guide
In the vast landscape of R programming, the purrr package stands out as a versatile toolkit for functional programming and iteration…
Probabilistic Modeling for Building Machine Learning Systems.
https://medium.com/@oludaredolamu/probabilistic-modeling-for-building-machine-learning-systems-cb800cd748f8
https://medium.com/@oludaredolamu/probabilistic-modeling-for-building-machine-learning-systems-cb800cd748f8
Medium
Probabilistic Modeling for Building Machine Learning Systems.
Photo by CHUTTERSNAP on Unsplash
Standardize Data Science Projects with Cookiecutter
https://medium.com/@lukas.niederhaeuser_1037/standardize-data-science-projects-with-cookiecutter-7cc45a71ec7e
https://medium.com/@lukas.niederhaeuser_1037/standardize-data-science-projects-with-cookiecutter-7cc45a71ec7e
Medium
Standardize Data Science Projects with Cookiecutter
There are so many interesting projects shared on Medium, GitHub, or other sources that you would maybe like to reproduce in order to…
Power of Strings with stringr in R Studio
https://ambuj4373.medium.com/power-of-strings-with-stringr-in-r-studio-092d30d9044f
https://ambuj4373.medium.com/power-of-strings-with-stringr-in-r-studio-092d30d9044f
Medium
Power of Strings with stringr in R Studio
Strings play a pivotal role in data analysis, and mastering their manipulation is a key skill for any data scientist or analyst. In the…
Transitioning from engineering to data science — Part 1
https://medium.com/@davindratulsi/transitioning-from-engineering-to-data-science-part-1-8d4755bd3fc1
https://medium.com/@davindratulsi/transitioning-from-engineering-to-data-science-part-1-8d4755bd3fc1
Medium
Transitioning from engineering to data science — Part 1
It’s been a while since I have posted. A lot of changes on my personal life — decided to move back to Florida, again closer to my family…
How to create a Local chatbot in Python using OpenAi API
https://rohitraj-iit.medium.com/how-to-create-a-local-chatbot-in-python-using-openai-api-7b5634eb01b3
https://rohitraj-iit.medium.com/how-to-create-a-local-chatbot-in-python-using-openai-api-7b5634eb01b3
Medium
How to create a Local chatbot in Python using OpenAi API
Talking to GPT 4 without using chatgpt plus subscription
Team Up with AI Agents: Automating Stock Market Report Generation
https://ibrahimsaidi.com.au/team-up-with-ai-agents-automating-stock-market-report-generation-13b60276c0b9
https://ibrahimsaidi.com.au/team-up-with-ai-agents-automating-stock-market-report-generation-13b60276c0b9
Medium
Team Up with AI Agents: Automating Stock Market Report Generation
Get a team of AI agents to work collaboratively towards any task you give them
Data Cleaning using Regular Expression(Regex)
https://medium.com/@neroonose/data-cleaning-using-regular-expression-regex-8a408e06a71e
https://medium.com/@neroonose/data-cleaning-using-regular-expression-regex-8a408e06a71e
Medium
Data Cleaning using Regular Expression(Regex)
I was recently working with a dataset with a column containing information on locations and multiple rate charges. The column contained…
All about Greedy Algorithms| Beginners Guide.
https://muttinenisairohith.medium.com/all-about-greedy-algorithms-beginners-guide-1a2b3db53745
https://muttinenisairohith.medium.com/all-about-greedy-algorithms-beginners-guide-1a2b3db53745
Medium
All about Greedy Algorithms| Beginners Guide.
Imagine you are on a journey to a new destination, you probably use GPS navigation to find the quickest route. Just like looking for a…
Why Most Python Corders Misinterpret a Tuple’s Immutability
https://medium.com/@gauravbhandari850/why-most-python-corders-misinterpret-a-tuples-immutability-84ee75df05d7
https://medium.com/@gauravbhandari850/why-most-python-corders-misinterpret-a-tuples-immutability-84ee75df05d7
Medium
Why Most Python Corders Misinterpret a Tuple’s Immutability
Tuple: Exploring the Nuances and Common Misconceptions
Building a Market Prediction Model using Random Forests
https://tradingtechai.medium.com/building-a-market-prediction-model-using-random-forests-97b56630195b
https://tradingtechai.medium.com/building-a-market-prediction-model-using-random-forests-97b56630195b
Medium
Building a Market Prediction Model using Random Forests
In this tutorial, we will explore how to build a market prediction model using Random Forests in Python. We will use financial data from real assets and leverage the power of Random Forests to…