Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~21.1K People Reached
Member Avatar for vegaseat

After you got the basics of Python under your belt, the best way to get a good knowledge of the language and improve your coding skills is to start on a project you are interested in. Maybe an image viewer, a slide show, computer generated random or fractal art, a …

Member Avatar for vegaseat
20
18K
Member Avatar for Begjinner

Hi, Sorry if this is asked before, but I'm having trouble figuring this out (tried already for a couple of hours). This is what is going on: Kids make a test with 50 question. These test are checked manually on paper and afterwards need to be put into a website. …

Member Avatar for Tech B
0
120
Member Avatar for Begjinner

Hi, I made a program (.exe) in Visual Studio 2008 with DOS as menu/GUI and it does not have copy/paste menu when you do right mouse button. A program that I made in Devshed-C++ does have it. How do I add it (in Visual Studio 2008 or c++ code?)? Thanks

0
69
Member Avatar for Begjinner

When you use char(130) you get the é. When you do int('é') you get -23... and with my program to get value it is -126... How on earth can I get the 130 value when entering the é ? Thanks for looking. With this program I printed out the letter …

Member Avatar for Duoas
0
124
Member Avatar for Begjinner

Hi, I got two question. :) First there is this annoying problem with running my script from IDLE that for the character é (the ' and e) I got after using ord() the value 233. When I run the script from cmd.exe I get the value 130. Why the difference …

Member Avatar for vegaseat
0
251
Member Avatar for Begjinner

Hi, Sorry if this is already asked, but I couldn't find it. I got a text file with 100010101001000010000011111001010 and it is 8bit, now I would like it to decimal. With the int(file,2) function it does not work. I get a very large number. Is there an extra command I …

Member Avatar for Begjinner
0
143
Member Avatar for Begjinner

Hello, I have this in my CSS: [code] #contentbox a{ font-weight: bold; color: #c8a468; cursor: pointer; }[/code] And want to change the color with Javascript's function: document.getElementById, but when I use document.getElementById('contentbox a').style.color= "#d05048", I get an error that it doesn't know 'contentbox a'. I tried multiple things and searched …

Member Avatar for wrivera
0
174
Member Avatar for bumsfeld

The myth is around that while loop is faster than the corresponding for loop. I checked it out with Python module timeit, and came to surprising conclusion. This snippet can easily be modified to time any of your functions you write.

Member Avatar for Begjinner
0
2K
Member Avatar for Begjinner

Hello, I'm doing (post) #2 of 'Projects for the Beginner' and I used for making this the 'The Address Book Revisited' example on this [URL="http://www.freenetpages.co.uk/hp/alan.gauld/tutor2/tutfiles.htm"]page[/URL] The author says he even put in two errors on purpose. I have re-written the code and changed it more to a Code Library like …

Member Avatar for woooee
0
123
Member Avatar for Begjinner

Hey, I was looking at some old Python topics and they contain nice info, but they also use the PHP tag for showing code - which doesn't work. Maybe these old topics can automatically be changed with the proper tag for python code? Thanks, Lars

Member Avatar for Begjinner
0
104
Member Avatar for kimvolker

I'm running Python with: DrPython 165 wxPython Version: 2.8.7.1 wxPython Platform: wxMSW, unicode, wx-assertions-on, SWIG-1.3.29 Python Version: 2.5.1.final Python Platform: win32 When I open a *.py file, I get the following error messages (see attached PDF file) in the drpython.pyc window. How can I get rid of these erros?

Member Avatar for vegaseat
0
309
Member Avatar for Begjinner

Hello, I created on a different website a Python topic with general information and some more CGI specific. Check it out: [url]http://www.stonerocket.net/forum/viewtopic.php?t=5869[/url] [b]This is what the topic contains:[/b] [list] [*]What is and Why Python? [*]The logo [*]Who uses Python and for what to use Python? [*]Future of Python? [*]Where to …

Member Avatar for vegaseat
0
100