Basic Syntax
9 Topics•0 Completed•
0%
1
Variables and Assignment
Creating and using variables in Python
Core concept for all interviews
2
Data Types
int, float, str, bool, None
Fundamental knowledge
3
Operators
Arithmetic, comparison, logical, bitwise operators
Essential for problem solving
4
Type Conversion
Converting between data types
Data manipulation
5
Input and Output
print() and input() functions
Basic I/O operations
6
Comments and Documentation
Single-line, multi-line comments, docstrings
Code documentation
7
Indentation
Python code blocks and structure
Python-specific syntax
8
Naming Conventions
PEP 8 style guide for naming
Code quality
9
Python Keywords
Reserved words in Python
Language fundamentals