
CS50's Web Programming with Python and JavaScript
This course picks up where CS50x leaves off, diving more deeply into the design and implementation of web apps with Python, JavaScript, and SQL using frameworks like Django, …
Courses - CS50's Web Programming with Python and JavaScript
CS50 Web picks up where CS50x leaves off, diving more deeply into the design and implementation of web apps with Python, JavaScript, and SQL using frameworks like Django, …
Lecture 0 - CS50's Web Programming with Python and JavaScript
We’ll build our web-design skills by working on a number of projects throughout the course, including an open-ended final project where you’ll have the chance to create a website of your …
CS50's Web Programming with Python and JavaScript
This course picks up where Harvard University’s CS50 leaves off, diving more deeply into the design and implementation of web apps with Python, JavaScript, and SQL using frameworks …
Lecture 1 - CS50's Web Programming with Python and JavaScript
In lecture 0, we introduced HTML, CSS, and Sass as tools we can use to create some basic web pages. Today, we’ll be learning about using Git and GitHub to help us in developing web …
Lecture 2 - CS50's Web Programming with Python and JavaScript
Python is a very powerful and widely-used language that will allow us to quickly build fairly complicated web applications. In this course, we’ll be using Python 3, although Python 2 is still …
CS50 Certificate - CS50's Web Programming with Python and …
CS50 Certificate If you submit and receive a score of at least 70% on each of this course’s projects, including its final project, you will be eligible for a free CS50 Certificate like the below. …
Week 1 Git - CS50's Web Programming with Python and JavaScript
Git. GitHub. Commits. Merge Conflicts. Branches. Forks. Pull Requests. GitHub Pages. Watch lecture. Audio Notes Slides Keynote PDF Subtitles Transcript...
Lecture 5 - CS50's Web Programming with Python and JavaScript
All of the Python code we’ve written so far using Django has been running on a server. JavaScript will allow us to run code on the client side, meaning no interaction with the server is necessary …
Lecture 6 - CS50's Web Programming with Python and JavaScript
We also familiarized ourselves with the Python programming language, started using Django to create web applications, and learned how to use Django models to store information in our …