This course provides not only an introduction to Python programming but also gives deep knowledge of Data science, AI/ML along with web frameworks like Flask and Django

120 hours (2 months)
Center, Online
KLiC Python
This course includes:
  • Language: English
  • Duration: 120 hours (2 months)
  • Learning Mode: Center, Online
  • Jurisdiction: Nationwide
  • Certificate of Completion

Eligibility
  • Learner should preferably a std. 10th Pass student (Not Compulsory)
  • It is desirable that Learner should have done MS-CIT Course (Not Compulsory)

Introduction

  • The goal of this course is to enable learners to promptly start coding by providing an introduction to the many tools, packages, modules, and libraries available for writing and running various Python codes. In this course, you'll get practical programming expertise and get ready for a rewarding future as a Python Programmer.

  • Work on real-world projects to earn your python certification and gain practical experience.

What you'll learn ?

  • Basics of Python Programming like Data types, Variables, Conditional statements, Loops, Functions, File handling, Regular expression, OOPs and many other concepts of Python.

  • Introduction to Web frameworks like Flask and Django which covers basics and the advanced concepts like writing Python scripts, File operations in Python, working with Databases, creating Views, Templates, Forms, Models, and REST APIs.

  • This course also provides deep knowledge about the most in-demand skills in industry that is Data science and AI/ML.

  • To master Web Frameworks, Data Science, and AI/ML with Python, we have offered knowledge of front-end technologies like HTML,CSS and Databases like MySQL as well.

Certification

  • KLiC courses are recognised by Yashwantrao Chavan Maharashtra Open University (YCMOU).
  • MKCL provides certificate to the KLiC learner after his/her successful course completion.
  • Yashwantrao Chavan Maharashtra Open University (YCMOU) provides mark sheet to successfully passed KLiC learners (Jurisdiction: Maharashtra).

Important Dates

  • Batch Commencement: One batch in each calendar month (January to December)
  • Date(s) of Application and Fee Payment by Learner: 1st - 30th day of each calendar month
  • Date(s) of Learner Confirmation by ALC: 1st - 30th day of each calendar month
  • Course Start Date and Date of Issuing Learner Login: Date of admission confirmation

Academic Approach

The academic approach of the courses focuses on the “work-centric” education i.e. begin with work (and not from a book!), derive knowledge from work and apply that knowledge to make the work more wholesome, useful and delightful. The ultimate objective is to empower the Learner to engage in socially useful and productive work. It aims at leading the learner to his/her rewarding career as an employee or entrepreneur as well as development of the community to which s/he belongs. Learning methodology:

  • Step -1: Learners are given an overview of the course and its connection to life and work.
  • Step -2: Learners are exposed to the specific tool(s) used in the course through the various real-life applications of the tool(s).
  • Step -3: Learners are acquainted with the careers and the hierarchy of roles they can perform at workplaces after attaining increasing levels of mastery over the tool(s).
  • Step -4: Learners are acquainted with the architecture of the tool or tool map so as to appreciate various parts of the tool, their functions, utility and inter-relations.
  • Step -5: Learners are exposed to simple application development methodology by using the tool at the beginner’s level.
  • Step -6: Learners perform the differential skills related to the use of the tool to improve the given ready-made industry-standard outputs.
  • Step -7: Learners are engaged in appreciation of real-life case studies developed by the experts.
  • Step -8: Learners are encouraged to proceed from appreciation to imitation of the experts.
  • Step -9: After the imitation experience, they are required to improve the expert’s outputs so that they proceed from mere imitation to emulation.
  • Step-10: Emulation is taken a level further from working with differential skills towards the visualization and creation of a complete output according to the requirements provided. (Long Assignments)
  • Step-11: Understanding the requirements, communicating one’s own thoughts and presenting are important skills required in facing an interview for securing a work order/job. For instilling these skills, learners are presented with various subject-specific technical as well as HR-oriented questions and encouraged to answer them.
  • Step-12: Finally, they develop the integral skills involving optimal methods and best practices to produce useful outputs right from scratch, publish them in their ePortfolio and thereby proceed from emulation to self-expression, from self-expression to self-confidence and from self-confidence to self-reliance and self-esteem!

Register Online

Learner can choose any of the following option:

  1. Online Registration: Learner needs to visit www.mkcl.org/join and make an online payment for admission confirmation. Kindly refer online admission process guidelines for more details.
  2. Register at Center: Learner can contact preferable MKCL’s Authorised learning center and coordinate with them for registration process

