0% found this document useful (0 votes)
6 views

Week 1python Fundamentals

Uploaded by

Dipali Gaikwad
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views

Week 1python Fundamentals

Uploaded by

Dipali Gaikwad
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Week 1: Python Fundamentals

Day 1-2: Basic Syntax and Data Types

 Install Python and set up your environment (Anaconda, Jupyter Notebooks, or any
preferred IDE).
 Learn about basic syntax, variables, and data types (integers, floats, strings, booleans).
 Practice with basic operators (arithmetic, comparison, logical).

Day 3-4: Control Structures

 Understand and practice if statements.


 Learn and practice loops (for and while).

Day 5: Functions

 Learn how to define functions.


 Understand parameters, return values, and scope.

Day 6: Basic Data Structures

 Lists: creation, indexing, slicing, methods.


 Tuples: creation, immutability.
 Sets: creation, operations.
 Dictionaries: creation, key-value pairs, methods.

Day 7: Practice

 Complete small projects or exercises to reinforce the concepts learned in the first week.

You might also like