我需要动机第2部分 [英] I Need Motivation Part 2

查看:91
本文介绍了我需要动机第2部分的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我目前在网络(LAN)。我开始使用python是因为我听说

它具有很强的网络程序和/或脚本能力,但是因为有太多的东西,所以很可能会失去我的动力。

模块,我不能只学习它们,这可以在

中使用c或c ++,只有有限数量的头文件。失去我的b / b $ b $兴趣是如果我不能学习这些模块,并且有很多和很多的python模块,我怎么能够做得足够好? >
程序员/脚本编写者。

-

*发布于NewsLeecher v3.0 Beta 7

* http://www.newsleecher.com/?usenet

解决方案


bl**@blah.blah 写道:

我目前在网络(LAN)。我开始使用python是因为我听说它具有很强的网络程序和/或脚本的能力,但是我因为有太多的模块而失去了我的动力,我只能学习它们都是这样,这可以防止c / c ++中只有有限数量的头文件。失去我的兴趣的是,如果我不能学习这些模块,并且有很多和很多python模块,我怎么能够成为一个足够好的程序员/脚本编写者。


那么,你最好坚持使用python。忘记所有这些

模块,你会知道什么时候需要出现或者询问

然后。


Python肯定有它背后的动力来解决这种现实世界的问题,我现在说最好的整体

环境/语言。


blahman(bl**@blah.blah)启发我们:

我因为有太多而失去了我的动力
模块,我不能只学习它们,这可以避免使用c或c ++
,其中只有有限数量的头文件。




有/ usr / include中我系统上的2800多个头文件。什么

你的意思是有限数量的头文件?


Sybren

-

世界的问题是愚蠢。并不是说应该对愚蠢的死刑进行处罚,但为什么我们不要仅仅拿掉

安全标签来解决问题呢? br />
Frank Zappa


bl ** @ blah.blah 写道:

我目前在网络(LAN)。我开始使用python是因为我听说它具有很强的网络程序和/或脚本的能力,但是我因为有太多的模块而失去了我的动力,我只能学习他们都是,


你为什么要学习它们?在你需要的时候学习你需要的那个

- 不要忘记快速查看存在模块之前

重新制作方形轮(我写了一个在实现之前的Q& D CSV解析器

stdlib中有一个非常好的...但是,我的Q& D解决方案

花了我不到一个小时写下并做了它必须做的事情,所以...)

这可以避免使用只有有限数量的头文件的c或c ++。


在stdlib中,是的。现在有成千上万的图书馆/框架

每个重新实现所有基本数据结构和算法(字符串,
列表,哈希表,树等),所以你几乎要每次使用新库时都​​要学习一种新的语言。

失去我的兴趣是如果我不能学习这些模块,


再次:你不必。

并且有很多和很多python模块,我怎么能够做得足够好?程序员/脚本编程。




和其他人一样:编写程序。这是成为一名

程序员的唯一方法。


-

bruno desthuilliers

python -c" print''@''。join([''。''。join([w [:: - 1] for w in p.split(''。'')])for ''o **** @ xiludom.gro''中的
p.split(''@'')])"


i m currently in a network (LAN). i started python because i heard
that it has great ability for networking programs and/or scripts, but
i m losing my motivation with python because there are sooo many
modules, that i cant just learn them all, this deters from c or c++ in
which there are only a limited number of header files. what loses my
interest is that if i cant learn these modules, and there are lots and
lots of python modules, how can i ever be a good enough
programmer/scripter.
--
* Posted with NewsLeecher v3.0 Beta 7
* http://www.newsleecher.com/?usenet

解决方案


bl**@blah.blah wrote:

i m currently in a network (LAN). i started python because i heard
that it has great ability for networking programs and/or scripts, but
i m losing my motivation with python because there are sooo many
modules, that i cant just learn them all, this deters from c or c++ in
which there are only a limited number of header files. what loses my
interest is that if i cant learn these modules, and there are lots and
lots of python modules, how can i ever be a good enough
programmer/scripter.


Well, you better stick with python then. Forget about all those
modules, you would know what to use when the needs come up or ask by
then.

Python definitely has the momentum behind it for solving this kind of
real world problems and I would say the best overall
environment/language right now.


blahman (bl**@blah.blah) enlightened us with:

i m losing my motivation with python because there are sooo many
modules, that i cant just learn them all, this deters from c or c++
in which there are only a limited number of header files.



There are over 2800 header files on my system in /usr/include. What do
you mean "a limited number of header files"?

Sybren
--
The problem with the world is stupidity. Not saying there should be a
capital punishment for stupidity, but why don''t we just take the
safety labels off of everything and let the problem solve itself?
Frank Zappa


bl**@blah.blah wrote:

i m currently in a network (LAN). i started python because i heard
that it has great ability for networking programs and/or scripts, but
i m losing my motivation with python because there are sooo many
modules, that i cant just learn them all,
Why would you learn them all ? Learn the one you need when you need them
- jus don''t forget to have a quick look at the existings modules before
reinventing the square wheel (I wrote a Q&D CSV parser before realinzing
there was a pretty good one in the stdlib... But what, my Q&D solution
took me laess than one hour to write and did what it had to do, so...)
this deters from c or c++ in
which there are only a limited number of header files.
In the stdlib, yes. Now there are thousands of librairies/frameworks
each reimplenting all the basic datastructure and algorithm (strings,
lists, hashtables, trees and the like), so you almost have to learn a
new language each time you use a new library.
what loses my
interest is that if i cant learn these modules,
Once again : you don''t have to.
and there are lots and
lots of python modules, how can i ever be a good enough
programmer/scripter.



Like everybody else: write programs. That''s the only way to become a
programmer.

--
bruno desthuilliers
python -c "print ''@''.join([''.''.join([w[::-1] for w in p.split(''.'')]) for
p in ''o****@xiludom.gro''.split(''@'')])"


这篇关于我需要动机第2部分的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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