How to Use the Chess.com API with Python
https://python.plainenglish.io/how-to-use-chess-com-api-using-python-9cb4dbec430a
https://python.plainenglish.io/how-to-use-chess-com-api-using-python-9cb4dbec430a
Medium
How to Use the Chess.com API with Python
Chess is an amazing strategy-based game and if you have been following the recent boom of online chess then welcome to the chess club.
5 Easy Hacks to Speed Up Your Coding in Python
https://python.plainenglish.io/5-easy-peasy-hacks-to-speed-up-your-coding-in-python-4834ae105d62
https://python.plainenglish.io/5-easy-peasy-hacks-to-speed-up-your-coding-in-python-4834ae105d62
Medium
5 Easy Hacks to Speed Up Your Coding in Python
To delete is human, to restore divine
Getting Values or Index from List through Loop in Python.
https://shahidyousafxai.medium.com/getting-values-or-index-from-list-through-loop-in-python-ed17ec215a87
https://shahidyousafxai.medium.com/getting-values-or-index-from-list-through-loop-in-python-ed17ec215a87
Medium
Getting Values or Index from List through Loop in Python.
In my opinion python is most easy computer language with most understandable syntax. It can be a good language for novice coders because of…
Let’s build a text classifier with TensorFlow + Python!
https://preettheman.medium.com/lets-build-a-text-classifier-with-tensorflow-python-b8ac0db80aac
https://preettheman.medium.com/lets-build-a-text-classifier-with-tensorflow-python-b8ac0db80aac
Medium
Let’s build a text classifier with TensorFlow + Python!
Welcome back! Python is an awesome programming language with tons of machine learning packages, one of these packages is TensorFlow, so…
An Example of a Data Science Pipeline in Python on Bike Sharing Dataset
https://jorgepit-14189.medium.com/an-example-of-a-data-science-pipeline-in-python-on-bike-sharing-dataset-d5efc2fe495a
https://jorgepit-14189.medium.com/an-example-of-a-data-science-pipeline-in-python-on-bike-sharing-dataset-d5efc2fe495a
Medium
An Example of a Data Science Pipeline in Python on Bike Sharing Dataset
Bike Sharing Machine Learning Project
Zuri Team HNG 8 weeks internship Expectations
https://medium.com/@_sammiie/zuri-team-hng-8-weeks-internship-expectations-87b599fd4873
https://medium.com/@_sammiie/zuri-team-hng-8-weeks-internship-expectations-87b599fd4873
Medium
Zuri Team HNG 8 weeks internship Expectations
So I just sign up for the HNG 8 weeks backend & DevOps track internship program. I will be noting my expectations, goals, and objectives…
Beginners guide to virtual environments in Windows using Miniconda
https://medium.com/@jaipawar113/beginners-guide-to-virtual-environments-in-windows-using-miniconda-daef6a42063b
https://medium.com/@jaipawar113/beginners-guide-to-virtual-environments-in-windows-using-miniconda-daef6a42063b
Medium
Beginners guide to virtual environments in Windows using Miniconda
Motivation for virtual environments
Getting started with MongoDB: The Practical Guide
https://shubham-nikam.medium.com/getting-started-with-mongodb-the-practical-guide-869916791f5e
https://shubham-nikam.medium.com/getting-started-with-mongodb-the-practical-guide-869916791f5e
Medium
Getting started with MongoDB: The Practical Guide
Introduction
Online medical score calculator in Python with Dash
https://k-h-kramp.medium.com/ops-calculator-in-dash-with-python-d236f478f764
https://k-h-kramp.medium.com/ops-calculator-in-dash-with-python-d236f478f764
Medium
Online medical score calculator in Python with Dash
Background
Python Image Handling Libraries
https://medium.com/@bloggingtech260/python-image-handling-libraries-6626419a7c4a
https://medium.com/@bloggingtech260/python-image-handling-libraries-6626419a7c4a
Medium
Python Image Handling Libraries
Introduction
How to make a simple recommendation system using Pandas
https://tracyrenee61.medium.com/how-to-make-a-simple-recommendation-system-in-using-pandas-6370a887fb19
https://tracyrenee61.medium.com/how-to-make-a-simple-recommendation-system-in-using-pandas-6370a887fb19
Medium
How to make a simple recommendation system using Pandas
There are several items that csv files can be used for aside from devising algorithms to make predictions. Another thing that tabular csv…
Build Your Own Scikit-learn Transformer
https://aldosari.medium.com/build-your-own-scikit-learn-transformer-d313e1bb2632
https://aldosari.medium.com/build-your-own-scikit-learn-transformer-d313e1bb2632
Medium
Build Your Own Scikit-learn Transformer
Using a pipeline to transform data will allow you to use the preprocessing step as a tunable hyperparameter during grid search. We do this…
LeetCode | Longest Common Prefix | Geek Hacker
https://medium.com/geek-hacker/leetcode-longest-common-prefix-geek-hacker-3cc159207a2d
https://medium.com/geek-hacker/leetcode-longest-common-prefix-geek-hacker-3cc159207a2d
Medium
LeetCode | Longest Common Prefix | Geek Hacker
Problem Statement