Certified Python Developer
- Offered byVSkills
Certified Python Developer at VSkills Overview
Duration | 40 hours |
Total fee | ₹3,499 |
Mode of learning | Online |
Credential | Certificate |
Future job roles | Senior Infromation processing specialist, Technical Leader , CMS, Mainframe System Analyst |
Certified Python Developer at VSkills Highlights
- Earn a certificate of completion from Vskills
- Get Lifelong e-learning access
Certified Python Developer at VSkills Course details
- For those who want to excel in the programming field
- Python programming principles: program flow, control structures, data structures, object oriented python
- Python basics: variables, operators, loops, conditionals, functions
- Working with XML, files & modules
- Exception handling
- Applications of python programming
- In this python certification course, you will learn about programming concepts in Python & how to apply python programming concepts & principles in real applications
- Python is a widely used high-level object-oriented programming language used for general-purpose programming
- Vskills Certification in Python Programming develops your skills on various areas like Data Structures, Object Oriented Python, Working with XML, Working with Files & Working with Modules etc
- After completing the Python Programming certification course one should be able to develop and work on python related projects
- Python is applied in many areas like web development, data analytics, game development & even robotics and artificial intelligence. Companies like Google, Yahoo! & IBM use Python
Certified Python Developer at VSkills Curriculum
Introduction to Python
Welcome to this Course!
Overview of the Course Curriculum
Our Python Coding Environment
Writing the First Code! Variables and Printing
Numbers in Python
Calculating the Remainder of a Division
Python Strings
Python String Formatting
Getting a User Input in Python
Booleans and Comparisons in Python
AND and OR in Python
Lists in Python
Tuples in Python
Sets in Python
Advanced Set Operations
Python Dictionaries
Length and Sum
Joining a list
Python Fundamentals
If Statements in Python
While Loops in Python
For Loops in Python
Destructuring Syntax
Iterating over Dictionaries
Break and Continue
The Else Keyword with Loops
Finding Prime Numbers with For Loops
List Slicing in Python
List Comprehension in Python
Comprehensions with Conditional Statements
Set and Dictionary Comprehensions
The Zip Function
Functions in Python
Arguments and Parameters
Functions and Return Values in Python
Default Parameter Values
Lambda Functions in Python
First Class and Higher Order Functions
Milestone Project 1
Installing Python on your Computer
Installing PyCharm on your Computer
Creating the First PyCharm Project
Setting up the PyCharm Font and Display Settings
Milestone Project Brief
Milestone Project Implementation
Showing the User Movies
Finding Movies and Retrieving Details
Object-Oriented Programming with Python
Intro to Object-Oriented Programming with Python
More about Classes and Objects
Parameter Naming in Python
Magic Methods in Python
Inheritance in Python
The @property Decorator
The @classmethod and @staticmethod Decorators in Python
More @classmethod and @staticmethod Examples
Errors in Python
Intro to Errors in Python
Built-in Errors in Python
Raising Errors in Python
Creating Errors in Python
Dealing with Python Errors
The On-success Block and Re-raising Exceptions
Debugging with PyCharm
Files in Python
Files in Python
Python Exercise: Copying Files
CSV Files with Python
JSON Files with Python
Using the “with” Syntax in Python
Importing Files
Python Relative Imports: Children
Python Relative Imports: Parents
Importing Errors and Running as a Python Script
Databases in Python and Milestone Project 2
Intro to Milestone Project 2
Milestone Project with Lists
Storing Books in Files
Using JSON instead of CSV
Intro to Databases in Python
Using SQLite in Python
Some Database Jargons
Creating Books Table Using Python
Inserting Books Using Python
SELECT Examples
Getting All Books
UPDATE and DELETE Statements
Filtering using the WHERE Clause
Finishing the Milestone Project
Ordering and Limiting
Developing the Context Manager in Python
Errors in Context Managers
Type Hinting in Python
Typing in Python
Further Reading