GeekArticles
Web Programming
Python
Web Programming
PythonCooking with Python: Seven Tasty Recipes for Programmers
07/11/2002 by Robin Parma, Alex Martelli, Scott David Daniels, Ben Wolfson, Nick Perkins, Anurag Uniya, Tim Keating, Rael Dornfest and Jeremy Hylton, authors of the Python Cookbook 1. Simple Tests Using Exceptions Usually Python is straightforward, but there are a few unexpected exceptions. Credits: Robin Parma Problem You want to know if the contents of a string represent an integer, which is not quite the same thing as checking whether the string contains only digits. Solution #...n
Sponsored Links
Related Topics
Subscribe via RSS
Python
- Lonely Python
- Python on the Side
- The Python Pattern
- The IPC10 Python Gathering
- What's New in Python 2.3?
- Develop Python/XML with 4Suite, Part 5: The repository features
- The State of the Python-XML Art
- Python and XML development using 4Suite, Part 3: 4RDF
- The State of the Python-XML Art, 2003
- Learn to Program using Python: Lesson 1, Getting Started
