- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
none, I'm 14!
- Interests
- programming, 3d Computer Graphics, cycling, golfing
- PC Specs
- KDS Laptop Runs Windows ME Compaq Presario Runs Windows XP
27 Posted Topics
Re: Well I've only ever learned two languages. HTML and Python. HTML and Python don't really compare because they do two totally different things. But I still give Python a big thumbs up it's easy to use and somewhat integratable. Just like HTML. | |
ok I had looked on the internet and found one form of running an exe file from a py script, i goes like this. [CODE]import os os.system("c:/windows/iexplore.exe") # Or wherever it lives[/CODE] Problem is, whenever i run the script with the appropriate path loaded in, i get the following: [CODE]Traceback … | |
Ok, so from my last post, you might have figured that I'm making a coder/decoder package. Anyways, say I've got a string of letters that i want to decode, such as: AAAGGGCCC Which should produce: ACB Because a=aaa c=ggg and b=ccc Currently with my program, you have to input one … | |
"lol, looks like a balloon ABC news video [url]http://wm-ondemand.abacast.com/proph...h/ABCnews1.wmv[/url] (PRWEB) - Las Vegas, NV (PRWEB) May 25, 2005 -- Prophet Yahweh was blessed to discover the lost, ancient art of summoning UFOs and spaceships on-demand. There is a difference between UFOs and spaceships. UFOs are usually small flying objects: glowing … | |
Ok, I'm an amateur Computer Graphics artist, as in I don't make money off of it, but I plan to make it a career, I've been reading some different lit on the subject and it suggests making a digital portfolio. (ie. a website) One source suggests that I should use … | |
Ok, so I'm basically an ametuer Computer Graphics artist, and I plan to start creating a portfolio site... Here's my problem, I want to make a site thats interactive, (ie. Fancy button animations, Menu Animations) What synatx should I use? BTW: I'm intermediate/advanced when it comes to HTML coding. ![]() | |
Well, I'm in a bit of a dilemma, I'm simply looking for a program that will unzip .rar files for free, I don't need a program to make .rar all I need is a freeware un-zipper, does anyone know of one? | |
Ok, here's my question... What is a shell, what are the advantages, what are the risks of installing one, and what possible cons are there? Lastly, are there any good ones that are free? I'm looking into getting a new one, but I'm not quite sure what to do, the … | |
Ok, all I want ot know is how to close a script on command, lie type 3 to exit, what modules do i need to import and what is the command, I have everything else sorted out... EDIT: The close command will go in a if statement, which is in … | |
Hi, I was just wondering, how do I go about making the autorun files that you see all the time on cd's that automatically boot up the setup file. After I make the file, what is it's extension? | |
I think thats what they are called, it's the -command thing you put after the exe's name, to give it a specific start up property. Anywho, here's my problem, I run a program called Blender, but it runs really slowly due to an OpenGL glitch, so I have to go … | |
OK so here goes. I just git rid of a networkable printer, it was old and not working... the toner part malfuntioned. Anywho, I slavaged a sitck of 64 meg ram from it. The lable reads as following 64 MB, SYNCH, 100Mh, CL2 there is a silver text on the … | |
Ok, here is my dillema, I want to make a rolling event list script, that goes in my web page, that can "read" off of a sepate document or database.... Basically right now, im roughing it with an html table, and every time i want to add an event, I … | |
Yeah, uhh I've heard about it, but where do i get it and how do i use it? HElp is appreciated | |
Ok, so I'm gonna work on a program, and I want to enable a gui for it. I have a few questions though... Question: Are there any out there that wont need a class structure? (I;ve never gotten them, and I'm working on them right now...) Question: How about easily … | |
I am using Tkinter as my gui programming addon for python but i think it would be better to lean something else.... do you know where there are any good pyWin32 or wxPython tutortials? Help is apprecaited. :cheesy: | |
Ok, I am trying to get a CSS file to work with my website but it won't load when I goto my page. All it really does is change the color of some of the text but nothing is happening. I've uploaded it to the server and is in the … | |
Ok I was wondering if anyone could help me with how to make a python program interact with files. Copying, pasting, moving, things like that, opening. If it cant really be discussed quicky are there any good tutorials? Mainly a organinzing python program.(looks for a certain file extention, then moves … | |
Ok, Im still really shaky w/useing python with other programs. So here is my question, is it possible to create just a very small program that grabs my IP adress, copys it, and then sends it to certain IM buddys? The reason I am asking this is beacause my friends … | |
Hello all, I just wanted to inform anyone out there that there is a free, very very very very good 3D Computer Graphics program out there. And one of the main reasons I've gotten into python is because that program uses Python code to expand itself. (i.e: There is a … | |
As I said before im new to python and stink at math(great combination huh?) Well I've looked at Thinking in Tkinter but I still don't fully understand the concept of classes. Could you provide any help\tutorials on this subject? Help Appreciated :cheesy: | |
Ok new problem, I want to build off of a program I saw in a tutorial that has a "menu" and can calculate two different shapes. The two shapes are circle and rectangle. I've built it into a working order.(event bindings, buttons, area calculation programs) The program works all the … | |
Ok I've gotten py2exe because I have friends that want to test my programs, but they don't want to download the python program. Well I have tried to run the compiler out of MS-DOS and the Python version of MS-DOS. But every time I wind up with an error. I … | |
Hello Everyone! My question is simple, where are any half decent tutorials out there? I mean, all of the ones I've tried have only skimmed the surface(print, name = raw_input yah know things like that)- or were way to complicated. I've only been doing this for something like a week | |
Hello all! Ok here's my problem: I have a Hello World type program that I want to run in steps, and each step is in a new window. When a "next" button is pressed the old window terminates and a new one is created. Now I don't know much about … | |
Ok, I've only been working with Python for something like 4 days now and I'm stuck trying to do a certain thing in Tkinter. Now, just to get you into the situation here. I've created a little program that has an entry bar and a go button. It says for … | |
I have heard that it is possible to compile python so that people reciving the script don't need to worry about going to the python website and downloading it. One more thing if you tell me to run something from the prompt I can't for the life of me run … |
The End.