Python Glossary

Important definitions and terminologies used in Python

ABCDEFGHIJKLMNOPQRSTUVWXYZOthers

A

Absolute import in Python

Abstract base class in Python

Abstract Base Classes (ABCs) in Python

Abstraction in Python

Access Arrays in Python

Access Dictionary Items in Python

Access List Items in Python

Access Set Items in Python

Access Tuple Items in Python

Adapter pattern in Python

Add Array Element in Python

Add Class Methods in Python

Add Class Properties in Python

Add Dictionary Item in Python

Add List Items in Python

Add Set Items in Python

Aggregation in Python

Algorithm in Python

Algorithmic complexity in Python

Alias in Python

Alias import in Python

Anaconda in Python

AND and OR in Python

Annotation in Python

Any() and All() Functions in Python

API in Python

Arbitrary argument list in Python

Argument in Python

Argument mutability in Python

Argument parser in Python

Argument unpacking in Python

Arithmetic Operators in Python

Array in Python

Array Length in Python

Array Methods in Python

Array slicing in Python

ASCII in Python

ASCII art in Python

Assign Values to Multiple Variables in Python

Assigning a String to a Variable in Python

Assignment Operators in Python

Asynchronous programming in Python

Attribute in Python

Go to Top

B

Backslash in Python

Base 64 encoding in Python

Base class in Python

Binary file in Python

Bitmask in Python

Bitwise operator in Python

Bitwise Operators in Python

Boolean in Python

Boolean logic in Python

Boolean Values in Python

Booleans and Comparisons in Python

Break in Python

Break and Continue in Python

Breakpoint in Python

Buffer in Python

Built-In Data Types in Python

Built-in Errors in Python

Built-in function in Python

Built-in Modules in Python

Bytecode in Python

Bytecode interpreter in Python

Go to Top

C

Call a Function in Python

Call stack in Python

Callable in Python

Callback function in Python

Chain of responsibility in Python

Change Dictionary Item in Python

Change List Item in Python

Change Tuple Item in Python

Check if Dictionary Item Exists in Python

Check if List Item Exists in Python

Check if Set Item Exists in Python

Check if Tuple Item Exists in Python

Check In String in Python

Circular reference in Python

Class in Python

Class attribute in Python

Class method in Python

Class pass Statement in Python

Classes and Objects in Python

Closure in Python

Closure function in Python

Code block in Python

Code comments in Python

Cohesion in Python

Collaborative filtering in Python

Command line interface in Python

Command pattern in Python

Comments in Python

Common gateway interface in Python

Comparison operator in Python

Comparison Operators in Python

Complex in Python

Composability in Python

Composition in Python

Comprehension in Python

Comprehensions with Conditional Statements in Python

Concatenation in Python

Concatenation operator in Python

Conditional statement in Python

Constructor in Python

Context manager in Python

Context variable in Python

Control flow in Python

Convert into JSON in Python

Copy a List in Python

Copy Dictionary in Python

Coroutine in Python

Counter in Python

Create a Date Object in Python

Create a Module in Python

Create an Iterator in Python

Create Child Class in Python

Create Class in Python

Create Parent Class in Python

Create the __init__() Function in Python

Creating Errors in Python

Creating Variables in Python

Creational pattern in Python

CSV in Python

CSV Files in Python

CSV module in Python

CSV reader in Python

CSV writer in Python

Go to Top

D

Data hiding in Python

Data science in Python

Data structure in Python

Data type in Python

Data wrangling in Python

Date Format Codes in Python

Date Output in Python

Dates and time in Python

Datetime Module in Python

Debugging in Python

Debugging with PyCharm in Python

Decorator in Python

Decorator function in Python

Decorator pattern in Python

Decorators in Python

Deep learning in Python

Deepcopy in Python

Default argument in Python

Default Parameter Value in Python

Default Parameter Values in Python

Del statement in Python

Delegation in Python

Delete Object in Python

Delete Object Properties in Python

Dependency injection in Python

Deprecation warning in Python

Descriptor in Python

Descriptor protocol in Python

Destructor in Python

Dict comprehension in Python

Dictionaries in Python

Dictionary in Python

Dictionary Length in Python

Dir function in Python

Dirname in Python

Disjoint set in Python

Distributed computing in Python

Docstring in Python

Docstring convention in Python

Double underscore in Python

Duck typing in Python

Dynamic programming in Python

Dynamic typing in Python

Go to Top

E

EAFP in Python

Edge case in Python

Elif in Python

Elif statement in Python

Ellipsis in Python

Else in Python

Encapsulation in Python

Encapsulation principle in Python

Entity-relationship diagram in Python

Enumerate in Python

Equality operator in Python

Error handling in Python

Errors in Python

Escape Characters in Python

Evaluate Booleans in Python

Event-driven programming in Python

