2 Respuestas
+ 3
it depends on what you need....
good to know html, css, some js, sql as well, and another high level language, such as c#, java....
or do you need something hw-near? c, cpp;
it is good to be familiar with AI, and to know something about IT's background....
+ 2
James Hapapch after you learn Python basics, you could learn non-language concepts (and how to create them in Python).
Can find them in the essentially user-created lessons in "By the Community" section of the Community tab.
ESPECIALLY regular expressions.
But also stuff like -
formatted strings
different types of recursion
Binary search trees
Linked lists
Other data structures
Thread/process communication
Knowing this non-language specific stuff helps in finding solutions faster by recognizing patterns in how similar problems are solved.