basic python questions:

100 questions on each area

  1. Syntax and Basics: Understanding Python syntax, indentation, and basic operations.

  2. Data Types and Variables: Familiarizing yourself with data types (integers, floats, strings, booleans) and how to declare and use variables.

  3. Control Flow: Mastering if-else statements, loops (for, while), and understanding flow control.

  4. Functions: Learning how to define and call functions, understanding parameters, return values, and scope.

  5. Data Structures: Gaining proficiency in using lists, tuples, sets, and dictionaries.

  6. String Manipulation: Practicing operations and methods for manipulating strings.

  7. File Handling: Understanding how to read from and write to files, and handling file paths.

  8. Error Handling: Learning how to handle exceptions using try-except blocks.

Last updated