Let’s check horrible game for Halloween🎃👻🍬 weekend
https://medium.com/@dclxviclan/lets-check-horrible-game-for-halloween-weekend-bdcd6ac54f32
https://medium.com/@dclxviclan/lets-check-horrible-game-for-halloween-weekend-bdcd6ac54f32
Medium
Let’s check horrible game for Halloween🎃👻🍬 weekend
“Silent Fear”
Creating a Medical Game to Train Eye Movements Using Flask and Python
https://medium.com/@bahaeelhmimdi/creating-a-medical-game-to-train-eye-movements-using-flask-and-python-5cc25625cb1b
https://medium.com/@bahaeelhmimdi/creating-a-medical-game-to-train-eye-movements-using-flask-and-python-5cc25625cb1b
Medium
Creating a Medical Game to Train Eye Movements Using Flask and Python
Training eye movements is a powerful way to help people improve focus, reduce visual stress, and enhance coordination. Games designed for…
Creating a Reaction Time Game with Flask and Python
https://medium.com/@bahaeelhmimdi/creating-a-reaction-time-game-with-flask-and-python-d52dcbdef61d
https://medium.com/@bahaeelhmimdi/creating-a-reaction-time-game-with-flask-and-python-d52dcbdef61d
Medium
Creating a Reaction Time Game with Flask and Python
A reaction time game is a fun and interactive way to test players’ reflexes. The objective is simple: when prompted, players must respond…
Data Cleaning Techniques in Python
https://medium.com/@etimfonime/data-cleaning-techniques-in-python-d35413ae76a3
https://medium.com/@etimfonime/data-cleaning-techniques-in-python-d35413ae76a3
Medium
Data Cleaning Techniques in Python
Taming the Wild Data
Mastering Python’s Advanced Magic: Decorators and Metaclasses Explained with Examples
https://medium.com/@balakrishnamaduru/mastering-pythons-advanced-magic-decorators-and-metaclasses-explained-with-examples-7bc67b3bb90a
https://medium.com/@balakrishnamaduru/mastering-pythons-advanced-magic-decorators-and-metaclasses-explained-with-examples-7bc67b3bb90a
Medium
Mastering Python’s Advanced Magic: Decorators and Metaclasses Explained with Examples
When working with Python, you might often hear about two advanced features that, while mysterious at first, open up a whole new realm of…
Python E2E: Ep1 — Building the Foundation: Project Structure and Virtual Environment
https://medium.com/@tonimaxx/python-e2e-ep1-building-the-foundation-project-structure-and-virtual-environment-942e5bd32b23
https://medium.com/@tonimaxx/python-e2e-ep1-building-the-foundation-project-structure-and-virtual-environment-942e5bd32b23
Medium
Python E2E: Ep1 — Building the Foundation: Project Structure and Virtual Environment
In this first part of our Python E2E series, we will establish the essential foundation for our project. A well-structured project layout…
Build an NLP Model for Sentiment Analysis Using TensorFlow in 10 Minutes
https://drlee.io/build-an-nlp-model-for-sentiment-analysis-using-tensorflow-in-10-minutes-a6d3de84b17f
https://drlee.io/build-an-nlp-model-for-sentiment-analysis-using-tensorflow-in-10-minutes-a6d3de84b17f
Medium
Build an NLP Model for Sentiment Analysis Using TensorFlow in 10 Minutes
From Data Cleaning to Model Evaluation, All Steps Explained — Source Code Included
Navigating a Maze with the A* Algorithm in Python
https://brandonkindred.medium.com/navigating-a-maze-with-the-a-algorithm-in-python-94846529ceb8
https://brandonkindred.medium.com/navigating-a-maze-with-the-a-algorithm-in-python-94846529ceb8
Medium
Navigating a Maze with the A* Algorithm in Python
Hey there, adventurous coder! 🚀 Today, we’re going to tackle one of the most popular and powerful path finding algorithms out there: the…
Mastering Concurrency: Using Semaphores for Effective Resource Managementblog
https://brandonkindred.medium.com/mastering-concurrency-using-semaphores-for-effective-resource-managementblog-17247a7e63d6
https://brandonkindred.medium.com/mastering-concurrency-using-semaphores-for-effective-resource-managementblog-17247a7e63d6
Medium
Mastering Concurrency: Using Semaphores for Effective Resource Managementblog
Semaphores offer a more structured and flexible way to manage resource access and prevent issues like deadlock and starvation. While locks…
Python E2E: Ep0 — Your Very First Python Project: From Setup to GitHub Distribution with VS Code
https://medium.com/@tonimaxx/python-e2e-ep0-your-very-first-python-project-from-setup-to-github-distribution-with-vs-code-5261367af2e1
https://medium.com/@tonimaxx/python-e2e-ep0-your-very-first-python-project-from-setup-to-github-distribution-with-vs-code-5261367af2e1
Medium
Python E2E: Ep0 — Your Very First Python Project: From Setup to GitHub Distribution with VS Code
This article is a comprehensive, step-by-step guide to building and distributing a Python project, moving well beyond the basic “Hello…
Remove an existing value in a each list in a dict of lists
https://medium.com/@mayintuji/remove-an-existing-value-in-a-each-list-in-a-dict-of-lists-b7020b7abb58
https://medium.com/@mayintuji/remove-an-existing-value-in-a-each-list-in-a-dict-of-lists-b7020b7abb58
Medium
Remove an existing value in a each list in a dict of lists
Python dictionaries are a powerful data structure that allows you to store and organize information efficiently. A common task in data manipulation is removing specific values from lists embedded…
Machine Learning Model Development Life Cycle with Python
https://medium.com/itversity/machine-learning-model-development-life-cycle-with-python-de7b2d7719fa
https://medium.com/itversity/machine-learning-model-development-life-cycle-with-python-de7b2d7719fa
Medium
Machine Learning Model Development Life Cycle with Python
This beginner-friendly guide introduces the stages of building a machine learning model using Python, providing a roadmap to take you from…
Part-12: An Overview of Time Zones In Django Framework
https://medium.com/@altafkhan_24475/part-12-an-overview-of-time-zones-in-django-framework-a0b2535c3c29
https://medium.com/@altafkhan_24475/part-12-an-overview-of-time-zones-in-django-framework-a0b2535c3c29
Medium
Part-12: An Overview of Time Zones In Django Framework
Python E2E: Ep5 — The Final Touch: Versioning and Publishing on GitHub
https://medium.com/@tonimaxx/python-e2e-ep5-the-final-touch-versioning-and-publishing-on-github-f6f6029bfddd
https://medium.com/@tonimaxx/python-e2e-ep5-the-final-touch-versioning-and-publishing-on-github-f6f6029bfddd
Medium
Python E2E: Ep5 — The Final Touch: Versioning and Publishing on GitHub
In this episode, we’ll wrap up our String Manipulation Tool by focusing on versioning and publishing the project on GitHub. Proper…
Python E2E: Ep4 — Polishing the Project: Documentation and Configuration
https://medium.com/@tonimaxx/python-e2e-ep4-polishing-the-project-documentation-and-configuration-9a77161a4c2f
https://medium.com/@tonimaxx/python-e2e-ep4-polishing-the-project-documentation-and-configuration-9a77161a4c2f
Medium
Python E2E: Ep4 — Polishing the Project: Documentation and Configuration
In this episode, we’ll focus on enhancing our String Manipulation Tool by adding essential documentation and configuration files. Proper…
Predictive Modeling and Dataset Overview
https://medium.com/itversity/predictive-modeling-and-dataset-overview-c25ed2318f6c
https://medium.com/itversity/predictive-modeling-and-dataset-overview-c25ed2318f6c
Medium
Predictive Modeling and Dataset Overview
Learn the basics of predictive modeling and explore the dataset structure to understand the variables influencing employee compensation.