Python course
- Offered byEDUCBA
Python course at EDUCBA Overview
Duration | 3 hours |
Mode of learning | Online |
Official Website | Go to Website |
Credential | Certificate |
Python course at EDUCBA Highlights
- Certification will be isued after completion of course
Python course at EDUCBA Course details
- Students
- Professionals
- Anyone interested in learning Python
- This Free Certification Course includes a comprehensive online Python course with 2+ hours of video tutorials and Lifetime Access. You get to learn the basic concept of Python, how to set up the environment, the need for Python, you will be also learning about python calculator, strings, lists and indices, loops, flow control systems and also about defining functions.
- The Python Course covers the different programming aspects of Python. This course requires only 2h 49m to complete. Python-related programming paradigms are well described in the form of hands-on video content.
- This Course gives complete installation and usage of Python and its runtime environment The course can be chosen by learners of all levels irrespective of the expertise levels It has five chapters in the course curriculum that explains the features of Python Programming constructs There are different practical examples and small projects developed and explained using Python coding in this course.Python’s syntax and semantics are easily readable and maintainable. The indentations followed for the programming semantics are different for different programming constructs such as functions definitions, statements, expressions, control structures, etc. Python is portable, extendable, scalable, contains broad libraries or APIs, and has an interactive mode in the form of GUI which is interpreted. It provides features to connect to almost all the types of databases available
Python course at EDUCBA Curriculum
Introduction to Python
version features released
environment setup which gives details about the python run time environment setup using windows environment variables
enable to run the python programs and examples such as Python calculator in the form of small projects
Strings in Python
inbuilt pre-defined methods and Strings that can be used.
Several data structures and their applications
Data structures like Lists and Indices
in the form of objects to store different data types and operating and manipulating those objects based on the type of applications
Different control loop structures
Type of control flow structures
Several defining functions
Its applications and usage
argument values
defining functions
Arguments, and few examples about its usage
several functions with and without the arguments or parameters are explained clearly.