Skip to content

Latest commit

 

History

History
88 lines (57 loc) · 1.75 KB

classes.md

File metadata and controls

88 lines (57 loc) · 1.75 KB

Day 1 (2022-12-19)

  • Install Python
  • Virtualenv, and how to set up manually and using pycharm
  • Basic introduction on python

Day 2 (2022-12-20)

  • Explain the scope of the course
  • Described how python app, front-end and database will be used
  • For loop --> print even and odd using range

Day 3 (2022-12-21)

  • Find count of characters in a given string
  • Find count of items in a given list
  • Numbers, List, Dictionary and Tuple, Set
  • Install pymysql and connecting to db

Reference

Day 4 (2022-12-22)

  • Using Database form pycharm
  • Basic Insert,Select,Update and Delete operation from pycharm and sql

Day 5 (2022-12-23)

  • Import and From keyword
  • Use of name == 'main'
  • Functions
  • DB operations from python

Day 6 (2022-12-26)

  • Create a flask app
  • Run and configure the flask app in pycharm
  • Return a JSON response
  • Load JSON in browser using a plugin
  • Run HTTP from pycharm

Day 7 (2022-12-27)

  • GET One / All Request using /student endpoint
  • Pycharm Http, Curl to show api calls
  • Help setup app in student's pc

Day 8 (2022-12-28)

  • Set-up app in student's PC
  • Help resolve bugs

Day 9 (2022-12-29)

  • Set-up app in student's PC
  • Help resolve bugs

Day 10 (2023-01-01)

  • Set-up app in student's PC
  • Help resolve bugs

Day 11 (2023-01-02)

  • Run app in Student PC
  • Show curl to make an api call from the CMD

Day 12 (2023-01-03)

  • Assign student to create teacher route
  • Reviewed code and progress
  • Help few student to run app (were left behind)

Day 13 (2023-01-04)

Day 14 (2023-01-05)

Day 15 (2023-01-06)

  • Q&A
  • Wrap up the class