Description:
The Python computer language.
|
|
|
CSV performance
|
|
I'm using the CSV library to process a large amount of data - 28 files, each of 130MB. Just reading in the data from one file and filing it into very simple data structures (numpy arrays and a cstringio) takes around 10 seconds. If I just slurp one file into a string, it only takes about a second, so I/O is not the bottleneck. Is... more »
|
|
Join as Remisser of Karvy
|
|
Karvy is an established stock broking firm with a strong customer base all over India, Karvy would like to reach out to more investors across the country, building a good distribution channel through Business Partner/Associates Who is Business Partner/Associate? Karvy is looking for like-minded people who wish to serve the... more »
|
|
Join as Associate of Karvy Stock Broking ltd
|
|
Karvy is an established stock broking firm with a strong customer base all over India, Karvy would like to reach out to more investors across the country, building a good distribution channel through Business Partner/Associates Who is Business Partner/Associate? Karvy is looking for like-minded people who wish to serve the... more »
|
|
getting linux distro used...
|
|
Hi, I just found that you could use platform.system() to get the underlying os used. But is there a way to get the distro used...? --deostroll
|
|
ActiveState Komodo Edit?
|
|
Having trouble tabifying a section of Python code. Code -- Tabify Region Does it work for anyone else? Thanks.
|
|
Is there a maximum size to a Python program?
|
|
I have a program that is generated from a generic process. It's job is to check to see whether records (replicated from another system) exist in a local table, and if it doesn't, to add them. I have 1 of these programs for every table in the database. Everything works well until I do the postcode... more »
|
|
pyxser-1.0rc1 --- python xml serialization
|
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Hello, I'm pleased to announce pyxser-1.0rc1, a Python-Object to XML serializer and deserializer. This package it's completly written in C and licensed under LGPLv3. The tested Python versions are 2.5.X and 2.7.X. * home page: [link]... more »
|
|
question about class vs class at
|
|
When I do pexpect.spawn in the following example, I see <class 'pexpect.spawn'> [cdalten@localhost oakland]$ python Python 2.4.3 (#1, Oct 1 2006, 18:00:19) [GCC 4.1.1 20060928 (Red Hat 4.1.1-28)] on linux2 Type "help", "copyright", "credits" or "license" for more information. ...<class 'pexpect.spawn'>... more »
|
|
Into itertools
|
|
Some idioms are so common that I think they deserve to be written in C into the itertools module. 1) leniter(iterator) It returns the length of a given iterator, consuming it, without creating a list. I have discussed this twice in the past. Like itertools.izip_longest don't use it with infinite iterators.... more »
|
|
|