- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
5 Posted Topics
Hello, I begin in Python, and I have the following problem: I retrieve an excerpt of a HTML webpage from the web, and then want the result to be hold in a variable (before being processed by a reg-exp). The function do get the HTML source, but when I assign … | |
Hello everyone, I have been through the Starting Python thread, and I have archived lots of stuff for further learning ! But there is one little thing for which there is no specific explanation, and looking at Google doesn't help me much. Why do the classes of many scripts are … | |
Re: The Python Papers vol.3 issue.1 has a good article to make an opinion about the main toolkits: wxpython, pygtk and pyqt. And tkinter of course. With screenshots, and all. [URL="http://archive.pythonpapers.org/ThePythonPapersVolume3Issue1.pdf"]http://archive.pythonpapers.org/ThePythonPapersVolume3Issue1.pdf[/URL] The article begins on page 26, and the links to each of the toolkits are exhaustive. My choice went to … | |
Hello all, Beginning my preparation for python 3.0, I just installed python 2.6 and the adapted wxpython. The problem is I can not run the IDLE neither the Module doc of 2.6. I can run the python command line, and that works. But I want to use the IDLE. After … | |
Hello everyone ! I am a still a beginner in Python (and have no knowledge in other languages), and today I got a reaction from my script that I find unexpected. Here's the code: I want to use the buildOneCard function to create a card (a couple of values), by … |
The End.