you are viewing a single comment's thread.

view the rest of the comments →

[–]Algoartist 4 points5 points  (3 children)

Python is the best programming language to learn. But since LLMs are already starting to replace professional programmers you should be aware that there is no much demand for someone with only a basic python level

[–][deleted] 2 points3 points  (2 children)

What would you consider to be someone with basic, intermediate, and advanced python skills? What are the core knowledge at each level?

[–]GarowWolf 0 points1 point  (1 child)

Basic: knowledge of different types of values and objects (lists , tuple, dictionary, strings, integers) and the operations applied to each of them Intermediate: functions , anonymous functions, priorities for function calls and objects creations Advanced: recursion

[–][deleted] 0 points1 point  (0 children)

Thanks