Course Description
Python is mainly stated as high-level, general-purpose programming language, which emphasizes code readability. The syntax helps the programmers to express their concepts in few general "lines of code" when compared with other promising languages, like Java or C++. Through our courses, you can easily construct clear programs, on both large and small scales.As the importance of Python programming language is gaining huge popularity, therefore; the need to understand and know the language is increasing among people. When you think about Python training, you must look for an Ducat expert help.
Introduction to Python
- What is Python..?
- Installing Python
- How to execute Python program
- Getting help
- Writing your first program
Python Basics
- Python keywords & Identifiers
- Python Indentation
- Comments
- Getting user input
- Exercise
Variables And DataTypes
- Variables
- Numbers
- Strings
- Lists
- Tuple
- Dictionary
- Exercise
Decision Making Loops
- Control Flow Statements
- While loop
- for loop
- break & continue statement
- pass statement
- Exercise
Functions
- Introduction
- Calling a function
- Function arguments
- Built-in functions
- Scope of variables
- Passing function to a function
- Decorators
- Lambda
- Exercise
Modules And Packages
- What is module..?
- Importing module
Advanced Python Django
- What is django..?
- Installing django
Django Views
- About view function
- Http Request & HttpResponse
- How to create views..?
Django Models
- Define models
- Setting up database access
- Creating django apps
- Defining model fields
- Creating a model
- How to create tables for models in Database
- Adding Model String Representations
- Inserting & updating Data
- Filtering Data
- Ordering Data
- Slicing Data
- Deleting Objects
Django Forms
- Html forms
- GET & POST methods
- Form fields in django
- Building a form in Django
- Placing form instance into the templates context
Django Admin Interface
- Enabling admin interface
- Creating admin user