CARVIEW |
Earn Rewards, Reputation, and Badges
Redeem the reputation points you've earned from participating in O'Reilly Answers for O'Reilly ebooks, videos, courses, and conferences.
Learn more »
Recommended for You
Topics: python
python Feed
python Open Questions Feed
python Email
Open Questions via Email

Please sign in or register to post.

Please sign in or register to post.
-
Python: name not defined.
Asked by ragmop12 : 20 September 2010 - 08:39 AM
Answered by GT_Fish : Sep 30 2010 03:05 PM
I'm guessing that NMFUTPOPS.py is the name of a file containing a python script. You can get python to "process" a file containing a script by running: python NMFUTPOPS.py In your mes... full answer >
-
Use BeautifulSoup to parse data.gov
By odewahn1: 25 August 2010 - 07:21 AM
Data.gov is a tremendous information resource that lists thousands of data sets collected and managed by various Federal agencies. I was interested in seeing which ones were being used the most. Unf...
-
How to write an elmcity event parser plug-in
By JonUdell: 17 August 2010 - 10:43 AM
Introduction The vast majority of event information on the web is unavailable as structured data. The elmcity project tackles this problem by empowering curators to create syndicated networks of ...
-
New Iterables in Python 3.0
By adfm: 02 June 2010 - 04:43 PM
This excerpt from Mark Lutz' Learning Python introduces you to the New Iterables in Python 3.0. With it you'll learn about the range, map, zip, filter and dictionary view iterators. You'll also lear...
-
How to Change Strings in Python
By adfm: 26 May 2010 - 10:34 AM
In Python, a string is an immutable sequence. In this excerpt from Mark Lutz's Learning Python you'll learn how to change strings using concatenation and slicing. You'll also be introduced to Python...
-
How to use the Google Suggest API to come up with topics for Answers
By odewahn1: 24 May 2010 - 12:01 PM
Google has a nice little RESTful API that powers the auto-suggest function: https://blogoscoped.c...-08-17-n22.html The API returns the top 10 suggestions for the given query, plus the number of time...
-
What kind of Django book would you like to see from O'Reilly?
Asked by juliesteele : 13 April 2010 - 01:17 PM
Answered by macbraughton : May 01 2010 07:06 AM
I'd like to see more about using Django to build webapps with the Google App Engine. full answer >
-
Building a UTF8 (Unicode) Sanitizer for Python
Asked by brian.mcconnell : 06 April 2010 - 02:11 PM
Answered by hlian: May 25 2010 06:07 AM
I would first run the bytes through Mark Pilgrim's Universal Encoding Detector, which should allow you to detect the common encodings you mentioned without any fuss. It even spits out scores for e... full answer >
-
How to Configure Python
By adfm: 26 March 2010 - 12:11 PM
Every so often you'll need to configure a Python installation. It's a good idea to know where things are and how to point to them if you have to. In this excerpt from Learning Python by Mark Lutz you'...
-
An Introduction to Genetic Algorithms in Python
By adfm: 17 March 2010 - 10:40 AM
Do you have a problem that could be solved by iterative optimization? With this excerpt from Programming Collective Intelligence, Toby Segaran explores the use of genetic algorithms to solve such prob...
![]() ©2010, O'Reilly Media, Inc. (707) 827-7000 / (800) 998-9938 All trademarks and registered trademarks appearing on oreilly.com are the property of their respective owners. |
|