Why python is fun | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 8

Why python is fun

lol

11th Jul 2019, 2:27 AM
ณัฐพัชร์ สตันยานันต์
ณัฐพัชร์ สตันยานันต์ - avatar
7 Answers
+ 9
Because of its syntax The syntax in Python helps the programmers to do coding in fewer steps as compared to Java or C++. 
11th Jul 2019, 7:53 AM
Akubia Godwin Maxwell
Akubia Godwin Maxwell - avatar
+ 6
Because of people who make it fun. It can also be used to automate a lot if boring stuff.
11th Jul 2019, 4:26 AM
Sonic
Sonic - avatar
+ 4
I‘d say it‘s mainly because it hardly feels like a programming language, but more like a normal language: ———————————— • sorting a list: list.sort() • Creating a function: def greet(name): print(‘Hello’,name) ———————————— The syntax and functions are focused on readability rather than performance. Read more about it here: https://medium.com/@propagandra/understanding-how-code-is-executed-464c95e24b0b You also don‘t need to compile any code to run it and there are many libraries (called modules) you can use to avoid any complicated stuff.
11th Jul 2019, 8:41 AM
aceisace
aceisace - avatar
+ 3
Imo it's fun because the syntax is pretty straightforward which makes it easier to pickup for beginners and grasp the basics of programming language like if you want to print Hello World you simply say: Print("Hello World") And for doing the same thing in java you have to first make a class then main function and then write: System.out.print("Hello World"); Secondly I love how you don't have to deal with those brackets while using loops and if else statements and how indentation works so perfect. Plus there are countless libraries in python by importing which we could do so much complicated stuff easily.
11th Jul 2019, 7:11 AM
Lucifer
Lucifer - avatar
+ 2
😀 because all programming languages are lots of fun 😊
12th Jul 2019, 3:27 AM
Sanjay Kamath
Sanjay Kamath - avatar
+ 1
Hahahaha, just run this >>> import antigravity You'll be flying then 😆
12th Jul 2019, 8:21 AM
Ayan Fox
Ayan Fox - avatar
0
because of python Dao!
12th Jul 2019, 11:38 AM
Антон Попов
Антон Попов - avatar