America's Job Portal
Core Python: Should be proficient in the basic concepts and features of the Python language such as data types variables operators control structures functions classes modules exceptions file handling etc. You should also be familiar with the built-in data structures and methods such as lists tuples dictionaries sets strings etc
Should have a sound knowledge of one or more web frameworks that are based on Python such as P Flask FAST API Pyramid etc. These frameworks provide tools and libraries to help you create web applications using Python. You should know how to use the frameworks features such as routing templating database integration authentication testing etc
Should be able to use ORMs to interact with databases using Python objects. ORMs abstract away the low-level SQL queries and provide a high-level interface to manipulate data. Some popular ORMs for Python are SQLAlchemy Django ORM Peew...