0% found this document useful (0 votes)
11 views4 pages

Python Programming Course Syllabus

This syllabus outlines a Python course divided into 5 modules covering Python basics like types and variables, common data structures like lists and dictionaries, programming fundamentals like conditions and functions, working with data using files and the Pandas library, and using the Numpy library to work with multi-dimensional arrays. The modules progress from introductory Python concepts to more advanced data analysis and scientific computing topics.

Uploaded by

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

Python Programming Course Syllabus

This syllabus outlines a Python course divided into 5 modules covering Python basics like types and variables, common data structures like lists and dictionaries, programming fundamentals like conditions and functions, working with data using files and the Pandas library, and using the Numpy library to work with multi-dimensional arrays. The modules progress from introductory Python concepts to more advanced data analysis and scientific computing topics.

Uploaded by

Abraham R Daniel
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

Syllabus

Module 1 - Python Basics

o Your First Program

o Types

o Expressions and Variables

o String Operations
Module 2 - Python Data Structures

o Lists and Tuples

o Sets

o Dictionaries

Module 3 - Python Programming Fundamentals

o Conditions and Branching

o Loops

o Functions
o Objects and Classes

Module 4 - Working with Data in Python

o Reading Files with Open

o Writing Files with Open

o Loading Data with Pandas

o Working with and Saving Data with Panda

Module 5 - Working with Numpy Arrays

o One Dimensional Numpy


o Two Dimensional Numpy

o Simple APIs

You might also like