|
Introduction to Python
|
|
|
|
History
|
|
|
|
Features
|
|
|
|
Installation
|
|
|
|
Operators
|
|
|
|
Variables
|
|
|
|
Introduction to Datatypes
|
|
|
|
Numbers, Strings, Lists, Tuples, Dictionary
|
|
|
|
Programming Concepts
|
|
|
|
If else, Else if statements
|
|
|
Functions and Modules
|
|
|
|
Defining a Function, Calling a function, Function arguments
|
|
|
Importing Modules
|
|
|
|
Advanced Python Concepts
|
|
|
Object Oriented Programming
|
|
|
|
Class and objects
|
|
|
|
Super and sub class
|
|
|
|
Constructor
|
|
|
|
Inheritance
|
|
|
|
Files and Exception Handling
|
|
|
|
Opening and closing a file
|
|
|
|
Reading and writing on a file
|
|
|
|
File methods Exception handling Raising an exception
|
|
|
GUI Development using Tkinter
|
|
|
|
Introduction to Tkinter
|
|
|
|
Tkinter programming, Tkinter widgets
|
|
|
|
Standard attributes
|
|
|
|
Geometry management
|
|
|
|
Basic Widgets and Advanced Widgets
|
|
|
|
Using radio buttons
|
|
|
|
Using check box
|
|
|
|
Spin box
|
|
|
|
Scroll bar and slider
|
|
|
|
List widget
|
|
|
|
Display system clock time
|
|
|
|
Working with calendar
|
|
|
|
Combo box
|
|
|
|
Combo box
|
|
|
|
Displaying table
|
|
|
|
Displaying graphics
|
|
|
Django
|
|
|
|
Basic Study of Django Framework
|
|
|
|
What is Django?
|
|
|
|
Where did it come from?
|
|
|
|
What does Django code look like?
|
|
|
|
Installing Django
|
|
|
|
Django Templates and Form Details
|
|
|
|
What is Django?
|
|
|
|
Where did it come from?
|
|
|
|
What does Django code look like?
|
|
|
|
Django Admin Customization
|
|
|
|
Registering models
|
|
|
|
Creating a super user
|
|
|
|
Logging in and using the site
|
|
|
|
Advanced configuration
|
|
|
|
Rest APIs and User Authentication
|
|
|
|
Project setup, Views, URLs
|
|
|
|
Settings, Testing our API
|
|
|
|
Enabling authentication Creating users and groups
|
|
|
|
Setting up your authentication views, Permissions
|
|
|
|
Deploying Django Framewok
|
|
|
|
Production environment
|
|
|
|
Choosing a hosting provider
|
|
|
|
Getting your website ready to publish
|
|
|
|
Installing local library
|
|
|
Python FLASK Framewok
|
|
|
|
Introduction
|
|
|
|
What Is Flask ,Why Use Flask?
|
|
|
|
Installing Flask
|
|
|
|
Setting Up Our Development Environment
|
|
|
|
Locally Using our Operating System
|
|
|
|
Introduction to Virtual ENV and PIP
|
|
|
|
Locally Using Docker
|
|
|
|
Using a Cloud-Based IDE
|
|
|
|
The Code Editor
|
|
|
|
Installing Flask
|
|
|
|
Our Initial App
|
|
|
|
Debugging
|
|
|
|
Routing
|
|
|
|
Using url_for
|
|
|
|
The GET, POST method
|
|
|
Advanced Python Concepts
|
|