Skip to content

Repository files navigation

Software-Development-Work

02_randomizer

  • basic review of python dictionaries

03_occupation

  • getting, modifying and parsing through csv data
  • using weighted percentage to pick a random value

08_lemme_flask_u_sumpn

  • basic flask app with routes

10_occupy_flask_st

  • template usage with basic jinja and html (render_template)
  • use the data from csv (03_occupation)
  • contains a data/ templates/ and util/ folders

13_formation

v1 :

  • uses forms in the html template to get user input
  • request methods

v2 :

  • edits to take into account the POST and GET methods.
  • route specifies the type of request it will take

14_login

  • session usage with secret keys
  • a version of logging in methods

15_flashinh

  • flash usage
  • jinja and inheritance {% extends "template.html"%}

16_csv2db

  • building data bases from python code.
  • csv data -> db file
  • makefile for db running.

17_nmcrnch

stu_mean.py

  • uses 16_csv2db
  • looping through the c.execute for SELECT commands
  • function for displaying/printing the db
  • function for adding to a data base
  • function for creating a table

20_css3ways

  • css three ways:
  • in-line: inside the html tags using style tag
  • internal : block to detail using style outside the file
  • external : blocks to detail using style outside the file
  • class usage (div)

21_bt_ESS_choiS-liaoJ

v0:

  • simple bootstrap
  • navbar
  • blockquote
  • badges
  • media objects in text
  • containers

v1:

  • all of the above +
  • bootstrap alerts

23_fd_ESS_choiS-liaoJ

Foundation :

  • control: buttons
  • media objects
  • containers: alerts, cards
  • nav bar

24_rest

  • urllib.request
  • json.loads()

25_rest

  • all the above +
  • SpaceX API usage
  • NASA API usage
  • API list

26_rrreeesssttt

  • 24_rest +
  • Top Stories API
  • The Cat API
  • Google Books API

28_js

  • lists
  • gcd
  • fibonacci ... in javascript

29_js

  • document.getElementByID("id")
  • textbox.innerHTML
  • .addEventListener(event, fxnName)
  • buttons that lead to the three functions of 28_js

30_js

  • document.getElementsByTagName("li")
  • var item = document.createElement("li");
  • document.getElementById("fiblist").appendChild(item)

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages