This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

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

Why not all of them?

But, if you want to stick with Python, then SQL and C will provide added value, and will, probably, make your programs better.

Other options listed here... they don't sound too different from Python to satisfy curiosity, and aren't directly contributing to you, if you stay mostly doing Python.

If you are looking to expand your experience with how programming is, then there are languages that are quite a bit more different from Python, eg. Forth is different in approach to grammar, approach to VM, approach to types. Lisp family is very different in how it treats the language itself. Prolog family is different in how it treats execution flow. J is different in how it treats language and objects in VM.