Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
82 views

Python Course PPT

python ppt
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
82 views

Python Course PPT

python ppt
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 10

MOOCS COURSE: PYTHON

o TUSHAR BHATT

o B TECH (CSE) V SEM


o ROLL NO. 47 SEC-D
o UNIVERITY ROLL NO.- 2161336
COURSE COMPLETION
CERTIFICATE

Sensitivity: Business Internal


THE COURSE COVERED:
o In the above listed course, I was able to learn python
language from its initial point to its completion stage
covering its vast libraries and how to utilize those
libraries in projects.

o And due completion of the course I was able to complete


a project on facial recognition using some of the libraries
like Open CV and Numpy.

o Git hub link for the project :-


https://github.com/tushar29blank/Face-Recognition-
for-Attendance-Monitoring

TEACH A COURSE 3
Conditional Statements Looping structures (for, Functions and their usage
while)
(if, elif, else)

TEACH A COURSE 4
Lists:
•Description: An ordered collection of items that can be of different data types.
•Usage: Used for storing and manipulating sequences of data.

Code

Tuples:
•Description: Similar to lists but immutable (elements cannot be changed after creation).
•Usage: Suitable for fixed collections where the order matters but the data should not be
modified.

Code

Sensitivity: Business Internal


Dictionaries:
Description: A collection of key-value pairs, where each key must be unique.

Usage: Ideal for fast lookup operations and associating values with specific keys.

Strings:
Description: Sequences of characters; immutable like tuples.

Usage: Used to represent and manipulate textual data.

TEACH A COURSE 6
Classes in Python:
•Definition: A class is a blueprint for creating objects. It
defines a data structure that bundles data and functions
that operate on the data into a single unit.
•Usage: Classes are used to model real-world entities and
represent them in code. They encapsulate attributes (data)
and methods (functions) that operate on the data.

Inheritance in Python:
•Definition: Inheritance is a mechanism where a new
class (subclass or derived class) inherits properties and
behaviors from an existing class (base class or parent
class).
•Usage: It allows code reuse and the creation of a
hierarchy of classes. The subclass can extend or override
the functionality of the superclass.
Sensitivity: Business Internal
THE PROJECT: Attendance Monitoring
Through Facial Recognition
 UPPER HAND : It can be helpful for any status updation
(here attendance) by the facial data taken as input and is faster
and more accurate than the typical manual way.

 WORKING :
• It works on python and its 2 libraries Numpy and Opencv .

• Opencv has a cascade classifier for detection of objects in which


there is a face cascade classifier that detects the face by the
distance between the eyes ,the nose size and other facial features
that distinguish us.

8
Conclusion
 This Python course has been an insightful
journey.

 Starting with the basics and progressing to


advanced concepts, I've honed practical
coding skills.

 Exploring the concepts of data science with


Python aligned with my interests.

 The final project was a rewarding challenge.


As I conclude, I'm equipped with valuable
Python skills for real-world applications.
Excited for what lies ahead in my coding
journey!
Thank you..

You might also like