Python try and except
Handle exceptions with try, except, else, finally, raise, and custom error messages.
Python User Input
Read user input, validate text, convert values, and build interactive CLI prompts.
Python File Handling
Open, read, write, append, create, delete, and manage files safely.
Python Classes and Objects
Define classes, initialize objects, use methods, attributes, inheritance, and string representations.
Python MySQL
Connect Python to MySQL, run queries, insert data, fetch rows, and use safe parameterized SQL.