DEV Community

Ikram Khan
Ikram Khan

Posted on

Python expert.

How can I be best at programming.I know the Basic of the Python programming.

Top comments (2)

Collapse
 
otumianempire profile image
Michael Otu

The best thing about programming is that, as you grow you also realise that you actually have to learn more.
Just for the moment, try to get through these:

    1 - Basic Syntax
    2 - Variable Types
    3 - Basic Operators
    4 - Decision Making
    5 - Loops
    6 - Numbers
    7 - Strings
    8 - Lists
    9 - Tuples
    10 - Dictionary
    11 - Date & Time
    12 - Functions
    13 - Modules
    14 - Files I/O
    15 - Exceptions
    16 - Classes/Objects
    17 - Database Access (sqlite)
Enter fullscreen mode Exit fullscreen mode
Collapse
 
mjablecnik profile image
Martin Jablečník

Also Async/await knowledge can be useful and knowledge some web frameworks:
I can recommend:

  • Django
  • Flask
  • FastApi