Log In
Or create an account ->
Imperial Library
Home
About
News
Upload
Forum
Help
Login/SignUp
Index
Introduction
Understanding The Python Coding language
The Evolution of Python Language Over the Years
Features of Python
Applications of Python
Python Frameworks and Their Real World Usage
Getting Python on Y our System
Installing the Interpreter on Python
Features of Python Interpreter
The Python Code Basics
Types of Data
The Keywords
The Importance of the Identifiers
Using Quotations
The Statements
Working with The Control Flow
The Variables, Indentation, Class and Objects, and the Operators
Working with Conditional Statement
If statements
If-else statements
If-Then-Else Statements
Elif Statements
Nested if-else statements
Elif Ladder
If-Else In One Line
If-Else Statements in One Line
Elif Statements In One Line
How Do Loops Work?
Loop Control Statements
Python Break Statement
Python Continue Statement
Python Pass Statement
Understanding the for Loop
Working with While Loop
The Nested Loop
Writing an Exception in Your Code
Exceptions Versus Syntax Errors
Can I Raise My Own Exceptions in the Code?
The AssertionError Exception
The Try and Except Block: Handling Exceptions
The Else Clause
Cleaning Up After Using Finally
Working with User-Defined Functions
Importance of User-Defined Functions
The Arguments of Functions Available
Writing Out Your Own User-Defined Functions
Function with Parameters
Inheritances in The Python Code
Different Forms of inheritance
Can I Override My Base Class?
A Final Note About Inheritances
Working with the Python Generators
How Does a Generator Work?
Why Use Generators in Python
How to Create a Generator in Python?
Differences Between Generator Function and A Normal Function
Python Generator Expression
The Differences Between “Yield” and “Return”?
Are There Specific Times When I Should Work with a Generator?
What are the Regular Expressions?
The Basic Patterns Present
Repetitions
Groups and Grouping Using Regular Expressions
The Match Function
The search Function
Matching Versus Searching
Regular Expression Modifiers: Option Flags
Doing Queries with the Help of Regular Expressions
Using re.VERBOSE
The Classes and the Objects in Python
What Is a Class?
How to Create a Class
Attributes and Methods in Class
A Word About Names and Objects
Python Scopes and Namespaces
Class Definition Syntax
Class Objects
Instance Objects
Method Objects
Class and Instance Variables
Operators and Their Functions
Types of Operators
Working with The Arithmetic Operator
Working with the Comparison Operators
Working with the Logical Operators
Working with the Assignment Operators
The Variables in the Python Language
How Do I Assign a Value Over to the Variable?
Private Variables
Troubleshooting A Python Program
Print Out the Code Often
After Small Changes. Run the Code to Check It Out
Take the Time to Read Any Error Messages
Guess on the Fix and Then Check It Out
Use the Process of Commenting Out the Code
Ask Someone for Help If It Is Needed
Conclusion
← Prev
Back
Next →
← Prev
Back
Next →