Syllabus

  • What is Python
  • Python history
  • Versions of Python
  • Features of Python
  • Limitations of Python
  • Scripting language vs programming language
  • Applications of Python
  • Python2 vs Python 3
  • What is Python used for?
  • Flavours of Python
  • Python compared to other languages
  • Python vs Java
  • How Python works? What is byte code and pycache?
  • What is PVM
  • Compiler vs interpreter
  • Compile time vs runtime
  • Future Scope of Python and career opportunity
  • What is Memory Management
  • Three areas of Memory Management
    • Memory management at Hardware level
    • Memory management at OS level
    • Memory management at Application level
  • How important is memory management
  • What is Memory management in Python
  • Python memory allocation - Static memory and Dynamic memory
  • 2 parts of memory - Stack and Heap
  • Garbage collector
  • Reference counting in Python
  • Transfering the garbage collector
  • Importance of Performing Manual Garbage Collection
  • Python Memory Management
  • Common Ways to Reduce the Space Complexity
  • Python Installation on windows
  • Check Python version on windows
  • Verify Python is installed?
  • Verify pip was installed?
  • What is IDLE and editors
  • How to run Python program using IDLE
  • How to install visual studio
  • Executing Python program
  • Identifiers and rules to write identifiers
  • Constants and variables
  • Keywords or reserved keywords
  • Python comments
  • Python syntax
  • Lines and Indentation
  • Python user input
  • Text type
  • Numeric types
  • Sequence type (range vs xrange)
  • Mapping types
  • Boolean types
  • Binary types
  • None type
  • Type casting
  • Arithmetic operators simulation
  • Assignment operators simulation
  • Comparison operators simulation
  • Logical operators
  • Identity operators simulation
  • Membership operators simulation
  • Bitwise operators simulation
  • Precedence and Associativity of Operators
  • Ternary operator
  • What are control flow statements in Python?
  • Decision control statements
  • Python conditions and indentation
    • simple if flow
    • if else flow
    • nested If flow
    • if elif else flow
    • elif ladder
    • short hand if, if else flow
  • Multiple conditions in if using and or operator
  • What other languages do? Which one is better?
  • Transfer statements
  • Break
  • Continue
  • Pass
  • Iterative statement
  • For
  • While
  • Pattern programs
  • Data types in brief
  • How to define string
  • How to access string and indexing
  • String slicing
  • Mutable and immutable
  • Mathematical Operators for string (+,*)
  • Comparison of string
  • String membership
  • Format string
  • Escape character
  • Removing spaces from string
  • Finding substring
  • Counting substring and len()
  • Replacing a string
  • Splitting and Joining of string
  • Changing case of a string
  • Checking starting and ending part of the string
  • Methods to check type of characters present in string
  • Revision string methods
  • What is list and its creation
  • Accessing elements of list
  • Mutability and immutability
  • List Traversing
  • Functions of list - get information about list
  • Manipulating list
  • Ordering elements of list
  • AIterative statement
  • Use of mathematical operators for list
  • Comparison and membership operators
  • Nested list
  • List comprehension
  • What is tuple and how to create tuple
  • Accessing tuple
  • Mathematical Operators for tuple
  • Functions of tuple
  • Tuple Packing unpacking
  • Tuple comprehension
  • Difference between list and tuple
  • SET and its creation
  • Important functions of set
  • Mathematical Operations on set
  • Membership operators
  • Set comprehension
  • Set won't support slicing and indexing
  • Dictionary and its creation
  • Accessing dict data
  • Updating and deleting dict
  • Loop dictionaries
  • Important functions of dict
  • Dict comprehension and nested dictionaries
  • Functions and its types
  • Parameters
  • Return statement
  • Types of arguments part 1
  • Types of arguments part 2
  • Types of variable
  • Namespaces and Global keyword
  • Recursive function
  • Nested function
  • What is anonymous function
  • Difference between normal function and anonymous function
  • Lambda function in detail
  • Filter, map and reduce functions
  • Decorators
  • Calling decorators
  • Decorator chaining
  • Generators
  • Advantages of Generators
  • Generators vs Normal collections wrt performance
  • Generators vs Normal collections wrt performance
  • Iterators
  • What is Module
  • Module aliasing
  • Various possibilities of import
  • Reloading a module
  • Finding members of module by using dir()
  • The special variable name
  • What is package
  • init.py
  • What is library
  • Random module
  • Math module
  • Python Imaging Library (PIL)
    • MoviePy
    • pyscreenshot
  • What is Date Time module and its classes
  • Date class and its attributes
  • Date class methods
  • Time class and its attributes
  • Time class and its methods
  • DateTime class and its attributes
  • DateTime class and its methods
  • Timedelta class and its attributes
  • Timedelta class and its methods and operations supported
  • Tzinfo and timezone class
  • File handling basics and types of files
  • Opening a file with different modes and closing file
  • Various properties of file object
  • Writing data and reading data from text file
  • The with statement, seek(), tell()
  • OS module and working with directories
  • OS module functions
  • Running other programs from python program
  • Handling Binary data
  • Handling CSV file
  • Zipping unzipping files
  • Types of errors
  • What is Exception
  • Pythons Exception handling hierarchy
  • Customized try except - with try except, without try except
  • Control flow in try except
  • Printing exception information
  • Try with multiple except blocks
  • Single except block can handle multiple exceptions
  • Default except block
  • Finally block
  • Control flow try except and finally
  • Nested try except finally
  • Else with try except finally
  • All possible combinations of try except finally
  • Types of exceptions
  • What is log and log file in programming
  • Logging the exception
  • Logging levels
  • BasicConfig and formatting
  • Python logging getlogger
  • File handler working with file handlers
  • Different logger object
  • Classes and functions
  • Capturing stack traces
  • What is JSON
  • JSON to Python and Python to JSON
  • Json dumps
  • Json loads
  • Serializing deserializing
  • Pickling unpickling
  • Need of pickling and unpickling
  • What is Reg ex
  • Character classes
  • Quantifiers
  • Important functions of re module
  • Symbols
  • Web scrapping using reg exp
  • Programs related to reg exp
  • Multi Threading and its types
  • Ways of creating thread in Python
  • Difference in program with - without multi threading
  • Thread identification number(ident)
  • Function/methods on multithreading
  • Daemon Threads
  • Synchronization
  • Difference between lock and semaphore
  • Inter thread communication
  • What is class
  • How to define class
  • What is object
  • Reference variable
  • Self
  • Constructor
  • Difference between constructor and methods
  • Types of variables - instance variable, static variable, local variable
  • Types of methods - instance method, setter getter method, class method, static method
  • Inner class
  • Garbage collectors
  • Garbage collection methods
  • Destructor
  • What is inheritance
  • Super class sub class
  • Benefits of inheritance
  • Creating child class
  • Types of inheritance - single inheritance, multilevel inheritance, multiple inheritance, hierarchical inheritance, hybrid inheritance
  • What is Polymorphism
  • How to use Polymorphism
  • Duck typing (philosophy)
  • Strong typing and hasattr() function
  • Overloading and its types
  • Operator overloading
  • Method Overloading
  • Constructor overloading
  • Method overriding
  • Constructor overriding
  • What is encapsulation
  • Why we need encapsulation
  • How to achieve encapsulation in Python
  • Access modifiers in encapsulation
  • Private members
  • Public method to access private members
  • Name Mangling to access private members
  • Protected members
  • Public members
  • Advantages of encapsulation
  • Data Abstraction in Python
  • Why abstraction is important
  • Abstraction classes in Python
  • Abstract base class ABC and its working
  • What is database
  • Python supports various databases
  • Why we are using MySQL
  • MySQL driver installation
  • Learn to write connector
  • Creating connection
  • Check connection
  • Close connection
  • Create database
  • Create table
  • Primary key
  • Foreign key
  • CRUD operation
  • Close connection
  • MySQL INSERT
  • Cursor Methods and Execute methods
  • MySQL select
  • Fetch methods, row properties rowcount,id
  • MySQL WHERE
  • Wildcard characters
  • MySQL ORDER BY
  • MySQL DELETE
  • Commit and rollback
  • MySQL drop table
  • MySQL UPDATE
  • MySQL LIMIT
  • MySQL JOIN
  • Parameterized query, Tuple parameter,dictionary parameter
  • What is GUI programming?
  • Methods while creating the Python application with GUI - TK, mainloop
  • Widgets in tkinter application - Button, Canvas, Checkbutton, Entry, Frame, Label, Listbox, Menubutton, Menu, Message, Radio button, Scale, Scrollbar, Text, Toplevel, Spinbox, Pannedwindow
  • What is the purpose of collection module
  • Counters
  • Ordered dict
  • Default dict
  • Chainmap
  • Namedtuple
  • DeQue
  • UserDict
  • UserList
  • UserString
  • Python fundamental Programs
  • Calculator
  • Password Generator
  • Tic Tac Toe
  • Rock Paper Scissors
  • Chat Bot
  • BMI Calculator
  • Story Generator
  • Quizz
  • Create Acronyms
  • Introduction to Django
  • Django Project and App life cycle
  • Creating Project and App
  • Django Templates and Static
  • Django Models
  • Django Forms
  • Django Views
  • Django Sessions and Cookies
  • Django Serialization,Deserialization and Mixins
  • Django Authentication and Authorization
  • Django Middleware
  • Send Email in Django and CSV,PDF files and GIT & Github
  • Django Rest Framework Introduction
  • Django Rest Framework Serializer and Deserializer
  • Django Rest Framework Views
  • Django Rest Framework Authentication And Authorization
  • Django Rest Framework Pagination and Routers
  • Learn basics of Artificial Intelligence with Python
  • Learn basics of Machine Learning with Python
  • Learn Data Science basics with Python

