To: Steven D'Aprano
From: "Stefan Ram"
To: Steven D'Aprano
From: r...@zedat.fu-berlin.de (Stefan Ram)
Steven D'Aprano writes:
>It has been a long, long time since Python has been a "simple" language
>suitable for rank beginners, if it ever was. Py
To: Stefan Ram
From: r...@zedat.fu-berlin.de (Stefan Ram)
r...@zedat.fu-berlin.de (Stefan Ram) writes:
>Still, one must not forget that learning Python encompasses
>all the hard work it takes to learn how to program in every
>language.
"Beginner", however, is a very
To: Richard Damon
From: "Stefan Ram"
To: Richard Damon
From: r...@zedat.fu-berlin.de (Stefan Ram)
Richard Damon writes:
>Now, if I have a parser that doesn't use the locale, but some other rule
>base than I just need to provide it with the right rules, which is
>bas
To: Stefan Ram
From: "Stefan Ram"
To: Stefan Ram
From: r...@zedat.fu-berlin.de (Stefan Ram)
r...@zedat.fu-berlin.de (Stefan Ram) writes:
>def f():
>def g():
>g.x += 1
>return g.x
>g.x = 0
>return g
Or, "for all g to sha
To: Steven D'Aprano
From: "Stefan Ram"
To: Steven D'Aprano
From: r...@zedat.fu-berlin.de (Stefan Ram)
Steven D'Aprano writes:
>def f():
>static x = 0
>def g():
>x += 1
>return x
>return g
What one can do today:
ma
To: Steven D'Aprano
From: r...@zedat.fu-berlin.de (Stefan Ram)
Steven D'Aprano writes:
>It has been a long, long time since Python has been a "simple" language
>suitable for rank beginners, if it ever was. Python is not Scratch.
Python is simpler insofar as you c
To: Richard Damon
From: r...@zedat.fu-berlin.de (Stefan Ram)
Richard Damon writes:
>Now, if I have a parser that doesn't use the locale, but some other rule
>base than I just need to provide it with the right rules, which is
>basically just defining the right locale.
Here&
To: Steven D'Aprano
From: r...@zedat.fu-berlin.de (Stefan Ram)
Steven D'Aprano writes:
>def f():
>static x = 0
>def g():
>x += 1
>return x
>return g
What one can do today:
main.py
def g():
g.x += 1
return g.x
g.x = 0
pri
To: Stefan Ram
From: r...@zedat.fu-berlin.de (Stefan Ram)
r...@zedat.fu-berlin.de (Stefan Ram) writes:
>def f():
>def g():
>g.x += 1
>return g.x
>g.x = 0
>return g
Or, "for all g to share the same x":
main.py
def f():
Cai Gengyang writes:
Statement 0:
>count = 0
Statement 1:
>if count < 5:
> print "Hello, I am an if statement and count is", count
Statement 2:
>while count < 10:
> print "Hello, I am a while and count is", count
> count += 1
There are three statements here.
They are executed
Ram) (Stefan Ram)
Greg Tibbet writes:
>I'm an old timer, have programmed in Fortran, C, C++, Perl, and a bit
>of Java and trying to learn this new-fangled Python language!
Which actually is older than Java.
>def ellipse(self, xy, fill=None, outline=None):
>&
r...@zedat.fu-berlin.de (Stefan Ram) writes:
>Then you can use pickle or custom methods to save and
>restore the object, or get the state from an iterator
>and create a new iterator with that state later.
One does not always have to write a custom class,
for example:
main.py
impo
Greg Tibbet writes:
>I'm an old timer, have programmed in Fortran, C, C++, Perl, and a bit
>of Java and trying to learn this new-fangled Python language!
Which actually is older than Java.
>def ellipse(self, xy, fill=None, outline=None):
>"""Draw an ellipse."""
>ink, fill = sel
r...@zedat.fu-berlin.de (Stefan Ram) writes:
>Then you can use pickle or custom methods to save and
>restore the object, or get the state from an iterator
>and create a new iterator with that state later.
One does not always have to write a custom class,
for example:
main.py
impo
Greg Tibbet writes:
>I'm an old timer, have programmed in Fortran, C, C++, Perl, and a bit
>of Java and trying to learn this new-fangled Python language!
Which actually is older than Java.
>def ellipse(self, xy, fill=None, outline=None):
>"""Draw an ellipse."""
>ink, fill = sel
Hello,
I already have a script that plots a polygon. But now I'm trying to script
a python class that would enable me to import the previous plot , make
instances and control it too(like specifying parameters like spacing , width,
height or the like). My approach was, to create a new layout
Worked! Thanks Ervin!
On Mon, Feb 3, 2014 at 1:08 PM, Ervin Hegedüs wrote:
> Hello,
>
> On Mon, Feb 03, 2014 at 02:50:15AM -0800, cool-RR wrote:
> > Hi,
> >
> > I'm trying to install Python 3.4b3 on Ubuntu. Since compilation seems to
> be the only way, I'm trying that.
> >
> > I downloaded the
default.
You enjoy writing software and take pride in what you build.
SOL proficiency, particularly with PostgreSQL is a plus.
Strong communications skills, both written and verbal.
Thanks & Regards,
Ram
i3 Software
100 Wood Avenue South, Suite 105
Iselin, NJ, 08830
(O) 703 953 2828
T
.
• Ability to handle multi-tasking and frequently changing priorities.
• Cisco Certifications a plus
• Familiarity with ITIL processes a plus
Thanks,
Ram Dev
Recruiter
Tech-Net Inc.
Tel: 916-458-4390 Ext 102
Email: r...@tech-netinc.com
Ym: vramde...@yahoo.com
URL: www.tech
• Understanding of Clients Customer, Product, Contract, and Entitlement
data/structures a plus
Thanks,
Ram Dev
Recruiter
Tech-Net Inc.
Tel: 916-458-4390 Ext 102
Email: r...@tech-netinc.com
--
http://mail.python.org/mailman/listinfo/python-list
:
• Email:
• Availability:
• Visa Status:
• Relocation to :
• Last 4-digits of SSN:
• References:
• Ready for Telephonic discussion during office hours
Thanks,
Ram Dev
Recruiter
Tech-Net Inc.
Tel: 916-458-4390 Ext 102
Email
review and develop unit test if needed.
Environment: JBoss, Groovy and Grails, Oracle 11g, SQL, XNL, Actuate, Reporting
Services, SharePoint, Quality Center, Quick Test Pro, Load Runner, SOA Test,
Windows, Linux.
Thanks,
Ram Dev
Recruiter
Tech-Net Inc.
Tel: 916
Does anyone have any inkling on how to fix this bug?
http://code.google.com/p/logutils/issues/detail?id=3
Or any good pointers on how to find out whats wrong and how to fix it
would be nice.
Thanks,
--Ram
--
http://mail.python.org/mailman/listinfo/python-list
How does this line work? How do I get my logger to point to a file to
be named as /tmp/modulename.log : I can do this using inspect, but
there probably is a better way?
Thanks,
--Ram
--
http://mail.python.org/mailman/listinfo/python-list
On 6 July, 10:02, Simon Brunning wrote:
> 2009/7/6 RAM :
>
> > I am trying to do this on windows. My program(executable) has been
> > written in VC++ and when I run this program, I need to click on one
> > button on the program GUI i,e just I am entering "Enter key&qu
On 5 July, 17:12, Tim Harig wrote:
> On 2009-07-05, RAM wrote:
>
> > I need to start an external program and pass the keyboard events like
> > F1,Right arrow key etc to the program..I am trying to use the
> > subprocess module to invoke the external program. I am able to
Hi,
I need to start an external program and pass the keyboard events like
F1,Right arrow key etc to the program..I am trying to use the
subprocess module to invoke the external program. I am able to invoke
but not able to generate the keyboard events and pass them on to the
external progam. Please
Here's a little issue I run into more than I like: I often need to
unpack a sequence that may be too short or too long into a fixed-size
set of items:
a, b, c = seq # when seq = (1, 2, 3, 4, ...) or seq = (1, 2)
What I usually do is something like this:
a, b, c = (list(seq) + [None, No
Stupid question #983098403:
I can't seem to pass an unpacked sequence and keyword arguments to a
function at the same time. What am I doing wrong?
def f(*args, **kw):
for a in args:
print 'arg:', a
for (k,v) in kw.iteritems():
print k, '=', v
>>> f(1,2)
arg: 1
arg: 2
>>>
-packages . Please help me out how to solve this
when i give $python it is going to python 2.3.3. I also have the
shared library _pg.so in the same directory.
Luv
Ram
--
http://mail.python.org/mailman/listinfo/python-list
30 matches
Mail list logo