Python and Pygame Difference

+6 votes
What is the difference between Python and Pygame ?
Oct 24, 2018 in Python by findingbugs
• 3,260 points

retagged Oct 24, 2018 by Vardhan 4,058 views

4 answers to this question.

+1 vote

Python is a programming language.

PyGame is a game development library for Python. It cannot function on its own and depends on Python.

answered Oct 24, 2018 by Priyaj
• 58,090 points
0 votes

Python is great for writing out ideas in one long block of code. While Pygame is a module in python used for ploting images, building games using HTML,etc.

answered Oct 24, 2018 by Nabarupa
0 votes
Python is a programming language and pygame is like a module within python that is used for game development.
answered Oct 24, 2018 by hussian
0 votes
Python is an interpreted general-purpose programming language. It consists a lot of modules/libraries for different purpose. One such library is Pygame.

Pygame is a library consisting a set of modules which are used to write programs for video games. It includes computers graphics and sound libraries.
answered Oct 24, 2018 by Omkar
• 69,210 points

Related Questions In Python

+1 vote
1 answer

What's the difference between eval, exec, and compile in Python?

exec is not an expression: a statement ...READ MORE

answered Aug 28, 2018 in Python by Priyaj
• 58,090 points
4,623 views
+1 vote
2 answers

Difference: abstract class and interface in Python

If abstract class contains only abstract methods ...READ MORE

answered Jun 21, 2019 in Python by anonymous
7,261 views
0 votes
1 answer

Difference between module and Package in Python

A module is basically a single file ...READ MORE

answered Nov 13, 2018 in Python by SDeb
• 13,300 points
2,104 views
0 votes
1 answer

Difference between Python float and numpy float32

Python's standard float type is a C ...READ MORE

answered Mar 4, 2019 in Python by SDeb
• 13,300 points
5,900 views
0 votes
2 answers
+1 vote
2 answers

how can i count the items in a list?

Syntax :            list. count(value) Code: colors = ['red', 'green', ...READ MORE

answered Jul 7, 2019 in Python by Neha
• 330 points

edited Jul 8, 2019 by Kalgi 4,023 views
0 votes
1 answer
0 votes
1 answer

What is the difference between Python and IPython?

There are few differences between Python and ...READ MORE

answered Jul 26, 2018 in Python by Priyaj
• 58,090 points
3,706 views
+1 vote
1 answer

What is the difference between range and xrange functions in Python 2.X?

xrange only stores the range params and ...READ MORE

answered Aug 22, 2018 in Python by Priyaj
• 58,090 points
2,073 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP