Fybca Sem 2 - PS Syllabus-006301205
Fybca Sem 2 - PS Syllabus-006301205
Course Code:006301205
COURSE
OBJECTIVE(S):Theobjectiveofthiscourseistoguide/helpstudentsindevelopingMathematicalAbilities
relevanttoComputerScience.
COURSE CONTENT(S):
Module Weightage
Content Hours
No. (%)
1. Python Fundamentals
Concepts of Interpreter based programming language ,
Structure of Python Programming language, Python code
Indention and execution , Python Variables, Naming of
variables and Dynamic declaration of variables,
Comments in Python, Assigning values to multiple
08 20%
variables, Global variables, Python Data types, Text(str),
Numeric Type(int, float, complex),Boolean(bool),
Setting Data types, Type conversion(int, float,
complex),casting(int, float, str), User defined function,
Defining function, Function with Parameters, Parameter
with default value, Function with return value
2. Python Strings and Operators
Text Book(s):
Title of the Book Author(s) Publication
Learning Python Mark Lutz TMH
Core Python Programming Wesley J Chun -
Python for Everybody: Exploring Charles Severance -
Data in Python 3
Reference Book(s):
Title of the Book Author(s) Publication
An Introduction to Python van Rossum Guido -
Core Pyhton Application Wesley J Chun Prentice Hall -
Programming
COURSE EVALUATION:
R Level U Level A Level N Level E Level C Level
20 30 20 10 10 10
Legends:R:Remembrance;U:Understanding;A:Application,N:AnalyzeandE:Evalu
ateC:Create andaboveLevels(Revised Bloom’s Taxonomy)
COURSE OUTCOMES:(Limited it to 4 to 6)
Sr. No. CO Statement
CO-1 Students will be proficient working on conditional statements, iterative Statements and
fundamentals of programming concepts using Python.
CO-2 Students will be able to represent compound data using lists, tuples and dictionaries in
Python programs.
CO-3 Students will be able to develop real world application.
CO-4 Students will learn important libraries like Numpy, Pandas which are useful in Data
analysis, Machine Learning.
CO-5 Students can understand the import module in another modules.