D
Dwight Hutto
Just my $0.02.I'd estimate it at that value anyday.
alex23 said:To highlight the vast gulf between what you think you are and what you
actually produce.
Taking a bite yourself there buddy. Hop under the bridge, and
When learning Python, it often happend me to re-inven the wheel. But as
soon as I saw the presence of something I re-wrote, I skipped my
re-written version and used the built-in.
Taking a bite yourself there buddy. Hop under the bridge, and
comment...it make you a troll, and you're trying to feed yourself with
pile on comment from the rest of the under bridge dwellers.
And me.
Not just Python either. The very first piece of code I wrote on a Linux
machine was a shell script that (very badly, and even more very slowly)
counted the number of files in a directory. 20 lines (if I remember
correctly) to duplicate a simple:
ls | wc -l
It was a humbling lesson to always check what features a programming
environment or language offers before reinventing the wheel with four
sides.
I wrote my first program on a PDP-8. I discovered Python
at release 1.5.?
Now years later... I find Python more and more unusable.
As an exemple related to this topic, which summarizes a
little bit the situation. I just opened my interactive
interpreter and produced this:
... '{} {}'.format(i, s)
...
'2 c'
'1 b'
'0 a'
I did it so many times with a reverse/enumerate combination,
I'm unable to do it again, I simply do not remember!
One another really annoying aspect of Python, illustrated
in my previous code: ''.format() .
Was it not supposed to be *the* new formating scheme?
I'm toying more and more with the go language. I really
appreciate and rediscover the strictness I learned with
Pascal.
So go and use go as nobody here is stopping you.
Well, the PSU might, except they emphatically do not exist...
Am 25.09.2012 01:39 schrieb Dwight Hutto:
When learning Python, it often happend me to re-inven the wheel.
But as soon as I saw the presence of something I re-wrote, I
skipped my re-written version and used the built-in.
Coming from C where just about *nothing* is in the stdlib and Java &
PHP where only some core functionalities are in the stdlib, to
Python where just the list of modules in the stdlib is humongous, I
have to make http://docs.python.org/library/ my first stop before I
try implementing anything I think might have even a remote
possibility of being there.
-tkc
On 25/09/2012 10:53, Chris Rebert wrote:
[snip]
Well, the PSU might, except they emphatically do not exist...
I know that they exist
On 25/09/2012 10:53, Chris Rebert wrote:
[snip]
Well, the PSU might, except they emphatically do not exist...
I know that they exist
You are delusional. The PSU certainly do not exist and it is a myth that
they
It was a humbling lesson to always check what features a programming
environment or language offers before reinventing the wheel with four
sides.
At least it isn't a chupacabra you need to get off...I know that they exist but if I admit to it I'd have to shoot myself.
If I can get the bra off of the debutante that is.
Tim said:[snip] though I'm minorly miffed that
enumerate()'s starting-offset wasn't back-ported into earlier 2.x
versions and have had to code around it for 1-based indexing; either
extra "+1"s or whip up my own simple enumerate() generator).
yeah a command line called convert, and taking out a few jpegs used to
convert, and I can reduce it to any size, what's the fucking point of
that question other than ignorant rhetoric, that you know is easily
fixable?
--
Best Regards,
David Hutto
CEO: http://www.hitwebdevelopment.com
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.