+ 1
Which language is good to learn after SQL?
I'm just a beginner in coding. I started with HTML but I got interested in SQL & now I'm done with the concepts so I thought of learning next language but I'm perplexed with the selection as there are n number of programming languages 🤔 can anyone suggest me which programming language should I start after SQL?
5 Réponses
+ 8
Python works fine, too 🐍
https://code.sololearn.com/csyhsIovmZJ3/?ref=app
+ 7
@Jakub Absolutely!
Libraries for PostgreSQL:
https://wiki.postgresql.org/wiki/JUMP_LINK__&&__Python__&&__JUMP_LINK
Libraries for MySQL:
https://pypi.python.org/pypi/MySQL-python
https://dev.mysql.com/doc/connector-python/en/connector-python-example-connecting.html
+ 4
If you are interested in databases, I suggest you pick some relational database management system, install it and learn administration. You could start with MySQL, PostreSQL , Oracle...
+ 2
php goes well with sql :)
0
@Kuba does Python support other sql engines? Like Postgres or Mysql?