What is this course about ?
Get The Latest Version
Installation Guide
(optional-additional content) Obtaining IDLE for Python Course
Everybody’s rights and consent are important for us !
Section 1: Start Coding With Python
(for beginners) How To Launch IDLE
Start Coding With Python ! —Display Message Using print() Function
Repeat The Example Step By Step —print() function
Practice (Practice Together)
Comments In Python —# (Hash) Sign
Repeat The Example Step By Step —Comments In Python
Section 2: Variables And Identifiers In Python
Starting Up With Variables
Introduction To Variables In Python
type() Function
Repeat Step By Step
(optional-additional content) Video for the following reference document
(reference)Rules For Identifiers, Reserved Words In Python
(reference)Naming Convention
Practice
Sample Code For Practice
Sample Solution/Code For The Question In Practice
Section 3: Introduction To Standard Types In Python
Introduction To Standard Types In Python
Introduction To Numeric Types (int, float)
Sample Codes Used In Numeric Types (int, float)
Introduction To Strings —str, Single-Double-Triple Quotes
Video-Slide – The Use Of Index Numbers For Strings (Intro To Index Numbers)
Sample Codes Used For Strings
Introduction To Lists
Sample Codes For Lists
Introduction To Tuples
Sample Codes For Tuples
Introduction To Dictionaries
Sample Code For Dictionaries
Practice
Possible Interview Questions
Section 4: input() Function And Type Casting
Getting User Input — input() Function
Summation Of Two String Values —Adding Strings; input() Returns String Value
Casting A String To int — int()
Casting A String To Float — float()
Practice & Sample Solution
Section 5: Basic Operations In Python
Basic Arithmetic Operations In Python
Sample Code For Basic Arithmetic Operations In Python
Order Of Major Arithmetic Operations In Python
Sample Code
Logical Operations in Python —not, and, or
Sample Code For Logical Operations in Python —not, and, or
Quick Exercise
Comparison Operations
Sample Code For Comparison Operations
Bitwise Operators In Python
Assignment Operators In Python
(reference)List For The Order Of Operators In Python
Section 6: Making Decisions — if-elif-else
if Statement
Sample Code For if Statement
else Statement
Sample Code For else Statement
elif Statement
Sample Code For elif Statement
Indentations In Conditional Statements
Section 7: More Operations
Identity Operators — is, is not
Membership Operators — in, not in
Section 8: Loops
while Loop
for Loop
break, continue, pass Statements (Using In while Loop)
continue – break – pass Statements (Using for Loop)
How To Implement Infinite Loop Using while Loop?
Section 9: Functions
Review Of How We Used Python Functions
How To Define & Call Function
Functions With Arguments/Parameters
Functions With Default Argument/Parameter Values
Using Language Defined Identifier In Function — __doc__
Returning Values — return
Anonymous Functions Using lambda keyword — lambda
Section 10: Classes
Introduction
Creating Classes
Creating Object
Accessing Members
Class Variable
Garbage Collection
Inheritance
Using Sub-Class As Super-Class
Section 11: Strings (Optional Content To Learn More On Strings)
Indexing
Slicing
Summation
Obtaining String From A Non-String
Membership Operations With Strings
String Methods
Backslash
Entering Quotation Mark Within A String Value
Section 12: Lists
Quick Review
Slicing
None & Empty Lists
Summation & Multiplication
min(), max(), len() Functions
list() Function
Membership Operations
Assigning Slices Of The List To Another List
Assigning To Slice Of A List
Deleting And Modifying The List Members
List Methods
Summary Of The Section
Section 13: Tuples
Quick Review
tuple() Function
Accessing Member & Slicing
Section 14: Modules
Modules
Practice Together – Modules
Creating And Using Modules In Python
Structure Modules Into A Package
Summary Of The Section
Section 15: Exception Handling
Introduction To Exceptions In Python — try-except
Conduct Tasks Either Exception Is Thrown Or Not — finally
Summary
Using Infinite Loop — try-except-else
Section 16: Useful Tips
Contiuation Character
Multiple Statements
Multiple Assignment, Swapping, Chained Assignment
Random Number
Function Call With Different Name
Python Code From Command Prompt
Python Shell
Perform From Command Prompt
write() Function
Quick Summary
Section 17: File Processing
How To Open Text FIle With Python
How To Remove Space When We Display The Document’s Content
Indicating Read Mode
Quick Summary
Section 18: SQLite & Python
Introduction
Create Table
Drop Table
Insert Value
Retrieve Records
Section 19: XML & Python
Introduction To XML
Introduction To How To Code With Python For XML Related Tasks
Section 20: Introduction to HTML
Introduction For The Section
How To Create HTML Document
Let’s Implement It Using Notepad++ & Run It On Your Computer
Headings
Style
More Style
Formatting
Line Break, Thematic Break
Image
Hyperlink
Sample (To Summarize The Section Using Notepad++)
Section 21: Introduction to CSS
Let’s Start
IDs
Style Tags
Section 22: Introduction to DJANGO
Introduction For The Section
(Optional) Installation Of Python 2.7.8
start project
settings.py
startapp
Model
admin.py
Add&Remove Data From Admin Page
View Connection
Templates
views.py
Working On The Template For A Better Display
Put Template Into The Folder
Add Hyperlink To The Template
Quick Summary
Section 23: MongoDB & Python
Introduction
Installation Of PyMongo
Installation Of MongoDB
Basics Of MongoDB
Sample Code
Quick Summary
Section 24: Graphical User Interface Development With Python & Tkinter
Introduction
Empty Window Example
Message Box Widget
Button Widget
Label Widget
Entry Widget
Section 25: Introduction to The Use Of Python With Other Technologies
Quick Introduction On Pillow – PIL (Python Imaging Library)
Quick Introduction On wxPython (For Graphical User Interface Development)
Quick Summary




Reviews
There are no reviews yet.