Syllabus
Unit I
Introduction: History of Python, Need of Python Programming, Applications Basics of Python Programming, Running Python Scripts, Installing Python on Your Computer, Using the Terminal Command Prompt, IDLE, and Other IDEs, Variables, Assignment, Keywords, Input-Output, Indentation.Types, Operators and Expressions: Types – Integers, Strings, Booleans; Operators- Arithmetic Operators, Comparison (Relational) Operators, Assignment Operators, Logical Operators, Bitwise Operators, Membership Operators, Identity Operators, Expressions and order of evaluations Control Flow- if, if-elif-else, for, while, break, continue, pass .Case Study: An Investment Report and Approximating Square Roots.
Unit II
Data Structures: Lists – Operations, Slicing, Methods; Tuples, Sets, Dictionaries, Sequences Comprehensions. Case Study: Nondirective Psychotherapy.
Unit III
Functions: Defining Functions, Calling Functions, Passing Arguments, Keyword Arguments, Default Arguments, Variable-length arguments, Anonymous Functions, Fruitful Functions (Function Returning Values), Scope of the Variables in a Function – Global and Local Variables.
Modules: Creating modules, import statement, from. Import statement, name spacing. Python packages: Introduction to PIP, Installing Packages via PIP, Using Python Packages. Text Files: Text Files and Their Format, Writing Text to a File, Writing Numbers to a File, Reading Text from a File, Reading Numbers from a File, Accessing and Manipulating Files and Directories on Disk. Case Study: Gathering Information from a File System
Unit IV
Data Gathering and Cleaning: Cleaning Data, Checking for Missing Values, Handling the Missing Values, Reading and Cleaning CSV Data, Merging and Integrating Data, Reading Data from the JSON Format.
Regular expressions: Character matching in regular expressions, Extracting data using regular expressions, Combining searching and extracting and Escape character. Case Study: Detecting the e-mail addresses in a text file.
Unit V
Popular Libraries for Data Visualization in Python: Matplotlib, Seaborn, Plotly, Geoplotlib, and Pandas. Data Visualization: Direct Plotting, Line Plot, Bar Plot, Pie Chart, Box Plot, Histogram Plot, Scatter Plot, Seaborn Plotting System, Strip Plot, Box Plot, Swarm Plot, Joint Plot, Matplotlib Plot, Line Plot Bar Chart, Histogram Plot, Scatter Plot, Stack Plot and Pie Chart.
Coding Simple GUI-Based Programs: Windows and Labels, Displaying Images, Command Buttons and Responding to Events, Viewing the Images of Playing Cards, Entry Fields for the Input and Output of Text, and Using Pop-up Dialog Boxes. Case Study: A GUI-Based ATM
Objectives and Outcomes
Course Outcomes:
CO-1: Understand the basic data types, operators, expressions, conditions and looping statements
CO-2: Understand and apply data structure concepts and function calls in Python.
CO-3: Familiarise with functions, modules, packages and libraries in Python
CO-4: Execute the Python programme for data cleaning and reading data from different file formats.
CO-5: Understand and apply various Data Visualization plots
CO-PO Mapping:
|
PO1
|
PO2
|
PO3
|
PO4
|
PO5
|
PO5
|
PO6
|
PO7
|
PO8
|
PO9
|
PO10
|
PO11
|
PO12
|
CO1
|
2
|
3
|
2
|
2
|
2
|
2
|
2
|
|
|
|
|
3
|
2
|
CO2
|
2
|
3
|
2
|
2
|
2
|
2
|
2
|
|
|
|
|
3
|
2
|
CO3
|
2
|
3
|
1
|
2
|
2
|
3
|
3
|
|
|
|
|
3
|
2
|
CO4
|
2
|
2
|
1
|
2
|
2
|
2
|
3
|
|
|
|
|
3
|
2
|
CO5
|
2
|
2
|
1
|
2
|
2
|
2
|
3
|
|
|
|
|
3
|
2
|
Text Books / References
Text Books/ Reference Books:
- Chun, (2006) Core python programming. Prentice Hall Professional.
- Embarak, (2018). Data Analysis and Visualization Using Python: Analyze Data to Create Visualizations for BI Systems. Apress.
- Lambert, A. (2011). Fundamentals of Python: First Programs. Cengage Learning.
- Severance, (2013). Python for informatics: Exploring information. Create Space.
- https://www.w3schools.com/python
- Learning Python, Mark Lutz, Orielly
- Python Programming: A Modern Approach, Vamsi Kurama, Pearson
- VanderPlas, (2016). Python data science handbook: Essential tools for working with data. ” O’ Reilly Media, Inc.”.