COURSE DESCRIPTION
Python is a popular programming language. Python can be used on a server to create web applications, alongside software to create workflows. Python can connect to database systems. It can also read and modify files. Python can be used to handle big data and perform complex mathematics. Python works on different platforms (Windows, Mac, Linux, Raspberry Pi, etc.).Python has syntax that allows developers to write programs with fewer lines than some other programming languages. Python runs on an interpreter system, meaning that code can be executed as soon as it is written. This means that prototyping can be very quick. Python can be treated in a procedural way, an object-oriented way or a functional way.
Course Features
- Lectures 33
- Quizzes 0
- Duration 55 hours
- Skill level All levels
- Language English
- Students 27
- Assessments Yes
Curriculum
- 1 Section
- 33 Lessons
- 8 Weeks
- Content Outline33
- 1.1Python Intro
- 1.2Python Syntax
- 1.3Python Comments
- 1.4Python Variables
- 1.5Python Data Types
- 1.6Python Numbers
- 1.7Python Casting
- 1.8Python Strings
- 1.9Python Booleans
- 1.10Python Operators
- 1.11Python Lists
- 1.12Python Tuples
- 1.13Python Sets
- 1.14Python Dictionaries
- 1.15Python If…Else
- 1.16Python While Loops
- 1.17Python For Loops
- 1.18Python Functions
- 1.19Python Arrays
- 1.20Python Classes/Objects
- 1.21Python Polymorphism
- 1.22Python Inheritance
- 1.23Python Iterators
- 1.24Python Scope
- 1.25Python Modules
- 1.26Python Dates
- 1.27Python Math
- 1.28Python JSON
- 1.29Python RegEx
- 1.30Python PIP
- 1.31Python Try…Except
- 1.32Python User Input
- 1.33Python String Formatting