Exception chaining in Python

Exception handling in Python

Exception hierarchy in Python

Exclusive or in Python

Execution context in Python

Executor in Python

Exit function in Python

Exponential backoff in Python

Expression in Python

Extensible markup language in Python

Go to Top

F

Factory function in Python

Factory method in Python

Fast Fourier transform in Python

few more in Python

File I/O in Python

File object in Python

Files in Python

Filter function in Python

Final keyword in Python

First Class and Higher Order Functions in Python

First-class function in Python

First-class object in Python

Flask in Python

Float in Python

Float division in Python

Flyweight pattern in Python

For in Python

For Break in Python

For Continue in Python

For Else in Python

For loop in Python

For Loops in Python

For pass in Python

Format JSON in Python

Format string in Python

Front controller pattern in Python

F-strings in Python

Function in Python

Function argument unpacking in Python

Function Arguments in Python

Function Recursion in Python

Function Return Value in Python

Functional programming in Python

Functions and Return Values in Python

Functions Arguments and Parameters in Python

Futures in Python

Go to Top

G

Generator expression in Python

Generators in Python

Getting Data Type in Python

GIL in Python

Global interpreter lock in Python

Global Keyword in Python

Global Scope in Python

Global variable in Python

Global Variables in Python

Gradient descent in Python

Graph data structure in Python

Greedy algorithm in Python

Grep in Python

Go to Top

H

Hadoop in Python

Handle Many Exceptions in Python

Hash function in Python

Hash table in Python

Hash table collision in Python

Hashable object in Python

Heap data structure in Python

Heap queue in Python

Help function in Python

Higher-order function in Python

HTTP in Python

HTTP response status codes in Python

Go to Top

I

IDE in Python

Identity operator in Python

Identity Operators in Python

If AND in Python

If Indentation in Python

If NOT in Python

If OR in Python

If statement in Python

If Statements in Python

Immutable in Python

Import From Module in Python

Import statement in Python

Indentation in Python

Index in Python

Inheritance in Python

Inheritance diagram in Python

Inheritance principle in Python

Install PIP in Python

Instance attribute in Python

Instance method in Python

Instance variable in Python

Int in Python

Integer in Python

Integration testing in Python

Interface in Python

Interpreter in Python

Interpreter lock in Python

Interprocess communication in Python

Inverted index in Python

IoC container in Python

Itemgetter in Python

Iterable in Python

Iterable object in Python

Iterable protocol in Python

Iterables in Python

Iterator in Python

Iterator protocol in Python

Iterator vs Iterable in Python

Iterators in Python

Go to Top

J

JIT in Python

Join Two Lists in Python

Join Two Sets in Python

Join Two Tuples in Python

JSON in Python

JSON API in Python

JSON Files in Python

JSON module in Python

JSON-RPC in Python

Go to Top

K

Key function in Python

Keyword in Python

Keyword argument in Python

Keyword Arguments in Python

Keyword-only argument in Python

K-means clustering in Python

Go to Top

L

Lambda function in Python

Lambda Functions in Python

Lambda operator in Python

LBYL in Python

Leaky bucket algorithm in Python

Least common multiple in Python

Least recently used in Python

Libraries in Python

LIFO in Python

Linear regression in Python

Linked list in Python

List in Python

List Comprehension in Python

List concatenation in Python

List Length in Python

List Slicing in Python

Lists in Python

Local function in Python

Local variable in Python

Logger in Python

logging in Python

Logical Operators in Python

Longest common subsequence in Python

Loop Dictionary Items in Python

Loop List Items in Python

Loop Set Items in Python

Loop Through a String in Python

Loop Through an Iterator in Python

Loop Through List Items in Python

Looping Array Elements in Python

Looping Through a rangee in Python

Loops in Python

LRU cache in Python

Go to Top

M

Machine learning in Python

Magic Methods in Python

Map function in Python

MapReduce in Python

Markdown in Python

Membership Operators in Python

Memento pattern in Python

Metacharacters in RegEx in Python

Metaclass in Python

Method chaining in Python

Method resolution order in Python

Middleware in Python

Model-view-controller in Python

Modify Object Properties in Python

Module in Python

Module search path in Python

Monkey patching in Python

More @classmethod and @staticmethod Examples in Python

more please in Python

MRO in Python

Multiline Comments in Python

Multiline Strings in Python

Multiple Inheritance in Python

Multithreading in Python

Mutable in Python

Go to Top

N

Naive Bayes in Python

Namespace in Python

Namespace collision in Python

Namespace pollution in Python

Namespace resolution in Python

Negative Indexing on a String in Python

Nested Dictionaries in Python

Nested function in Python

Nested If in Python

Nested Loops in Python

Nesterov momentum in Python

Nginx in Python

Node.js in Python

None in Python

