Skip to content

Latest commit

 

History

History
52 lines (38 loc) · 1.3 KB

File metadata and controls

52 lines (38 loc) · 1.3 KB

Week 1 - Web Development LS 2026

Home > Week 1


Learning Path

Week 1 has 4 topics that lay the groundwork for everything that follows. Work through them in order - each one is a prerequisite for the next.

Introduction to the Web (Theory)
    |
    |  You need to know the foundations of the web
    v
Version Control with Git and GitHub
    |
    |  The essence of modern coding workflows
    v
JAVASCRIPT
    |
    |  A quick intro to the syntax of Javascript
    v
Python for Web Dev
    |
    |  Python syntax and OOP basic for future topics
    v
Week 2

Topics

# Topic What You Will Learn Est. Time
1 Introduction to the Web Client-Server model, Web Protocol basics 1-2 hrs
2 Version Control with Git and GitHub VCS, Git commands and GitHub 1-2 hrs
3 HTML/CSS/JAVASCRIPT JS, Refresher on HTML/CSS 7-8 hrs
4 Python for Web Dev Python Syntax, OOP 2–3 hrs

Assignment

Get Ready for this week's assignment. Are you ready for a challenge?

If yes, ASSIGMENT_1!!!!


Home | Next: Week 2