It looks like you're using an Ad Blocker.

Please white-list or disable AboveTopSecret.com in your ad-blocking tool.

Thank you.

 

Some features of ATS will be disabled while you continue to use an ad-blocker.

 

What's a good program that you can use with Python?

page: 1
0

log in

join
share:

posted on Aug, 29 2012 @ 01:49 PM
link   
Don't really have much time to be on the computer today but I wanted to get an idea what some people use.

I need Python, and the python interpreter.

I downloaded Python 3.2 but it doesn't look like the the python Idle from school and I was trying to find a link to that.

If anyone can help I would appreciate it.

Also when I was trying to program the tab in Python it wouldn't work, it kept giving me what I typed. /t

print("1", end="/t")
print("2")

Isn't that suppose to be a tab in Python?

Thanks, talk to you after work.
edit on 29-8-2012 by Manhater because: (no reason given)



posted on Aug, 29 2012 @ 01:52 PM
link   
reply to post by Manhater
 


(Monty)... sorry had to get that pun in.



posted on Aug, 29 2012 @ 01:55 PM
link   
try the other slash so \t instead of /t



posted on Aug, 29 2012 @ 03:34 PM
link   
reply to post by Maxatoria
 


Okay, Thank you.



posted on Aug, 30 2012 @ 12:17 AM
link   
I found an easier way, take the end and the useless equal sign and the useless quotations out and just put this line to tab stuff.

print("1" end =" /t") instead of making 20 million lines with t, just create one line and make it more presentable without the useless junk taking up space and giving so called syntax errors.

print("1/t2/t3/t4")

and done



Hope my teacher isn't picky.


edit on 30-8-2012 by Manhater because: (no reason given)




top topics
 
0

log in

join