/backend-exploring

Exploring backend on python, SQL, Flask in 4 weeks

Primary LanguagePython

Exploring Backend. Python, SQL, Flask (Python Framework)

10 days exploring + 10 days recreating instagram with Flask

Projects done :

  1. Day1 : Python 101 FizzBuzz, (Incomplete - all loops) Python 102 Loop Challenge, Search Algorithm, Binary Search, Today Challenge - Roman Numerals
  2. Day2 : Deaf Aunty , Multiplayer TicTacToe , AI TicTacToe
  3. Day3 : Recursion, RegEx training , (Incomplete) Boggle board
  4. Day4 : Named Argument, OOP, Inventory Management System, (Incomplete) Bank Account
  5. Day5 : pip & PyPi, __name__, function decoration, (90% ready) Challenge : Hospital interface
  6. Day6 : Database Schema, one-to-one | many-to-many , ToDo app database schema, University Courses database schema (https://ondras.zarovi.cz/sql/demo/)
  7. Day7 : PoolDB & SQL syntax training (https://next-sql.netlify.com)
  8. Day8 : peewee ORM & CRUD, postgreSQL, Python REPL, environment-management, inventory management database
  9. Day9 : Intro on Flask. setup, templates & static files, dynamic routing
  10. Day10 : Inventory Management System - with flask
  11. Day11 - 20 : Nextagram - with flask

---------------------------------------------------------------------------------------------------------------------------

Notes
  1. solve unable to open folder inside your folder (init inside init issue) : (1) delete the `.git` inside the folder. (2) bring out that file to higher level (3) git push (4) put back that folder into original position (5) git push again