0

So I’m currently learning python, and I have seen there’s three python classes, is there any other code languages I should learn

That I could use with my python skills?

1st Apr 2025, 1:31 PM
James Hapapch
James Hapapch - avatar
2 Antworten
+ 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....
1st Apr 2025, 1:40 PM
Mihaly Nyilas
Mihaly Nyilas - avatar
+ 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.
1st Apr 2025, 6:37 PM
Shardis Wolfe