Python for beginners



$EIRRA97

Basic
Joined
10.07.21
Messages
5
Reaction score
0
Points
0
Why is Python always the go-to language to recommend for newbies? What pros or cons does it have compared to other languages like JS, C++, Go, Ruby, Rust and so on and so forth?
I currently started with python and the thing making it easier for me is that its elements are similar to the English like "print", "if", "else", "open". These make it easier to understand what does what and which is for what. It's implementation is also very straight forward. That's all I have.
 

s1ash

Basic
Joined
01.11.19
Messages
35
Reaction score
0
Points
6
Python is pretty diverse when it comes down to it. Django, py2web, pylons, Zope, all good for full-stack dev.
 

Clinq

Elite
Joined
05.02.21
Messages
5
Reaction score
0
Points
1
Python is not a "c based" language. The majority of languages are c based, python is good for web development, even web services, but its not a stable language for backend server code.
 
Top Bottom