On Dec 14, 5:41 pm, "Gabriel Genellina" <[EMAIL PROTECTED]>
wrote:
> En Fri, 14 Dec 2007 12:19:41 -0300, Hans Müller <[EMAIL PROTECTED]> escribió:
>
> > I cannot read a binary file into a mysql database. Everything I tried
> > did not succeed.
>
> > What I tried (found from various google lookups
Gluon was made at my school? I seriously gotta start talking to the
CTI department.
--
http://mail.python.org/mailman/listinfo/python-list
I got myself into programming late in the summer and have dabbled in
python for the most part in that time, recently beginning work on a
music player. In January, I start my minor in Information
Technology. I'd like to get ahead a bit, however, and over the break
would like to do some reading. I
I understand that the Win32 has been said to be itself poorly
documented, so perhaps that the documentation that comes with the
modules is of similar quality is no coincidence. Maybe I'm still too
young in my programming to grasp the good of that documentation, but
for myself, it tells me next to
I've been teaching myself the python language over the past few months
using Mark Lutz' Learning Python, 3ed. Python is also the first
programming language I've ever taken up. I find the language easy to
learn and rather productive in relation to the introductory course on C
++ I'd begun in Janua
On Feb 27, 5:24 pm, Benoit <[EMAIL PROTECTED]> wrote:
> I've been teaching myself the python language over the past few months
> using Mark Lutz' Learning Python, 3ed. Python is also the first
> programming language I've ever taken up. I find the language easy to
&g
Forgive my language concerning C++ as its turned the thread into
something I did not intend. I merely wished to point out that Python
was easier for me to learn than C++. To Schwab, its likely that Mark
Lutz is simply a better instructor than my professor.
--
http://mail.python.org/mailman/listin
On Friday, September 4, 2009 4:52:11 PM UTC-7, Rami Chowdhury wrote:
> > global no_picked
> > no_picked = 0
> >
> > def picked(object, event):
> > no_picked += 1
> > print no_picked
>
> In order to be able to affect variables in the global scope, you need to
> dec
number_drawn=()
def load(lot_number,number_drawn):
first=input("enter first lot: ")
last=input("enter last lot: ")
for lot_number in range(first,last):
line_out=str(lot_number)
for count in range(1,5):
number_drawn=raw_input("number: ")
line_out=l
nstall xxx' if not already
packaged. I gave a try on the native Windows version and Anaconda but
there is at least one package that I could not run (and I loosed
a lot of time to compile a bunch of libraries).
Example of package: pyproj (proj4), openpyxl with lxml (libxml2,
libxslt) and pillow (li
st one package that I could not run (and I loosed
>> a lot of time to compile a bunch of libraries).
>>
>> Example of package: pyproj (proj4), openpyxl with lxml (libxml2,
>> libxslt) and pillow (libjpeg, zlib, libtiff, ...), psycopg2 (libpq).
>
> I belive these are all a
st one package that I could not run (and I loosed
>> a lot of time to compile a bunch of libraries).
>>
>> Example of package: pyproj (proj4), openpyxl with lxml (libxml2,
>> libxslt) and pillow (libjpeg, zlib, libtiff, ...), psycopg2 (libpq).
>
> I belive these are all ava
n, it used 1664MB of memory.
Thanks for your time.
Cheers.
--
Benoit Thiell
The SAO/NASA Astrophysics Data System
http://adswww.harvard.edu/
--
http://mail.python.org/mailman/listinfo/python-list
On Tue, Jan 3, 2012 at 5:59 PM, Peter Otten <__pete...@web.de> wrote:
> Benoit Thiell wrote:
>
>> I am experiencing a puzzling problem with both Python 2.4 and Python
>> 2.6 on CentOS 5. I'm looking for an explanation of the problem and
>> possible solutions. Her
thing that does not make sense at all?
I'm wondering as well if the new nonlocal statement will fix that in py3k?
Thanks in advance,
Benoit
--
http://mail.python.org/mailman/listinfo/python-list
ing as well if the new nonlocal statement will fix that in
> py3k?
> >
>
> nonlocal doesn't adress this issue an I doubt python 3.0 fix it at all.
>
> You have the same problem with generator expressions, which bind lately
> outer
> loop variables :
Good to know, I wa
ese email threads, except for the pickling issue
>and the fact that Guido does not like nested classes, I do not see strong
>argument against it either.
Regards,
Benoit
--
http://mail.python.org/mailman/listinfo/python-list
Now if you say; it is not supported, don't do that, we will deprecate that
feature, fine, I will use an alternative solution.
I was just not aware of that "nested class is evil" group in the Python
community. I still not understand why, but if it is the BDFL decision...
Regards,
Benoit
--
http://mail.python.org/mailman/listinfo/python-list
Hi,it has been about a week since the last time I was able to use Python. Most
of the time, the interpreter doesn't show up and when it does and I am trying
to run a program it displayed the following message: "IDLE's subprocess didn't
make connection. Either IDLE can't start a subprocess or per
19 matches
Mail list logo