Python
Build a Fast Food Order Taker in Python
Learn Python while making a program that takes your order!
PythonProgrammingTutorial
Typed Python For TypeScript Developers
A typed Python cheat sheet for TypeScript developers.
PythonTypescriptPython programming
How to Set Default Python Interpreter in VS Code
A guide on how to set up your Visual Studio Code for Python operations.
PythonVSCode
Create your own Python Layer in AWS Lambda Environment
PythonAwsLambda
Build a Flask CRUD Application with MVC Architecture
How to implement a CRUD App with Flask Blueprint
FlaskCrudPython
Building An Old School Text-Based Game With Python
They're not dead yet!
PythonGame Development
Python for Interviewing: An Overview of the Core Data Structures
Must-know data structures to kill your interview!
PythonData-structuresInterview
Measure Stock Volatility Using Betas in Python
Learn how investors monitor stock volatility and risk with betas & how to calculate your own in Python.
PythonStock marketProgramming
How To Calculate The EMA Of A Stock With Python
PythonStockEma
Uniform Cost Search (UCS) Algorithm in Python
Using the Uniform Search Algorithm to find the best solution in a graph modeled problem
PythonAlgorithmsData-structures