Who wants to be a millionaire? Python Game
https://medium.com/@r.afonsomontero/who-wants-to-be-a-millionaire-python-game-f7138e8e258a
https://medium.com/@r.afonsomontero/who-wants-to-be-a-millionaire-python-game-f7138e8e258a
Medium
Who wants to be a millionaire? Python Game
I created this Python game as part of a code challenge at codeacademy.com in my journey to complete the computer science path.
Export Apple Notes to a PostgreSQL Database with Python and AppleScript
https://medium.com/@dreamferus/synchronize-apple-notes-to-a-postgresql-database-with-python-and-applescript-2df69bbfbe9b
https://medium.com/@dreamferus/synchronize-apple-notes-to-a-postgresql-database-with-python-and-applescript-2df69bbfbe9b
Medium
Export Apple Notes to a PostgreSQL Database with Python and AppleScript
One of the more popular note-taking apps, and one that I use myself regularly, is Apple Notes. Its popularity comes from its simplicity and…
Unlocking Data: Scraping Teams Channel Using Selenium in Python
https://medium.com/@alenagorb02/unlocking-data-scraping-teams-channel-using-selenium-in-python-369a390b07e9
https://medium.com/@alenagorb02/unlocking-data-scraping-teams-channel-using-selenium-in-python-369a390b07e9
Medium
Unlocking Data: Scraping Teams Channel Using Selenium in Python
So you and your colleagues have been posting all sorts of useful messages, notes, links, images, documents, etc., into your shared Teams…
Advent of AI: Day 3 with ChatGPT in the Advent of Code Challenge
https://medium.com/@dretyr/advent-of-ai-day-3-with-chatgpt-in-the-advent-of-code-challenge-5dbae0d86f2d
https://medium.com/@dretyr/advent-of-ai-day-3-with-chatgpt-in-the-advent-of-code-challenge-5dbae0d86f2d
Medium
Advent of AI: Day 3 with ChatGPT in the Advent of Code Challenge
Introduction
Introduction to Python Functions: A Guide for Every Programmer
https://medium.com/@apcmpe09/introduction-to-python-functions-a-guide-for-every-programmer-e69e3ee4d191
https://medium.com/@apcmpe09/introduction-to-python-functions-a-guide-for-every-programmer-e69e3ee4d191
Medium
Introduction to Python Functions: A Guide for Every Programmer
🚀 “Python Functions: Your Code’s Magic Wand! Experience the power of modularity and reusability in just a line of Python.” 🐍💫
Python Crash Course: Learn the Fundamentals in Just One Week
https://medium.com/@datafreaker9/python-crash-course-learn-the-fundamentals-in-just-one-week-81daf0a9d1b5
https://medium.com/@datafreaker9/python-crash-course-learn-the-fundamentals-in-just-one-week-81daf0a9d1b5
Medium
Python Crash Course: Learn the Fundamentals in Just One Week
Would you like to start learning how to code? Python is an excellent choice! It’s easy to learn, and several developers use it. In this…
Building a social Media Platform: How can user authentication and session management be…
https://medium.com/@brechtcorbeel/building-a-social-media-platform-how-can-user-authentication-and-session-management-be-befdeeed1832
https://medium.com/@brechtcorbeel/building-a-social-media-platform-how-can-user-authentication-and-session-management-be-befdeeed1832
Medium
Building a social Media Platform: How can user authentication and session management be…
In a world where digital security is paramount, this article delves into the intricacies of building a robust social media platform…
Telegram is best place to learn anything auto join Telegram groups (+1000 group in one min)
https://medium.com/@artart56g/telegram-is-best-place-to-learn-anything-auto-join-telegram-groups-1000-group-in-one-min-996f4fdc6e11
https://medium.com/@artart56g/telegram-is-best-place-to-learn-anything-auto-join-telegram-groups-1000-group-in-one-min-996f4fdc6e11
Medium
Telegram is best place to learn anything auto join Telegram groups (+1000 group in one min)
Telegram groups are the best place to learn anything. That’s why I created this script.
This script is a program used to join Telegram…
This script is a program used to join Telegram…
Four different ways to query StackOverflow.com data
https://medium.com/@yu51a5/four-different-ways-to-query-stackoverflow-com-data-852d094fcc83
https://medium.com/@yu51a5/four-different-ways-to-query-stackoverflow-com-data-852d094fcc83
Medium
Four different ways to query StackOverflow.com data
Manual, URL API, SEDE SQL and BigQuery StackOverflow.com queries, with pros, cons, authentication instructions and forkable projects
Python Beginner Series: A Simple CLI Calculator
https://medium.com/@vyperius117/python-beginner-series-a-simple-cli-calculator-a73a23d799fd
https://medium.com/@vyperius117/python-beginner-series-a-simple-cli-calculator-a73a23d799fd
Medium
Python Beginner Series: A Simple CLI Calculator
Photo by Kevin Canlas on Unsplash
Building a social Media Platform: What strategies should be used for efficiently handling and…
https://medium.com/@brechtcorbeel/building-a-social-media-platform-what-strategies-should-be-used-for-efficiently-handling-and-f6812a69042d
https://medium.com/@brechtcorbeel/building-a-social-media-platform-what-strategies-should-be-used-for-efficiently-handling-and-f6812a69042d
Medium
Building a social Media Platform: What strategies should be used for efficiently handling and…
Dive into the technical intricacies of building a robust social media platform. This article delves into pioneering strategies for managing…
Synchronizing FastAPI: A Redis Lock approach for code execution control across Uvicorn workers
https://levelup.gitconnected.com/synchronizing-fastapi-a-redis-lock-approach-for-code-execution-control-across-uvicorn-workers-1de3fa6b6961
https://levelup.gitconnected.com/synchronizing-fastapi-a-redis-lock-approach-for-code-execution-control-across-uvicorn-workers-1de3fa6b6961
Medium
Synchronizing FastAPI: A Redis Lock approach for code execution control across Uvicorn workers
A simplistic Redis Distributed Lock approach to synchronize FastAPI application across Uvicorn workers.