Evaluation Pattern

Evaluation Pattern of KLiC Courses consists of 4 Sections as per below table:

Section No. Section Name Total Marks Minimum Passing Marks
1 Learning Progression 25 10
2 Internal Assessment 25 10
3 Final Online Examination 50 20
Total 100 40
4 SUPWs (Socially Useful and Productive Work in form of Assignments) 5 Assignments 2 Assignments to be Completed & Uploaded
YCMOU Mark Sheet

Printed Mark Sheet will be issued by YCMOU on successful completion of Section 1, Section 2 and Section 3 and will be delivered to the learner by MKCL.
YCMOU Mark Sheet will be available only for Maharashtra jurisdiction learners

MKCL's KLiC Certificate

The certificate will be provided to the learner who will satisfy the below criteria:

  1. Learners who have successfully completed above mentioned 3 Sections i.e. Section 1, Section 2 and Section 3
  2. Additionally, learner should have completed Section 4 (i.e. Section 4 will comprise of SUPWs i.e. Socially Useful and Productive Work in form of Assignments)
    • Learner has to complete and upload minimum 2 out of 5 Assignments

KLiC Courses Fee Structure for the year 2024

For Mumbai, Mumbai Suburb, Thane, Palghar and Raigad District Area under Mumbai Metropolitan Region Development Authority (MMRDA) Region and Revised Fee applicable from February 2024 Batch onwards as mentioned below:
KLiC Courses of 120 Hours:

