Easily Obtain Kaggle Datasets In Python
https://medium.com/geekculture/easily-obtain-kaggle-datasets-in-python-d15a5ede313d
https://medium.com/geekculture/easily-obtain-kaggle-datasets-in-python-d15a5ede313d
Medium
Easily Obtain Kaggle Datasets In Python
Kaggle is an excellent platform for data science and machine learning practitioners. Be it for learning, joining competitions, or exploring…
Librerías de Python que usarás en Ciencia de Datos 📊
https://medium.com/@axlyaguana11/librer%C3%ADas-de-python-que-usar%C3%A1s-en-ciencia-de-datos-df23ee265747
https://medium.com/@axlyaguana11/librer%C3%ADas-de-python-que-usar%C3%A1s-en-ciencia-de-datos-df23ee265747
Medium
Librerías de Python que usarás en Ciencia de Datos 📊
Python es un lenguaje de programación sencillo de entender pero poderoso y que es muy popular en la comunidad de ciencia de datos. Y es…
Build a Plagiarism Checker Using Machine Learning
https://towardsdatascience.com/build-a-plagiarism-checker-using-machine-learning-6538110ce162
https://towardsdatascience.com/build-a-plagiarism-checker-using-machine-learning-6538110ce162
Medium
Build a Plagiarism Checker Using Machine Learning
Python, Flask, NLP, similarity search, and more
Django vs Laravel: A Great Battle of the Best Web Development Frameworks
https://blog.devgenius.io/django-vs-laravel-a-great-battle-of-the-best-web-development-frameworks-292eec0055ec
https://blog.devgenius.io/django-vs-laravel-a-great-battle-of-the-best-web-development-frameworks-292eec0055ec
Medium
Django vs Laravel: A Great Battle of the Best Web Development Frameworks
Choosing the apt framework for your next web development project can be a tricky decision in 2021–22. There are so many options available…
Python: How to import only a particular function than the whole module
https://mishraravibhushan.medium.com/python-how-to-import-only-a-particular-function-than-the-whole-module-c91f448faf3c
https://mishraravibhushan.medium.com/python-how-to-import-only-a-particular-function-than-the-whole-module-c91f448faf3c
Medium
Python: How to import only a particular function than the whole module
Python provides a way to import only function/functions as well from another module. Let’s take an example.
Building Ethereum from scratch in 10 minutes
https://medium.com/brexeng/building-ethereum-from-scratch-in-10-minutes-fe74519ef8c8
https://medium.com/brexeng/building-ethereum-from-scratch-in-10-minutes-fe74519ef8c8
Medium
Building Ethereum from scratch in 10 minutes
If you’re itching to see some code already, head over to pythereum. If you’re new to crypto and want to learn the basics, check out the…
Significant Influence of the Moving Average Function on the Backtest Results of the RSI Crossover…
https://medium.com/mlearning-ai/significant-influence-of-the-moving-average-function-on-the-backtest-results-of-the-rsi-crossover-efbabb07904d
https://medium.com/mlearning-ai/significant-influence-of-the-moving-average-function-on-the-backtest-results-of-the-rsi-crossover-efbabb07904d
Medium
Significant Influence of the Moving Average Function on the Backtest Results of the RSI Crossover Strategy
In my previous article, “Wow! Backtest RSI Crossover Strategy in Elasticsearch”, we introduced how to use Elasticsearch to implement…
These 17 Python Projects Will Teach You Way Better Than “Hello World”
https://towardsdatascience.com/these-17-python-projects-will-teach-you-way-better-than-hello-world-14b28aa4c308
https://towardsdatascience.com/these-17-python-projects-will-teach-you-way-better-than-hello-world-14b28aa4c308
Medium
These 17 Projects Will Teach You Python Way Better Than “Hello World”
These projects are fascinating, rewarding, and maybe a little challenging.
My pain with Serverless and AWS Lambda
https://medium.com/@jolo-dev/my-pain-with-serverless-and-aws-lambda-52278429ae33
https://medium.com/@jolo-dev/my-pain-with-serverless-and-aws-lambda-52278429ae33
Medium
My pain with Serverless and AWS Lambda
Just recently, I got to work with Serverless on AWS Lambda. It’s a great technology, and I love the idea not to manage and provision underlying servers. I do much programming in Python, and luckily…
Time Moves Forward — RAPIDS Hits Its Three Year Milestone
https://medium.com/rapids-ai/time-moves-forward-rapids-hits-its-three-year-milestone-ab34afead003
https://medium.com/rapids-ai/time-moves-forward-rapids-hits-its-three-year-milestone-ab34afead003
Medium
Time Moves Forward — RAPIDS Hits Its Three Year Milestone
Release 21.10 continues to work toward the vision of making GPU speed available to everyone
Checking if a solution exists — Intermediate Value Theorem
https://medium.com/@andrewdaviesul/checking-if-a-solution-exists-intermediate-value-theorem-53d85890350
https://medium.com/@andrewdaviesul/checking-if-a-solution-exists-intermediate-value-theorem-53d85890350
Medium
Checking if a solution to a function exists using the Intermediate Value Theorem
Using the IVT to test whether a solution to a function exists within a particular interval
Automate the Structure of Your Data Science Projects with Cookiecutter
https://towardsdatascience.com/automate-the-structure-of-your-data-science-projects-with-cookiecutter-937b244114d8
https://towardsdatascience.com/automate-the-structure-of-your-data-science-projects-with-cookiecutter-937b244114d8
Medium
Automate the Structure of Your Data Science Projects with Cookiecutter
Stop the manual work, reuse project templates instead