0% found this document useful (0 votes)
8 views2 pages

Week1 WebDev DataScience Java Plan

The Week 1 Plan focuses on foundational skills in Web Development, Data Science, and Java, with daily goals and mini projects. Each day covers specific topics such as HTML, CSS, Python basics, and Java syntax, along with practical exercises. The week culminates in a revision day and mini projects to reinforce learning across all three areas.

Uploaded by

abhishek7y2
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views2 pages

Week1 WebDev DataScience Java Plan

The Week 1 Plan focuses on foundational skills in Web Development, Data Science, and Java, with daily goals and mini projects. Each day covers specific topics such as HTML, CSS, Python basics, and Java syntax, along with practical exercises. The week culminates in a revision day and mini projects to reinforce learning across all three areas.

Uploaded by

abhishek7y2
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Week 1 Plan – Web Development, Data Science,

and Java
■ Week 1 Goal
- Web Dev → Build HTML, CSS foundation, intro to JavaScript
- Data Science → Learn Python basics + intro to Pandas
- Java → Learn syntax, variables, loops, arrays
- Daily practice and a mini project at the end

Day 1 – HTML Basics + Python Basics + Java Basics


- Web Dev → HTML structure, headings, paragraphs, links, images
- Data Science → Install Python, print statements, variables, data types
- Java → Install JDK, Hello World, variables, data types
- Practice → Create a basic HTML “About Me” page

Day 2 – CSS Basics + Python Operators + Java Operators


- Web Dev → Inline, internal, external CSS; text colors, fonts, background
- Data Science → Arithmetic, comparison, logical operators
- Java → Operators, type casting, taking user input (Scanner)
- Practice → Style your “About Me” page with CSS

Day 3 – JavaScript Intro + Python Lists + Java Conditionals


- Web Dev → JavaScript basics: variables, console.log(), alert()
- Data Science → Lists, indexing, slicing
- Java → if, else, else if
- Practice → Add JavaScript alert to your HTML page

Day 4 – HTML Forms + Python Tuples/Dictionaries + Java Loops


- Web Dev → Forms: input, textarea, select, button
- Data Science → Tuples, dictionaries, basic operations
- Java → for, while, do-while loops
- Practice → Create a feedback form

Day 5 – CSS Layouts + Python Functions + Java Methods


- Web Dev → Flexbox basics (display: flex, justify-content, align-items)
- Data Science → Defining and calling functions in Python
- Java → Methods, return values, parameters
- Practice → Style your feedback form with flexbox

Day 6 – JS DOM + Pandas Intro + Java Arrays


- Web Dev → DOM selection (getElementById, querySelector)
- Data Science → Install Pandas, create DataFrames, view first rows
- Java → Arrays, array traversal
- Practice → JS changes HTML text when button clicked
Day 7 – Revision + Mini Project
- Web Dev → Revise HTML, CSS, JavaScript basics
- Data Science → Revise Python basics & Pandas intro
- Java → Revise syntax, loops, arrays
- Mini Projects:
• Web Dev → Simple portfolio page (HTML + CSS + JS)
• Data Science → Load CSV & display first 5 rows with Pandas
• Java → Program to find max number in an array

■ Suggested Daily Schedule


- 6:00 – 8:00 AM → Data Science
- 8:30 – 10:30 AM → Java
- 2:00 – 4:00 PM → Web Development
- 6:00 – 7:00 PM → Practice coding & projects
- Night → Quick revision + short notes

You might also like