Mode Total Fee (Rupees) Single
Instalment

(Rupees)
Two
Instalments

(Rupees)
Single Installment 6000/- 6000/- N/A
Two Installments 6200/- 3100/- 3100/-

Total fee is including of Course fees, Examination fees and Certification fees


For Thane, Palghar and Raigad District Area comes under (Non-MMRDA): Region: Fee applicable from January 2024 Batch onwards as mentioned below:
KLiC Courses of 120 Hours:

Mode Total Fee (Rupees) Single
Instalment

(Rupees)
Two
Instalments

(Rupees)
Single Installment 5000/- 5000/- N/A
Two Installments 5200/- 2600/- 2600/-

Total fee is including of Course fees, Examination fees and Certification fees


For all Districts of Maharashtra (except Mumbai, Mumbai Suburb, Thane, Palghar and Raigad Districts): Fee applicable from January 2024 Batch onwards as mentioned below:
KLiC Courses of 120 Hours:

Mode Total Fee (Rupees) Single
Instalment

(Rupees)
Two
Instalments

(Rupees)
Single Installment 5000/- 5000/- N/A
Two Installments 5200/- 2600/- 2600/-

Total fee is including of Course fees, Examination fees and Certification fees


Important Points:
* Above mentioned fee is applicable for all Modes of KLiC Courses offered at Authorised Learning Center (ALC) and at Satellite Center
* Total fee is including of Course fees, Examination fees and Certification fees
* MKCL reserves the right to modify the Fees of Courses during the year without any prior notice and MKCL shall not be liable to anyone for any such modification/s