Python很有趣(无用的社交线程);-) [英] Python is fun (useless social thread) ;-)

查看:78
本文介绍了Python很有趣(无用的社交线程);-)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我不得不说,我有一个非常愉快的时间学习和使用

Python。我花了一年的时间和C#一起玩,我觉得我学习/了解的东西比我过去学习/知道的少了几个月。当然它更容易,但只有一些东西

,这让我不断回到它并试图想出新的

方式使用它。


最近我开始远离核心分支。 Python和我开始学习互联网/ cgi编程的b $ b,然后用mysqldb做一点(

涉及学习一些MySQL查询命令),现在我是

摆弄wxPython。我的下一个目标是PyGame。


因此,出于好奇,我只是想知道其他人是如何学习的。

它。如果你想回复,我会问我的问题,以便轻松引用:


您是否需要学习工作?


或者你只是喜欢你所看到的并决定学习它的乐趣吗?


另外,你是如何学习它的? (就像我上面描述的那样,我用
开始使用主要内容然后转移到不同的可用

框架)


你学到的具体细节是否有必要,或者你只是为了好玩而花了点什么(比如wxPython)?


还有一些东西吗?你觉得你需要学习或改进吗?


其他评论/抱怨::)

解决方案

2006-06-15,John Salerno< jo ****** @ NOSPAMgmail.com>写道:

因此,出于好奇,我只是想知道其他人是如何来学习它的。如果你想回复,我会问我的
问题是否易于引用:




我不想用Outlook来阅读我的e邮件,所以我需要一个

方式将它们放到非MS盒子上。从MS服务器中取出我的

电子邮件的唯一方法是使用内置于

Outlook中的COM API。


我在Windows机器上没有任何开发工具和

不是要为MS支付C / C ++编译器。


Google发现了一个使用Python做COM内容的例子。


事实证明使用Python比使用C

更容易。


-

格兰特爱德华兹格兰特哇!这是一个没有FRILLS

的航班 - 持有'加拿大人'

visi.com BACON !!


< blockquote> John Salerno写道:

因此,出于好奇,我只是想知道其他人是如何学习
它的。




我已经在这里报告了我的第一次使用Python的经历:
http://groups.google.com/group/comp....77eba36a97751d


Michele Simionato


>你有没有必要为工作学习它?


不,我学到了它,因为Perl太脏了,Java也很复杂。

现在它是我的日常工作。

另外,你是如何学习它的?


编程,阅读这个新闻组,阅读python cookbook,

阅读标准库的python源文件。

有没有你学到的细节中的任何必要性,或者你是否只是为了好玩而涉猎某些东西(例如wxPython)?


我试过wxPython,但切换到pygtk。我用quixote和ZODB做了一些cgi编程



还有一些你认为需要学习或改进的东西吗?




Python中有些东西我不太了解:装饰器和

发电机。但不知怎的,我不认为我真的需要它们。


托马斯


-

托马斯Güttler, http://www.thomas-guettler.de/

电子邮件:guettli(*)thomas-guettler + de

垃圾邮件捕手: ni ************** @ thomas-guettler.de


I have to say, I''m having a very enjoyable time learning and using
Python. I spent a year playing around with C# and I feel like I
learned/know less about it than I do about Python from just the past
couple of months. Of course it''s easier, but there''s just something
about it that makes me keep coming back to it and try to think of new
ways to use it.

Lately I''ve started to branch away from the "core" Python and I started
learning internet/cgi programming, then a little with mysqldb (which
involved a detour into learning some MySQL query commands), and now I''m
fiddling with wxPython. My next goal is PyGame.

So out of curiosity, I''m just wondering how everyone else came to learn
it. If you feel like responding, I''ll ask my questions for easy quoting:

Did you have to learn it for a job?

Or did you just like what you saw and decided to learn it for fun?

Also, how did you go about learning it? (i.e., like I described above, I
started with the main stuff then moved on to the different available
frameworks)

Was there any necessity in the specifics you learned, or did you just
dabble in something (e.g. wxPython) for fun?

Are there still some things you feel you need to learn or improve?

Additional comments/complains here: :)

解决方案

On 2006-06-15, John Salerno <jo******@NOSPAMgmail.com> wrote:

So out of curiosity, I''m just wondering how everyone else came
to learn it. If you feel like responding, I''ll ask my
questions for easy quoting:



I didn''t want to use Outlook to read my e-mail, so I needed a
way to get them onto a non-MS box. The only way to suck my
e-mails out of the MS server was to use the COM API built into
Outlook.

I didn''t have any development tools on the Windows machine and
wasn''t about to pay MS for a C/C++ compiler.

Google found me an example of doing COM stuff using Python.

It turns out that using Python was way easier than using C
would have been.

--
Grant Edwards grante Yow! This is a NO-FRILLS
at flight -- hold th'' CANADIAN
visi.com BACON!!


John Salerno wrote:

So out of curiosity, I''m just wondering how everyone else came to learn
it.



I have already reported my first experiences with Python here:
http://groups.google.com/group/comp....77eba36a97751d

Michele Simionato


> Did you have to learn it for a job?

No, I learned it because Perl was too dirty and Java to complicated.
Now it is part of my daily job.

Also, how did you go about learning it?
Programming, reading this newsgroup, reading the python cookbook,
reading python source files of the standard library.
Was there any necessity in the specifics you learned, or did you just
dabble in something (e.g. wxPython) for fun?
I tried wxPython, but switched to pygtk. And I did some cgi programming
with quixote and ZODB.
Are there still some things you feel you need to learn or improve?



There are some things in Python I don''t know very well: Decorators and
generators. But somehow I don''t think that I really need them.

Thomas

--
Thomas Güttler, http://www.thomas-guettler.de/
E-Mail: guettli (*) thomas-guettler + de
Spam Catcher: ni**************@thomas-guettler.de


这篇关于Python很有趣(无用的社交线程);-)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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