Python and… | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Python and…

What language pairs well with python? I love python, and I want the second language to pair well with it. Please help me out here.

30th Apr 2024, 12:22 AM
Aloyram
2 Answers
+ 2
That depends what you want to do with Python. If you are into backend development, then learn SQL so you will know better how to interact with a database. You can also learn HTML and CSS to better understand web frameworks such as Django. If you are interested in data science and statistical analysis, there is a wealth of Python libraries you can explore, starting from numpy, pandas, matplotlib, sklearn, pytorch... If you want to use Python for scripting, you can also learn bash and other Linux tools such as sed, awk, curl. Also Perl / Raku is another commonly used scripting language for sysadmin task automation. If you are interested in cybersecurity, then Python with C++ can be a killer combo.
30th Apr 2024, 5:07 AM
Tibor Santa
Tibor Santa - avatar
0
I don’t think languages usually pair, per se. I know they do in webdev, but that’s mostly because they were made to fix eachother.
30th Apr 2024, 12:51 AM
Wilbur Jaywright
Wilbur Jaywright - avatar