about python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

about python

Q1: like what game can we do in python? Q2: like what we can add to a web page in python? Q3: what is the diffrent between python 1,2 and 3 what they add to it? and Thanks :)

12th Sep 2017, 12:27 PM
Qais Abu Hweidi
Qais Abu Hweidi - avatar
7 Answers
+ 4
Q1: You have frameworks like Flask to assist you. Q2: The dJango framework takes care of it to make Python "fit in" HTML Q3: Python 1 is obsolete and very unstable Python 2 has primitive functions. For example a print statement is print "Hello" (Python 3 is print("Hello")) Python 3 is the current version and once 2020, the only version that will operate
12th Sep 2017, 12:46 PM
👑 Prometheus 🇸🇬
👑 Prometheus 🇸🇬 - avatar
+ 2
Q1: The pygame library can be used to make 2D games with graphics and other libraries can be used for 3D.
12th Sep 2017, 12:53 PM
chessmonster
chessmonster - avatar
+ 2
https://code.sololearn.com/cURi01aUcYNc/?ref=app One of my best original games. Try it on other IDEs for Python
12th Sep 2017, 12:53 PM
👑 Prometheus 🇸🇬
👑 Prometheus 🇸🇬 - avatar
12th Sep 2017, 12:55 PM
👑 Prometheus 🇸🇬
👑 Prometheus 🇸🇬 - avatar
+ 1
IDEs meaning
12th Sep 2017, 12:55 PM
Qais Abu Hweidi
Qais Abu Hweidi - avatar
+ 1
realy thank you bro
12th Sep 2017, 12:56 PM
Qais Abu Hweidi
Qais Abu Hweidi - avatar
+ 1
It's a code running platform. If yoy dunno, try Python IDLE, PyCharm, Etc.
12th Sep 2017, 12:57 PM
👑 Prometheus 🇸🇬
👑 Prometheus 🇸🇬 - avatar