Skip to content

This is a coding tutorial project from FreeCodeCamp, taught by Georgio Tunson. This tutorial is for learning basic data structure concepts by building a Flask API with Python.

Notifications You must be signed in to change notification settings

mkhuluf/python-flask-tutorial

Repository files navigation

Python Flask Tutorial

Background

This is a coding tutorial project from FreeCodeCamp, taught by Georgio Tunson. This tutorial is for learning basic data structure concepts by building a Flask API with Python.

Requirements

  • Python 3.9.4
    • Python Libraries
      • Flask - 1.1.2
      • Flask-SQLAlchemy - 2.5.1
      • SQLAlchemy - 1.4.15
      • datetime - 3.9.4
      • sqlite3 - 3.9.4

TO DO

1.) Fix hash collision error for customHash() method in hash_table.py

2.) Implement more data structures and algorithms

3.) Look into search algorithm visualizations

About

This is a coding tutorial project from FreeCodeCamp, taught by Georgio Tunson. This tutorial is for learning basic data structure concepts by building a Flask API with Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages