0
What is easier SQL or Python 3?
What would be easier
4 Respuestas
+ 4
Here is a very rich video, detailed (step by step) guidelines for starting online Career ( learning Web Development and other Programs):
https://youtu.be/Zftx68K-1D4
⏩⏩A very good reference:
https://www.sololearn.com/Discuss/284542/?ref=app
⏬⏬By August Mein:⏬⏬
1. Choosing your first Language
You can choose any language.
if you can't decided here the guide :
HTML is used to make web structure.
CSS is used to give style or animate web
JAVASCRIPT is used to make dynamic web (you can even make game)
PHP is server side scripting language
🎯🎯🎯🎯
🔺SQL is database manajemen in server side
C++ is multiplatform OOP based programming language (you can make many app including Games)
C# is more spesific (windows os) than C++
Java is used to build app that can run on any devices (including Android). JAVA is not JAVASCRIPT
🎯🎯🎯🎯
🔺Python is multiplatform OOP based programming languages with easy syntax (compared to other OOP Language)
Swift is for building apple / IOS app .
https://www.sololearn.com/discuss/1033194/?ref=app
+ 3
@josh mizzi, Python3 is not hard, it's simple.Try to memorize basic Syntax and then enjoy it's simple , brief and easy structures😀😁😀😁
0
Python is harder to learn and more widely applicable (being a general purpose language) where SQL is brilliant for data crunching but hard to troubleshoot. Having said that they aren't that compatible.
0
Thanks guys!