The Ultimate Follower Count Challenge a Python Game
https://orioninsist.dev/the-ultimate-follower-count-challenge-a-python-game-d5a2aca535eb
https://orioninsist.dev/the-ultimate-follower-count-challenge-a-python-game-d5a2aca535eb
Medium
The Ultimate Follower Count Challenge a Python Game
Guess followers & play with Python! Random accounts, test your intuition. Fun & interactive! 🚀🎮 #Python #GameDev
How to use Grafana to plot csv data using Python
https://medium.com/@oskarpaulsson/how-to-use-grafana-to-plot-csv-data-using-python-fbb0f8663a70
https://medium.com/@oskarpaulsson/how-to-use-grafana-to-plot-csv-data-using-python-fbb0f8663a70
Medium
How to use Grafana to plot csv data using Python
It is known to anyone that has used python in a context that is concerned with numbers, data science or mathematics that matplotlib is…
A* Pathfinding Algorithm: Efficiently Navigating the Maze of Possibilities
https://panda-man.medium.com/a-pathfinding-algorithm-efficiently-navigating-the-maze-of-possibilities-8bb16f9cecbd
https://panda-man.medium.com/a-pathfinding-algorithm-efficiently-navigating-the-maze-of-possibilities-8bb16f9cecbd
Medium
A* Pathfinding Algorithm: Efficiently Navigating the Maze of Possibilities
Introduction
A beginners journey into programming and scripting — Automate boring deletion of Your old and…
https://medium.com/@mreibe/a-beginners-journey-into-programming-and-scripting-automate-boring-deletion-of-your-old-and-d99fbb56fada
https://medium.com/@mreibe/a-beginners-journey-into-programming-and-scripting-automate-boring-deletion-of-your-old-and-d99fbb56fada
Medium
A beginners journey into programming and scripting — Automate boring deletion of Your old and “cringe” Facebook photos.
There is a first for everything — including writing ones first Medium article. To be hornets, after I've read the forum for some time it’s…
ValueError in Python: What it is & How To Fix?
https://infotechdreamer.medium.com/valueerror-in-python-what-it-is-how-to-fix-63251108438c
https://infotechdreamer.medium.com/valueerror-in-python-what-it-is-how-to-fix-63251108438c
Medium
WHAT IS PYTHON ERROR?
A well-liked high-level programming language called Python is frequently used for general-purpose programming tasks like web development…
From Python to Daemon: How to Turn Your Python App into a Linux Service Controlled by Systemd
https://medium.com/@ebojacky/from-python-to-daemon-how-to-turn-your-python-app-into-a-linux-service-controlled-by-systemd-d87b59adfe7a
https://medium.com/@ebojacky/from-python-to-daemon-how-to-turn-your-python-app-into-a-linux-service-controlled-by-systemd-d87b59adfe7a
Medium
From Python to Daemon: How to Turn Your Python App into a Linux Service Controlled by Systemd
Running a Python application as a Linux service controlled by Systemd is an excellent way to ensure that your application starts…
Object-Oriented Programming Simplified in Python: Building a Social Media UserProfile Class
https://medium.com/@judenwabueze/object-oriented-programming-simplified-in-python-building-a-social-media-userprofile-class-81e2159cc2f3
https://medium.com/@judenwabueze/object-oriented-programming-simplified-in-python-building-a-social-media-userprofile-class-81e2159cc2f3
Medium
Object-Oriented Programming Simplified in Python: Building a Social Media UserProfile Class
Object-Oriented Programming (OOP) is a powerful paradigm used in many programming languages, including Python. It allows us to model…
Stop Typing “abcdefghijklmnopqrstuvwxyz” in full! (Python)
https://zlliu.medium.com/stop-typing-abcdefghijklmnopqrstuvwxyz-in-full-python-a2a7ed1b5f0f
https://zlliu.medium.com/stop-typing-abcdefghijklmnopqrstuvwxyz-in-full-python-a2a7ed1b5f0f
Medium
Stop Typing “abcdefghijklmnopqrstuvwxyz” in full! (Python)
I’m sure you’ve done this at some point in your Python journey. Maybe you need to solve a question requiring you to map a letter to the…
Understanding the Distinction between Web Framework and Web Server
https://medium.com/@ebojacky/understanding-the-distinction-between-web-framework-and-web-server-37320f90be67
https://medium.com/@ebojacky/understanding-the-distinction-between-web-framework-and-web-server-37320f90be67
Medium
Understanding the Distinction between Web Framework and Web Server
When building web applications with Python, developers often encounter the names Flask and Apache. It’s essential to understand the…
Unleashing Profitable Stocks in Nifty Indices: Harnessing the Power of Momentum Strategy with…
https://raahilmodi.medium.com/unleashing-profitable-stocks-in-nifty-indices-harnessing-the-power-of-momentum-strategy-with-2b6217a78840
https://raahilmodi.medium.com/unleashing-profitable-stocks-in-nifty-indices-harnessing-the-power-of-momentum-strategy-with-2b6217a78840
Medium
Unleashing Profitable Stocks in Nifty Indices: Harnessing the Power of Momentum Strategy with Python
In today’s fast-paced world of stock trading, where every second counts, investors are constantly seeking an edge to identify profitable…
Working with Apache in Python: A Practical Guide with a Flask App Example
https://medium.com/@ebojacky/working-with-apache-in-python-a-practical-guide-with-a-flask-app-example-cce141725633
https://medium.com/@ebojacky/working-with-apache-in-python-a-practical-guide-with-a-flask-app-example-cce141725633
Medium
Working with Apache in Python: A Practical Guide with a Flask App Example
Apache HTTP Server, commonly referred to as Apache, is one of the most widely used web servers globally, known for its stability and…
Django Authentication Methods & Packages
https://medium.com/@ForouzanAmin/django-authentication-methods-packages-46418e72fe95
https://medium.com/@ForouzanAmin/django-authentication-methods-packages-46418e72fe95
Medium
Django Authentication Methods & Packages
Authentication is a vital concept in web development and plays an important role in the security of all Django applications. In this article, we’ll explore all Django authentication methods out…
Debugging and Fixing a Cloud Deployment Issue: HTTP Error 500
https://medium.com/@ebojacky/debugging-and-fixing-a-cloud-deployment-issue-http-error-500-555f16f2692d
https://medium.com/@ebojacky/debugging-and-fixing-a-cloud-deployment-issue-http-error-500-555f16f2692d
Medium
Debugging and Fixing a Cloud Deployment Issue: HTTP Error 500
Introduction
Activation Functions and Loss Functions
https://arafique906.medium.com/activation-functions-and-loss-functions-e9be0e5dab7a
https://arafique906.medium.com/activation-functions-and-loss-functions-e9be0e5dab7a
Medium
Activation Functions and Loss Functions
Both activation and loss functions are critical aspects in the area of neural networks, particularly for network training. Loss functions…
Backtest Crypto Trading Strategies & Bot Development in Python
https://medium.com/cryptocurrencies-ups-and-down/backtest-crypto-trading-strategies-bot-development-in-python-a5d47e8a5237
https://medium.com/cryptocurrencies-ups-and-down/backtest-crypto-trading-strategies-bot-development-in-python-a5d47e8a5237
Medium
Backtest Crypto Trading Strategies & Bot Development in Python
Introduction
Scalable Real-Time Apps with Python and Redis: Exploring AsyncIO, FastAPI, and Pub/Sub
https://medium.com/@mhrlife/scalable-real-time-apps-with-python-and-redis-exploring-asyncio-fastapi-and-pub-sub-79b56a9d2b94
https://medium.com/@mhrlife/scalable-real-time-apps-with-python-and-redis-exploring-asyncio-fastapi-and-pub-sub-79b56a9d2b94
Medium
Scalable Real-Time Apps with Python and Redis: Exploring AsyncIO, FastAPI, and Pub/Sub
I have recently started working on a side project, a real-time mobile board game with Unity, and I decided to use Python as the server’s…
Python data structures and comparision
https://medium.com/@miladev95/python-data-structures-and-comparision-d4a1ed8abd89
https://medium.com/@miladev95/python-data-structures-and-comparision-d4a1ed8abd89
Medium
Python data structures and comparision
Data structures are fundamental concepts in computer science and programming that provide a way to organize and store data in a computer’s…
Choosing the Right Data Structure: List, Set, or Tuple?
https://medium.com/@ruskinb1/choosing-the-right-data-structure-list-set-or-tuple-8fe582d3fdc5
https://medium.com/@ruskinb1/choosing-the-right-data-structure-list-set-or-tuple-8fe582d3fdc5
Medium
Choosing the Right Data Structure: List, Set, or Tuple?
As developers, one of the fundamental decisions we often face is choosing the appropriate data structure to efficiently store and…
Optimized Deep Learning Pipelines: A Deep Dive into TFRecords and Protobufs (Part 1)
https://heartbeat.comet.ml/optimized-deep-learning-pipelines-a-deep-dive-into-tfrecords-and-protobufs-part-1-78608f892d04
https://heartbeat.comet.ml/optimized-deep-learning-pipelines-a-deep-dive-into-tfrecords-and-protobufs-part-1-78608f892d04
Medium
Optimized Deep Learning Pipelines: A Deep Dive into TFRecords and Protobufs (Part 1)
Part 1: Protobufs
Python For Startups: How To Use Python To Build A Successful Startup
https://mobiosolutions.medium.com/python-for-startups-how-to-use-python-to-build-a-successful-startup-4455f7c2f90e
https://mobiosolutions.medium.com/python-for-startups-how-to-use-python-to-build-a-successful-startup-4455f7c2f90e
Medium
Python For Startups: How To Use Python To Build A Successful Startup
Python’s versatility enables it to be applied in various domains, including web development, data analysis, machine learning, and more.
20 Python Scripts with Code to Automate Your Work
https://medium.com/@hannanmentor/20-python-scripts-with-code-to-automate-your-work-68662a8dcbc1
https://medium.com/@hannanmentor/20-python-scripts-with-code-to-automate-your-work-68662a8dcbc1
Medium
20 Python Scripts with Code to Automate Your Work
Are you tired of performing repetitive tasks in your daily work routine? Python, with its simplicity and versatility, can be the solution…