Skip to main content

Levels of Python Programming Language (as per Akash Tanna)

 According to me, Python has levels as below

Basic Level -> It contains low level functions with basic developments and some modules.

Print, Input, Variables, Arithmetic Operators, Priority Theory of Operations,  Data Types, Len Function, Round off Function, Value Manipulation, Conditional Statements, Random Module,  Lists and Dictionary,  Loops, While Loop, For Loop, User defined function.

Basic Intermediate Level -> It contains methods by which basic developments become little bit professional.

Custom Classes, initialize object, txt files & its operations, code structure theory-1, turtle module.

Intermediate Level ->  It contains basic data structure; modules, methods and functions.

Error handling, Json file, Pickle file, csv file, Json module, module installation by pip, pandas module, datetime module.

Advance Intermediate Level -> It contains methods by which data structure developments can be take place easily and professionally.

Math module, os and sys module, request module, List & Dictionary Comprehension, Introduction to Database, code structure theory-2.

Advance Level -> It contains advance modules and methods which make development professional.

SMTP Lip, GUI modules like Tkinter, Html & CSS, Jinja method, custom packages, Parquet files, Databases.

Professional Advance Level -> It contains methods and modules which is used for Pure Python Developments or Desktop Developments.

Introduction to Pure Python Development, Offline Database Development, Firebase Real-time database, PyInstaller, Code Structure Theory

 

Code-Structure Theory is my own theory.






Comments