Home
Study Zone
Profiles
Typing Tutor
Contact us
Sign in
Categories
Python
Pyhton MCA (Machine Learning using Python)
Unit 3: Getting Started with Python: A Guide to Syntax, Data Structures, and OOP
Show Categ.
Unit 3: Getting Started with Python: A Guide to Syntax, Data Structures, and OOP
Installing and working with Python
Datatypes
Integer (int)
float (Floating-Point Number)
complex (Complex Numbers)
str (String)
List
Tuple
Range
dict (Dictionary)
Set
Frozenset
bool (Boolean)
Operands
Operators
Arithmetic Operators
Comparison (Relational) Operators
Logical Operators
Assignment Operators
Identity Operators
Membership Operators
Bitwise Operators
Operator Precedence
Expressions and Statements
Input, Output, and Comments
Data Structures
Mutable Objects
Immutable Objects
List
Tuple
Sets
Dictionaries
Control structures
Conditional Branching
Looping
Exception Handling
User-defined functions
Function Defining
Function Invoking
Passing parameters
Scope of variables
Void functions and Fruitful Functions
File Handling
File handling functions
Object Oriented concepts
Classes
Types of Variables
Namespaces
Inheritance
Types of Inheritance
Encapsulation
Abstraction
Polymorphism
Read More