NoneType in Python

Nonlocal keyword in Python

Null in Python

Null object pattern in Python

Numbers in Python

NumPy in Python

Go to Top

O

Object in Python

Object Methods in Python

Object-oriented programming in Python

Observer pattern in Python

One-hot encoding in Python

One-liner in Python

OpenAI in Python

Operator in Python

Operator overloading in Python

Operator precedence in Python

Operators in Python

Optional argument in Python

ORM in Python

OS module in Python

Output Variables in Python

Overfitting in Python

Go to Top

P

Package in Python

Package installation in Python

Package management in Python

Paginate in Python

Pandas in Python

Parallel computing in Python

Parameter in Python

Parameter Naming in Python

Parse JSON in Python

Parsing in Python

Partial application in Python

Partial function in Python

Partitioning in Python

Pass statement in Python

Passing a List as an Argument in Python

Path manipulation in Python

Pathlib in Python

Pattern matching in Python

PEP8 in Python

Perceptron in Python

Pickle protocol in Python

Pickling in Python

Pip in Python

PIP Packages in Python

PIP Remove Package in Python

Pipe operator in Python

Pipenv in Python

Placeholder in Python

Polymorphic behavior in Python

Polymorphism in Python

Pooling in Python

Post-order traversal in Python

Predictive modeling in Python

Primary key in Python

Print statement in Python

Priority in Python

Private method in Python

Private variable in Python

Property in Python

Public method in Python

PyCharm in Python

Python Generator Classes and Iterators in Python

Python Relative Imports: Children in Python

Python Relative Imports: Parents in Python

Python String Formatting in Python

Python Strings in Python

Go to Top

Q

Queue in Python

Queue module in Python

Queues in Python

Quicksort in Python

Go to Top

R

Race condition in Python

raise in Python

Raising Errors in Python

Random Number in Python

Recursion in Python

Reference counting in Python

RegEx Functions in Python

RegEx Match Object in Python

RegEx Module in Python

RegEx Sets in Python

RegEx Special Sequences in Python

Regular expression in Python

Regular expressions in Python

Relative import in Python

Remove Array Element in Python

Remove Dictionary Items in Python

Remove List Items in Python

Remove Set Items in Python

Remove Tuple Items in Python

Renaming a Module in Python

REPL in Python

Re-raising Exceptions in Python

Resilience in Python

Return Boolean Value in Python

Return statement in Python

Return value in Python

Go to Top

S

Scope in Python

Script in Python

self in Python

Set in Python

Set and Dictionary Comprehensions in Python

Set comprehension in Python

Set Length in Python

Sets in Python

Setting Data Type in Python

Shallow copy in Python

Shorthand If in Python

Shorthand If Else in Python

Slice in Python

Slicing in Python

Slicing a String in Python

Sort JSON in Python

Special method in Python

Specify a Variable Type in Python

Stack in Python

Standard library in Python

Static method in Python

StopIteration in Python

String in Python

String Concatenation in Python

String formatting in Python

String Length in Python

String Literals in Python

Strings are Arrays in Python

Subclass in Python

super Function in Python

Syntax error in Python

Go to Top

T

Ternary operator in Python

The @classmethod and @staticmethod Decorators in Python

The @property Decorator in Python

The Class __init__() Function in Python

The Else Keyword with Loops in Python

The enumerate() function in Python

The Filter() Function in Python

The Map() Function in Python

The On-success Block in Python

The pass Keyword in If in Python

The pass Statement i Functions in Python

The Property Setter in Python

The strftime Method in Python

The Zip Function in Python

Thread in Python

ThreadPoolExecutor in Python

Timezones in Python

Tkinter in Python

Traceback in Python

Try Else in Python

Try Finally in Python

Try-except block in Python

Tuple in Python

Tuple Length in Python

Tuple unpacking in Python

Tuple With One Item in Python

Tuples in Python

Type Conversion in Python

Type Hinting in Python

Go to Top

U

Unary operator in Python

Unicode in Python

Unpacking in Python

Using the dir() Function in Python

UTF-8 in Python

Go to Top

V

Variable in Python

Variable assignment in Python

Variable Names in Python

Variables in Modules in Python

Virtual environment in Python

Virtual method in Python

Go to Top

W

What is an Array in Python

While in Python

While Break in Python

While Continue in Python

While Else in Python

While loop in Python

While Loops in Python

Whitespace in Python

Why Use Lambda Functions in Python

With statement in Python

Go to Top

X

Xargs in Python

XML in Python

Go to Top

Y

YAML in Python

Yield statement in Python

Go to Top

Z

Zip file. in Python

Zip function in Python

Others

**kwargs in Python

*args in Python

Go to Top

WiMax 4G Glossary
PHP Glossary

Get industry recognized certification – Contact us

keyboard_arrow_up