I'm new to Python and fairly experienced in Perl, although that
experience is limited to the things I use daily.
I wrote the same script in both Perl and Python, and the output is
identical. The run speed is similar (very fast) and the line count is
similar.
Now that they're both working, I was l
On 10 Feb 2007 18:58:51 -0800, gregarican <[EMAIL PROTECTED]> wrote:
> On Feb 10, 6:26 pm, "Geoff Hill" <[EMAIL PROTECTED]> wrote:
> > What's the way to go about learning Python's regular expressions? I feel
> > like such an idiot - being so strong in a programming language but knowing
> > nothing
On 2/10/07, Tina I <[EMAIL PROTECTED]> wrote:
> zefciu wrote:
> > enes naci wrote:
> >> i would like to know about hacking in python too whether its illegal or
> >> not is not the point and anyway it doesn't mean i'm gong to use it.
> >>
> >
> > If you mean hacking as modyfying the code of interpre
On 2/10/07, hg <[EMAIL PROTECTED]> wrote:
> Calvin Spealman wrote:
>
> > http://en.wikipedia.org/wiki/Hacker_%28disambiguation%29
> >
> > Educate yourself on what hacking actually is. We're all hackers,
> > because it just means we get the most out of code, enjoy pushing our
> > technology to the l
On 2/8/07, Jussi Salmela <[EMAIL PROTECTED]> wrote:
> Shawn Milo kirjoitti:
> > To the list:
> >
> > I have come up with something that's working fine. However, I'm fairly
> > new to Python, so I'd really appreciate any suggestions on how th
On 8 Feb 2007 09:05:51 -0800, Gabriel Genellina <[EMAIL PROTECTED]> wrote:
> On 8 feb, 12:41, "Shawn Milo" <[EMAIL PROTECTED]> wrote:
>
> > I have come up with something that's working fine. However, I'm fairly
> > new to Python, so I'd really
On 2/8/07, Gary Herron <[EMAIL PROTECTED]> wrote:
> Johny wrote:
> > Playing a little more with strings, I found out that string.find
> > function provides the position of
> > the first occurance of the substring in the string.
> > Is there a way how to find out all substring's position ?
> > To ex
On 8 Feb 2007 08:28:25 -0800, Johny <[EMAIL PROTECTED]> wrote:
> Playing a little more with strings, I found out that string.find
> function provides the position of
> the first occurance of the substring in the string.
> Is there a way how to find out all substring's position ?
> To explain more,
On 2/8/07, dimitri pater <[EMAIL PROTECTED]> wrote:
> Hi,
> the world doesn't need another Linux distro, there are too many already...
> (> 100)
> I believe it's a better idea to spend your time contributing to an existing
> distro (e.g. http://www.ubuntu.com/developers/bounties)
> doing Python rel
To the list:
I have come up with something that's working fine. However, I'm fairly
new to Python, so I'd really appreciate any suggestions on how this
can be made more Pythonic.
Thanks,
Shawn
Okay, here's what I have come up with:
#! /usr/bin/python
import sys
import re
month
={'JAN':
On 7 Feb 2007 11:31:32 -0800, James <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I'm a newbie to Python & wondering someone can help me with this...
>
> I have this code:
> --
> #! /usr/bin/python
>
> import sys
>
> month ={'JAN':1,'FEB':2,'MAR':3,'APR':4,'MAY':5,'JUN':6,'JUL':7
Is anyone doing this? I would like to access a DB2 database (IBM's database)
with Python. I checked "Python in a Nutshell," and it refers to
ftp://people.linuxkorea.co.kr/pub/db2, but I am unable to connect
to that site, although it could be a firewall issue, as I am at work.
Is there any common
I asked some questions last week about how those in the group
learned Python, and I was given some suggestions. I ended
up buying several books. Here are my brief opinions about them.
In case it seems that I am too positive about these books, please
take into consideration that I purchased each of
I was just wondering what the best books were for learning Python.
Which books are good for getting started, and which should be saved for
later, or or not useful except as a reference for the learned?
I have a decent programming background in VB, JavaScript, VBScript,
Net.Data (IBM's macro langu
14 matches
Mail list logo