5
votes
Python regular expression for multiple tags
Beautiful soup is definitely the way to go with a problem like this. The code is cleaner and easier to read. Once you have it installed, getting all the tags looks something like this.
…
1
vote
What is the clojure equivalent of the Python idiom “if __name__ == ‘__main__’”?
I'm very new to Clojure but I think …
0
votes
python not starting properly
In your path, I think you need to have both the location of the Python install and the Python\Scripts folder. For example, on XP, I have C:\Python25;C:\Python25\Scripts. Can you verify that you h …
6
votes
Pylons is confusing: help!
Have you looked at the Pylons book? I think it does a much better job documenting and explaining how Pylons works. If you are really interested …
