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.
-
Chained/Nested Modal windows in Python tkinter
Asked by mhalverson : 01 February 2011 - 11:06 AM
Tags:
-
Data Analysis: Simulating the Monty Hall Problem in Python
By janert: 31 January 2011 - 02:20 PM
A way that simulations can be helpful concerns situations that appear unfamiliar or even paradoxical. Simulations allow us to see how the system behaves and thereby to develop intuition for it. Supp...
-
unexpected python if behaviour
Asked by doonm : 03 January 2011 - 07:27 PM
Answered by paulbarry: Jan 04 2011 03:12 AM
You need to break down your code - bit by bit - to see what's going on, and your use of parens is changing the meaning of this code. When Python see parens, it evaluates that code first, so: (&#... full answer >
-
How To Tackle Python 'Head First'
By ggiles2: 16 November 2010 - 01:41 PM
Five Tips for Python By Paul Barry, author of Head First Python, publishing Nov. 17 (O'Reilly Media; $49.99 USD). 1. Don't work too hard--let Python do the work for you. When programmer...
-
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...
![]() © 2011, 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. |
|