How I Coded an AI to Never Lose a Game of Tic Tac Toe: MiniMax Explained:
https://medium.com/@mploof06/how-i-coded-an-ai-to-never-lose-a-game-of-tic-tac-toe-minimax-explained-318e83292241
https://medium.com/@mploof06/how-i-coded-an-ai-to-never-lose-a-game-of-tic-tac-toe-minimax-explained-318e83292241
Medium
How I Coded an AI to Never Lose a Game of Tic Tac Toe: MiniMax Explained:
A couple weeks back, I had the assignment of creating a “terminal game” in my python course. A terminal game is simply a game that is run…
Methods for Handling Missing Values with Python
https://medium.com/@farooqui.sana2021/methods-for-handling-missing-values-with-python-528fee8eec8a
https://medium.com/@farooqui.sana2021/methods-for-handling-missing-values-with-python-528fee8eec8a
Medium
Methods for Handling Missing Values with Python
Have you ever encountered datasets with gaps or missing values, and wondered how to deal with them effectively? In the world of data…
The Power of Python at Google: Benefits and Real-World Applications
https://medium.com/@kneelesh526/the-power-of-python-at-google-benefits-and-real-world-applications-5c56e802be37
https://medium.com/@kneelesh526/the-power-of-python-at-google-benefits-and-real-world-applications-5c56e802be37
Medium
The Power of Python at Google: Benefits and Real-World Applications
Google, one of the world’s most innovative technology companies, has long been a champion of Python. In this blog post, we’ll explore the…
Unlocking the Power of Embeddings: A Guide to Harnessing AI with Python
https://medium.com/@codegpt/unlocking-the-power-of-embeddings-a-guide-to-harnessing-ai-with-python-de93339614bc
https://medium.com/@codegpt/unlocking-the-power-of-embeddings-a-guide-to-harnessing-ai-with-python-de93339614bc
Medium
Unlocking the Power of Embeddings: A Guide to Harnessing AI with Python
Have you ever wondered how computers can understand the meaning behind the words we use every day? Embeddings are the answer
[Video] Stop Pip Installing Everything To Your Main Python
https://zlliu.medium.com/video-stop-pip-installing-everything-to-your-main-python-381124d1505e
https://zlliu.medium.com/video-stop-pip-installing-everything-to-your-main-python-381124d1505e
Medium
[Video] Stop Pip Installing Everything To Your Main Python
# And Why We Use Virtual Environments
How to solve UnicodeDecodeError: ‘utf-8’ codec can’t decode bytes
https://annaikoki.medium.com/how-to-solve-unicodedecodeerror-utf-8-codec-can-t-decode-bytes-d70ff523c895
https://annaikoki.medium.com/how-to-solve-unicodedecodeerror-utf-8-codec-can-t-decode-bytes-d70ff523c895
Medium
How to solve UnicodeDecodeError: ‘utf-8’ codec can’t decode bytes
So, I just had this error on reading a csv file using python
Kaggle’s New 29GB RAM GPUs: The Power You Need, Absolutely Free!
https://medium.com/@fareedkhandev/kaggles-new-29gb-ram-gpus-the-power-you-need-absolutely-free-b458c3c501ba
https://medium.com/@fareedkhandev/kaggles-new-29gb-ram-gpus-the-power-you-need-absolutely-free-b458c3c501ba
Medium
Kaggle’s New 29GB RAM GPUs: The Power You Need, Absolutely Free!
Are you an aspiring data scientist or machine learning enthusiast looking for the perfect platform to work on large language models and…
Comparison of python and c programming
https://medium.com/@kiyotakagunal/comparison-of-python-and-c-programming-a28c725b441a
https://medium.com/@kiyotakagunal/comparison-of-python-and-c-programming-a28c725b441a
Medium
Comparison of python and c programming
1. Syntax:
- Python is known for its simplicity and readability, with a clear and concise syntax that resembles pseudo-code, making it an excellent choice for beginners.
- C has a more complex and…
- Python is known for its simplicity and readability, with a clear and concise syntax that resembles pseudo-code, making it an excellent choice for beginners.
- C has a more complex and…
Unlocking the Hidden Meanings: Sentiment Analysis with Python
https://scott-dallman.medium.com/unlocking-the-hidden-meanings-sentiment-analysis-with-python-df1cf7e3bbb7
https://scott-dallman.medium.com/unlocking-the-hidden-meanings-sentiment-analysis-with-python-df1cf7e3bbb7
Medium
Unlocking the Hidden Meanings: Sentiment Analysis with Python
In a world where words can often disguise true intentions, sentiment analysis offers a glimpse into the hidden meanings that lie beneath…
A Comprehensive Guide to Python Dictionaries
https://medium.com/@risper25/a-comprehensive-guide-to-python-dictionaries-20d65dfbd886
https://medium.com/@risper25/a-comprehensive-guide-to-python-dictionaries-20d65dfbd886
Medium
A Comprehensive Guide to Python Dictionaries
Imagine you are a librarian tasked with organizing thousands of books. To efficiently tackle this task, you would need a catalog that pairs…
Basics of sentiment analysis using Python and Hugging Face
https://medium.com/@tortuecookie/intro-to-sentiment-analysis-using-python-and-hugging-face-9534f4e0cf44
https://medium.com/@tortuecookie/intro-to-sentiment-analysis-using-python-and-hugging-face-9534f4e0cf44
Medium
Basics of sentiment analysis using Python and Hugging Face
I use models available on Hugging Face to perform a basic sentiment analysis on mock data. I use only pre-trained models for the sake of…
Simplest Python custom logger with coloured log outputs
https://medium.com/@sudheendra.singh/simplest-python-custom-logger-with-coloured-log-outputs-bb47dab9eb3e
https://medium.com/@sudheendra.singh/simplest-python-custom-logger-with-coloured-log-outputs-bb47dab9eb3e
Medium
Simplest Python custom logger with coloured log outputs
An adjective describes qualities of a noun as we learned in our English lessons in school. The word ‘Simplest’ is also an adjective here in…
Extract comments and code from python syntax
https://medium.com/@rachit1031/extract-comments-and-code-from-python-syntax-2ec9b7d99539
https://medium.com/@rachit1031/extract-comments-and-code-from-python-syntax-2ec9b7d99539
Medium
Extract comments and code from python syntax
Sometimes, the need may arise to extract comments and code from a file. Some applications for them may include making a dataset out of…
Decoding Hypothesis Testing in Python 🐍 : From Z-Tests to Regression Analysis
https://tripathiadityaprakash.medium.com/decoding-hypothesis-testing-in-python-from-z-tests-to-regression-analysis-f39c98436b72
https://tripathiadityaprakash.medium.com/decoding-hypothesis-testing-in-python-from-z-tests-to-regression-analysis-f39c98436b72
Medium
Decoding Hypothesis Testing in Python 🐍 : From Z-Tests to Regression Analysis
Hypothesis testing ( I know it seems out of a sci-fi movie and at times it will make you feel like the scientist in that movie and a lot…