我能用Python做什么? [英] What can I do with Python ??

查看:71
本文介绍了我能用Python做什么?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

初学者提问,但你真的可以用它做什么?

与其他语言相比,Python学习有多难?
(让我们说C#)。你可以用它制作全屏游戏(例如)吗?

我看过 http://www.python.org 但没有具体的内容

解决方案

你能用Python做什么?几乎任何你的心愿。


Python学习有多难?我会说它接近桶的顶部时

它易于学习。我肯定会说,在大多数情况下,你将学习Python比学习C#要快得多。


你能完整吗?屏幕游戏呢?是的,当然 - 提供

你拥有编制全屏游戏的技能/知识。但是再一次

这很少是拥有正确编程语言的问题,而是

而不是拥有合适的库。


-

~Mark Nenadov


2005年1月1日星期六21:57:32 +0100,BOOGIEMAN写道:
< blockquote class =post_quotes>初学者提问,但是你真的可以用它做什么?
与其他语言相比,Python学习有多难
(让我们说C#)。你能用它制作全屏游戏(例如)吗?
我看过 http: //www.python.org 但没有具体的内容




BOOGIEMAN写道:

初学者问题,但你真的可以用它做什么?
与其他语言相比,Python学习有多难
(让我们说C#)。你能用它制作全屏游戏(例如)吗?
我看过 http: //www.python.org 但没有具体内容




对于全屏游戏,请参阅PyGame( www.pygame.org)。顺便说一句,我不知道用C#编写全屏游戏的方式...


Reinhold


BOOGIEMAN< BO ********* @ YAHOO.COM>写道:

初学者提问,但真的可以用它做什么?


您可以在几乎任何您想象的平台上编写任何类型的应用程序,无论大小,几乎任何类型的应用程序(来自

大型机和超级计算机到功能强大的手机,如诺基亚的S-60系列。

与之相比,Python有多难其他语言
(让我们说C#)。


Python是最简单的学习语言之一。

你能用它制作全屏游戏(例如)吗?


当然可以!你有没有想过使用谷歌?

python游戏的前2次点击

www.pygame.org ,这允许您创建功能齐全的游戏

和python语言的多媒体程序,作为谷歌片段

说。第三部分是关于Game Programming With Python的书。在

亚马逊网站上。第四个是关于Month Python,但是第五个回到我们的主题是一个Python游戏编程。页面充满了实用价值

链接。然后你会得到同一本书的另一个链接,一本

不同书的链接,& c。

我看过 http://www.python.org 但没有具体的内容




你_gotta_开玩笑,对吧......?初学者指南链接带你

直接进入BeginnersGuide页面,首页是保证,即使你是编程新手,Python也很容易学习并继续

,有很多有用的链接。 Python Books链接将您带到一个巨大的

书籍列表,以及特定应用程序下的第一个子标题。是游戏编程的
,带你到我已经提到的两本书。

有一个搜索栏,在那里输入游戏,第一次点击是
http://www.python.org/moin/GameProgramming

再保证,是的,你可以用Python编写整个游戏,而且除了PyGame之外还有
还指向PyKira,快速游戏开发

Python框架 (其中)还支持MPEG视频,声音(MP3,Ogg

Vorbis,Wav和多声道模块文件),直接图像阅读和

更多。等等...... !!!


多少混凝土你有没有想过*任何*祝福的网站,为了Pete的缘故,你可以获得
?!??!

Alex

Beginners question, but really what can you do with it ?
How hard is Python to learn compared with other languages
(let''s say C#). Can you make fullscreen game with it (for example) ?
I''ve looked at http://www.python.org but nothing concrete there

解决方案

What can you do with Python? Just about anything your heart desires.

How hard is Python to learn? I''d say it is near the top of the barrel when
it comes to being easy to learn. I''d certainly say that for the most part,
you will learn Python much faster than you would learn C#.

Can you make a full-screen game with it? Yes, most certainly--providing
you have the skill/knowledge to program a full-screen game. But then again
that is rarely a matter of having the right programming language, but
rather a matter of having the right libraries.

--
~Mark Nenadov

On Sat, 01 Jan 2005 21:57:32 +0100, BOOGIEMAN wrote:

Beginners question, but really what can you do with it ?
How hard is Python to learn compared with other languages
(let''s say C#). Can you make fullscreen game with it (for example) ?
I''ve looked at http://www.python.org but nothing concrete there




BOOGIEMAN wrote:

Beginners question, but really what can you do with it ?
How hard is Python to learn compared with other languages
(let''s say C#). Can you make fullscreen game with it (for example) ?
I''ve looked at http://www.python.org but nothing concrete there



For fullscreen games, see PyGame (www.pygame.org). BTW, I don''t know of
a way to write fullscreen games in C#...

Reinhold


BOOGIEMAN <BO*********@YAHOO.COM> wrote:

Beginners question, but really what can you do with it ?
You can write application programs, big or small, of just about any kind
you may imagine, on just about any platform you may imagine (from
mainframes and supercomputers down to powerful cellphones such as
Nokia''s S-60 series).
How hard is Python to learn compared with other languages
(let''s say C#).
Python is among the simplest languages to learn.
Can you make fullscreen game with it (for example) ?
Sure! Have you thought of using google? The first 2 hits for
python games
are on www.pygame.org, "This allows you to create fully featured games
and multimedia programs in the python language", as the google snippet
says. The third hit is for the book "Game Programming With Python" on
the amazon site. The 4th one is about Month Python, but the fifth is
back to our subject -- a "Python Game Programming" page full of useful
links. Then you get another link to the same book, a link to a
different book, &c.
I''ve looked at http://www.python.org but nothing concrete there



You _gotta_ be kidding, right...? The Beginner''s Guide link takes you
right to the BeginnersGuide page which starts with the reassurance that
Python is easy to learn even if you''re new to programming and continues
with a zillion useful links. The Python Books link takes you to a huge
list of books, and the FIRST subheading under "specific applications" is
for game programming, leading you to the two books I already mentioned.
There''s a Search bar, enter Game there, and the FIRST hit is
http://www.python.org/moin/GameProgramming which STARTS with the
reassurance that, yes, you CAN "write whole games in Python", and
besides PyGame also points you to PyKira, "a fast game development
framework for Python" (which) "also supports MPEG video, sound (MP3, Ogg
Vorbis, Wav and Multichannel module files), direct images reading and
much more". Etc, etc, ...!!!

How much more "concrete" could you expect *ANY* blessed website to BE,
for Pete''s sake?!??!
Alex


这篇关于我能用Python做什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