Online Python Training
- Offered byDUCAT
Online Python Training at DUCAT Overview
Duration | 2 months |
Mode of learning | Online |
Difficulty level | Beginner |
Credential | Certificate |
Online Python Training at DUCAT Highlights
- Earn a certificate after successful completion of the program
- Students will get to build a live project showcasing their skills
- The institute ensures that candidates get placed with MNCs after six months of graduating
- The institute partners with certified prominent MNCs
Online Python Training at DUCAT Course details
- For aspirants with somewhat knowledge in the computer field can apply for this training program
- Write python scripts, unit test code
- Programmatically download and analyze data
- Learn techniques to deal with different types of data, i.e., ordinal, categorical, encoding
- Learn data visualization
- Python programming language is a general-purpose, dynamic, high level, and powerful programming Language
- It supports object oriented programming ways to develop applications
- It is effortless and straightforward to learn and provides lots of high-level data structures
- Python is simple to learn & powerful and versatile scripting language, which creates it appealing for application development
Online Python Training at DUCAT Curriculum
Introduction To Python
Why Python
Application areas of python
Python implementations
Cpython
Jython
Ironpython
Pypy
Python versions
Installing python
Python interpreter architecture
Python byte code compiler
Python virtual machine(pvm)
Writing and Executing First Python Program
Using interactive mode
Using script mode
General text editor and command window
Idle editor and idle shell
Understanding print() function
How to compile python program explicitly
Python Language Fundamentals
Character set
Keywords
Comments
Variables
Literals
Operators
Reading input from console
Parsing string to int, ?oat
Python Conditional Statements
If statement
If else statement
If elif statement
If elif else statement
Nested if statement
Looping Statements
While loop
For loop
Nested loops
Pass, break and continue keywords
Standard Data Types
Int, ?oat, complex, bool, nonetype
Str, list, tuple, range
Dict, set, frozenset