Building an app is a process that needs structure I made an initial attempt that went very poorly. I read the CS50 assignment points and went through building the app page for page. Make all the code to register, then make all the code to get a quote, then buy, then sell. I started getting …
CS50 Week 8: Notes
CS50 store demo Cookies and sessions start off this weeks lecture notes. The important thing to remember is http protocol is a stateless protocol. This means traditionally you request a webpage, the server gives you the page data and nothing else happens. Similar to going to a store, buying an item and leaving. The cashier …
CS50 Week 7: Walkthroughs
Hello name in python to start it off: Let’s quickly run through the “tougher” Déjà vu walkthroughs ( and then go deeper into the final similarities web app. Let’s start with the Mario challenge: mario.py So let’s build a pyramid shape in the terminal: 4 lines. Google range() and it’s arguments, then google rjust() and …
CS50 Week 7
Web Programming So with a brief overview of html, css and python it is time to put everything together. If you’ve never programmed something for the web just remember: THE INTERNET IS JUST A BUNCH OF COMPUTERS ALL TALKING TO EACH OTHER There is no special “cloud” machine or “server.” These are all just words …
