How to use Python, PySide6 and Google Sheets to make a Database App (4): Add Account
https://medium.com/hellocode/how-to-use-python-pyside6-and-google-sheets-to-make-a-database-app-4-add-account-7216dc818d91
https://medium.com/hellocode/how-to-use-python-pyside6-and-google-sheets-to-make-a-database-app-4-add-account-7216dc818d91
Medium
How to use Python, PySide6 and Google Sheets to make a Database App (4): Add Account
Each Investor has a unique ID, while may have several accouts. There are 3 steps to add an account for an investor in a database based on…
LeetCode Problem 2: Add Two Numbers
https://medium.com/@divyansh.khanna26/leetcode-problem-2-add-two-numbers-5ae9c352a26f
https://medium.com/@divyansh.khanna26/leetcode-problem-2-add-two-numbers-5ae9c352a26f
Medium
LeetCode Problem 2: Add Two Numbers
In the problem statement it is communicated that we have 2 linked lists which have numbers in reverse order and we need to return the sum…
Which Python web framework to choose?
https://medium.com/@reeceml/which-python-web-framework-to-choose-9183e2bb33f8
https://medium.com/@reeceml/which-python-web-framework-to-choose-9183e2bb33f8
Medium
Which Python Web Framework to Choose?
Python, being an incredibly popular programming language, offers a wide range of web frameworks to choose from. These frameworks provide developers with the tools and libraries necessary to build…
What is not a feature of Python?
https://medium.com/@reeceml/what-is-not-a-feature-of-python-eb2027056033
https://medium.com/@reeceml/what-is-not-a-feature-of-python-eb2027056033
Medium
What is not a feature of Python?
Python is a versatile, high-level programming language that has gained immense popularity in recent years. It is known for its simplicity, readability, and extensive library support, and is used for…
Extracting Duolingo vocabulary to Quizlet for better Spaced Repetition Language Learning
https://medium.com/@melle.dykstra/extracting-duolingo-vocabulary-to-quizlet-for-better-spaced-repetition-language-learning-a41cd793c582
https://medium.com/@melle.dykstra/extracting-duolingo-vocabulary-to-quizlet-for-better-spaced-repetition-language-learning-a41cd793c582
Medium
Extracting Duolingo vocabulary to Quizlet for better Spaced Repetition Language Learning
You probably arrived here because you are also interested in extracting the vocabulary for a specific language from Duolingo and using the…
What are the benefits of using Python?
https://medium.com/@reeceml/what-are-the-benefits-of-using-python-f1e2406a9c77
https://medium.com/@reeceml/what-are-the-benefits-of-using-python-f1e2406a9c77
Medium
What are the benefits of using Python?
Python is a powerful programming language that has gained immense popularity in recent years. It is widely used in various disciplines such as web development, data analysis, artificial intelligence…
Mastering VS Code: 18 Easy Tips for Ultimate Productivity
https://just-merwan.medium.com/mastering-vs-code-18-easy-tips-for-ultimate-productivity-fb5cad722e70
https://just-merwan.medium.com/mastering-vs-code-18-easy-tips-for-ultimate-productivity-fb5cad722e70
Medium
Mastering VS Code: 18 Easy Tips for Ultimate Productivity
Visual Studio Code (VS Code) is a powerhouse for developers, but unlocking its full potential can be a game-changer. In this guide, I will…
Python Optical Mark Recognition (OMR) Project: A Deep Dive Review 🌟
https://medium.com/@selcukozdemirr/python-optical-mark-recognition-omr-project-a-deep-dive-review-d757f8bf54b2
https://medium.com/@selcukozdemirr/python-optical-mark-recognition-omr-project-a-deep-dive-review-d757f8bf54b2
Medium
Python Optical Mark Recognition (OMR) Project: A Deep Dive Review 🌟
Introduction
Deploy your FastAPI app in serverless Vercel for free
https://itnext.io/deploy-your-fastapi-app-in-serverless-vercel-for-free-c72604389bbb
https://itnext.io/deploy-your-fastapi-app-in-serverless-vercel-for-free-c72604389bbb
Medium
Deploy your FastAPI app in serverless Vercel for free
No servers, no hussle, no cost. Someone called for Vercel.
How to Create a Risk-On vs. Risk-Off Stock Market Dashboard in Python — Part I
https://medium.com/@ctanny/how-to-create-a-risk-on-vs-risk-off-stock-market-dashboard-in-python-part-i-46b2fe7ea4e7
https://medium.com/@ctanny/how-to-create-a-risk-on-vs-risk-off-stock-market-dashboard-in-python-part-i-46b2fe7ea4e7
Medium
How to Create a Risk-On vs. Risk-Off Stock Market Dashboard in Python — Part I
Cordell Tanny has over 23 years of experience in financial services, specializing in quantitative finance. Cordell has previously worked…
Using Python to Analyze my ecommerce store’s 2023 Sales
https://medium.com/@asample_21026/using-python-to-analyze-my-ecommerce-stores-2023-sales-a81b66e158c5
https://medium.com/@asample_21026/using-python-to-analyze-my-ecommerce-stores-2023-sales-a81b66e158c5
Medium
Using Python to Analyze my ecommerce store’s 2023 Sales
Introduction:
Why Python is easy and what is the catch?
https://medium.com/@rooohiit17/why-python-is-easy-and-what-is-the-catch-e89035260bc4
https://medium.com/@rooohiit17/why-python-is-easy-and-what-is-the-catch-e89035260bc4
Medium
Why Python is easy and what is the catch?
Hello my readers, You all must have heard saying this to a lot of coders/programmers that python is an easy programming language to learn…
Exploring Python’s Abstraction: Abstract Methods, Decorators, and Magic Methods Demystified
https://medium.com/@ankitlodh2002/exploring-pythons-abstraction-abstract-methods-decorators-and-magic-methods-demystified-2c6ec5e14dce
https://medium.com/@ankitlodh2002/exploring-pythons-abstraction-abstract-methods-decorators-and-magic-methods-demystified-2c6ec5e14dce
Medium
Exploring Python’s Abstraction: Abstract Methods, Decorators, and Magic Methods Demystified
In this article, I will discuss and do an in-depth analysis of the Python abstract method. The motivation and the usefulness of the…
101 Advanced Python String Manipulation Techniques
https://baotramduong.medium.com/101-advanced-python-string-manipulation-techniques-117209c40a41
https://baotramduong.medium.com/101-advanced-python-string-manipulation-techniques-117209c40a41
Medium
101 Advanced Python String Manipulation Techniques
String manipulation in Python refers to the various operations and techniques used to modify, extract, combine, or analyze strings —…
Automating Web Interactions with Selenium: A Comprehensive Guide
https://medium.com/@deepml1818/automating-web-interactions-with-selenium-a-comprehensive-guide-07323bd0e01b
https://medium.com/@deepml1818/automating-web-interactions-with-selenium-a-comprehensive-guide-07323bd0e01b
Medium
Automating Web Interactions with Selenium: A Comprehensive Guide

What is the difference between coding and scripting in Python?
https://medium.com/@reeceml/what-is-the-difference-between-coding-and-scripting-in-python-3ea3265cd41d
https://medium.com/@reeceml/what-is-the-difference-between-coding-and-scripting-in-python-3ea3265cd41d
Medium
What is the difference between coding and scripting in Python?
In the world of programming, Python is a popular language that is known for its versatility and ease of use. However, many people are confused about the terms “coding” and “scripting” when it comes…
Predicting Stock Prices using LSTM and Yahoo Finance Data
https://medium.com/@deepml1818/predicting-stock-prices-using-lstm-and-yahoo-finance-data-0e2534b269a1
https://medium.com/@deepml1818/predicting-stock-prices-using-lstm-and-yahoo-finance-data-0e2534b269a1
Medium
Predicting Stock Prices using LSTM and Yahoo Finance Data
Predicting stock prices is a challenging yet intriguing task in the field of machine learning. In this blog post, we’ll explore how to use…
Demystifying Named Entity Recognition in TensorFlow
https://medium.com/@sumitvaish/demystifying-named-entity-recognition-in-tensorflow-4511db69cb8b
https://medium.com/@sumitvaish/demystifying-named-entity-recognition-in-tensorflow-4511db69cb8b
Medium
Demystifying Named Entity Recognition in TensorFlow
Unveiling the Magic Behind “Who, What, Where”