Python is an interpreted, interactive, object-oriented, extensible programming language. It provides an extraordinary combination of clarity and versatility, and is free and comprehensively ported.
if you are new and want to learn fundamentals programming easily. After then you want to do easily and fast something, you choose right language.
Show entire comment ▾
mablue
★
★
★
★
★
• Top positive commentalmost 2 years ago • 0 replies
Python is an Easy and Library-full programming language
Show entire comment ▾
anyashaymuratova
★
★
★
★
★
• Positive comment • 4 months ago • 0 replies
One of the main drawbacks is its relatively slow execution speed. Python is a language with full dynamic typing and automatic memory management. If at first glance this may seem an advantage, then when developing programs with an increased efficiency requirement, Python can significantly lose speed to its static brothers (C/C++, Java, Go). As for the dynamic counterparts (PHP, Ruby, JavaScript), things are much better here.Python in most cases executes code faster due to pre-compilation into bytecode and a significant part of the standard library written in C. At conferences, I had a chance to talk with guys from large companies like Wargaming, many of them have a trend of moving towards static, and most often it's Go, Rust.
Show entire comment ▾
tameresa
★
★
★
★
★
• Positive comment • 10 months ago • 0 replies
Really efficient and can do most of the programming thx to the libraries available
Show entire comment ▾
ardypro
★
★
★
★
★
• Positive comment • about 2 years ago • 0 replies
Python is easy to use and very powerful.
Show entire comment ▾
MicroBob
★
★
★
★
★
• Positive comment • over 2 years ago • 0 replies
Great for beginners to start with, great for that quick script for seasonal, and surprisingly capable/powerful for most any task.
Show entire comment ▾
OAKSIF0
★
★
★
★
★
• Positive comment • about 3 years ago • 0 replies
if you are new and want to learn fundamentals programming easily. After then you want to do easily and fast something, you choose right language.
Python is an Easy and Library-full programming language
One of the main drawbacks is its relatively slow execution speed. Python is a language with full dynamic typing and automatic memory management. If at first glance this may seem an advantage, then when developing programs with an increased efficiency requirement, Python can significantly lose speed to its static brothers (C/C++, Java, Go). As for the dynamic counterparts (PHP, Ruby, JavaScript), things are much better here.Python in most cases executes code faster due to pre-compilation into bytecode and a significant part of the standard library written in C. At conferences, I had a chance to talk with guys from large companies like Wargaming, many of them have a trend of moving towards static, and most often it's Go, Rust.
Really efficient and can do most of the programming thx to the libraries available
Python is easy to use and very powerful.
Great for beginners to start with, great for that quick script for seasonal, and surprisingly capable/powerful for most any task.
I like how its compatible on differen't OS's.