Python Fundamentals
These Python scripts are specially designed for new beginners learning to code using Python.
Hello Beginners,
I have incorporated a lot of practice questions for learning the fundamentals of coding using Python. The contents included are:
- Basics on inputs and type casting
- Basic programs on IF conditions
- Lists and Tuples
- Dictionaries and Sets
- While loops
- For loops
- Defining functions and calling functions
- Recursion functions
- File I/O in Python
- Classes and objects (principles and decorators)
NOTE: Uncomment the code while operating on it.
Reference: Questions were derived from Apna College.