Introduction to Python Programming
Introduction to Python Programming
Course Description:
Course Objectives:
Course Outline:
What is Python?
o History and Features of Python
o Applications of Python
Setting Up the Development Environment:
o Installing Python and IDEs (e.g., PyCharm, VS Code, Jupyter Notebook)
Running Your First Python Program
o Interactive Mode vs. Script Mode
o Python’s print() Function
Conditional Statements:
o if, elif, else
Loops:
o for, while
o Loop Control Statements (break, continue, pass)
Lists:
o Creating, Accessing, and Modifying Lists
o List Methods (append(), remove(), sort(), reverse())
Tuples:
o Creating and Accessing Tuples
Dictionaries:
o Creating, Accessing, and Modifying Dictionaries
o Dictionary Methods (keys(), values(), items())
Sets:
o Creating and Using Sets
o Set Operations (union(), intersection())
String Manipulation:
o String Methods (split(), replace(), lower(), upper())
o String Slicing
File Handling:
o Reading from Files (open(), .read())
o Writing to Files (.write(), .writelines())
Module 7: Error Handling
Web Scraping:
o Using requests and BeautifulSoup
Automating Tasks:
o Working with os and shutil
Introduction to APIs:
o Consuming APIs with requests
o Working with JSON Data
Assessment:
References:
Schedule:
Duration: 12 Weeks
Weekly Sessions: 2 hours/session (Lecture + Hands-on Practice)
Final Project Presentation: Week 13
This syllabus provides a well-rounded introduction to Python, catering to beginners and
intermediate learners aiming to use Python in diverse fields.