This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2011-11-27 17:21:11

henley
Scratcher
Registered: 2008-06-21
Posts: 1000+

Python

Who here uses Python? What did you make? What are you making? I recently got into Python, (yesterday  tongue ) and I’m getting used to it.


"I've worked so hard for you and you give me nothing in return. Do you need help... Or do I?"

Offline

 

#2 2011-11-27 17:22:21

RedRocker227
Scratcher
Registered: 2011-10-26
Posts: 1000+

Re: Python

Nah, too complicated for me  sad


Why

Offline

 

#3 2011-11-27 17:23:00

brettman98
Scratcher
Registered: 2010-10-17
Posts: 1000+

Re: Python

I had a python, but it tried to eat me...
trolololo


http://i40.tinypic.com/n1wbr7.jpg

Offline

 

#4 2011-11-27 17:24:32

RedRocker227
Scratcher
Registered: 2011-10-26
Posts: 1000+

Re: Python

brettman98 wrote:

I had a python, but it tried to eat me...
trolololo

lol

EDIT: Haha, invisible text no longer!  wink

Last edited by RedRocker227 (2011-11-27 17:25:48)


Why

Offline

 

#5 2011-11-27 17:51:19

maxskywalker
Scratcher
Registered: 2008-01-27
Posts: 1000+

Re: Python

I use it.  It's a really great language.  Fun fact: Battlefield 2 is written in Python!  So is Blender!  And EVE Online (the largest MMORPG on the net).  And this ride simulation made by Disney!  That renews my enthusiasm in Python!  I've been using it for quite some time and have some decent skills, but I've never had any good ideas  sad  that's always my problem.

Last edited by maxskywalker (2011-11-27 17:51:57)

Offline

 

#6 2011-11-27 17:53:59

GameHutSoftware
Scratcher
Registered: 2010-04-24
Posts: 1000+

Re: Python

I don't care for text-based programming languages. I like object-based, like Flash.


Lurking more than posting, but still here.

Offline

 

#7 2011-11-27 17:56:39

msdosdude
Scratcher
Registered: 2009-06-11
Posts: 1000+

Re: Python

Code:

print "trolololololololol"
troll = raw_input ( "I can haz cheezburger? " )

http://i39.tinypic.com/2vkxppf.png
Freebie. Not a Scratch OS, a REAL OS you can boot to, by msdosdude.

Offline

 

#8 2011-11-27 17:56:40

maxskywalker
Scratcher
Registered: 2008-01-27
Posts: 1000+

Re: Python

GameHutSoftware wrote:

I don't care for text-based programming languages. I like object-based, like Flash.

Eh, I like text-based more.  I do use Flash though.  It's good for richer animations.  But in the end, text-based tends to be a bit more practical for most uses.  That's my personal opinion.

Offline

 

#9 2011-11-27 19:25:47

CheeseMunchy
Scratcher
Registered: 2008-10-13
Posts: 1000+

Re: Python

I use it. A little.


6418,

Offline

 

#10 2011-11-27 22:07:14

samtwheels
Scratcher
Registered: 2011-03-20
Posts: 1000+

Re: Python

I have made a simple OS like project, and I am making a chatbot.
@maxskywalker: blender uses python, but was written in C++.

Offline

 

#11 2011-11-27 22:19:38

nickbrickmaster
Scratcher
Registered: 2010-02-02
Posts: 500+

Re: Python

RedRocker227 wrote:

Nah, too complicated for me  sad

What do you use? BASIC?

I like python. I'm making a text adventure right now. If anyone knows how to use tkinter, that would be appreciated.


Ask me what I'm doing, wait an hour than roll a die, if it's 4-6, I'm playing Skyrim, if it's 1, I'm eating, if it's 2-3 I'm programming.
Steam: nickbrickmaster | RotMG: PwnThemAll | Minecraft: nickbrickmaster | League Of Legends: BaneOfTitans

Offline

 

#12 2011-11-27 22:21:22

echs
Scratcher
Registered: 2010-03-18
Posts: 1000+

Re: Python

Can't be bothered


http://i45.tinypic.com/35m4llw.gif

Offline

 

#13 2011-11-28 06:09:02

jurk
Scratcher
Registered: 2010-05-06
Posts: 100+

Re: Python

GameHutSoftware wrote:

I don't care for text-based programming languages. I like object-based, like Flash.

Object based as in object oriented?


http://dl.dropbox.com/u/54228408/cool.png

Offline

 

#14 2011-11-28 07:22:18

henley
Scratcher
Registered: 2008-06-21
Posts: 1000+

Re: Python

@ RedRocker227: Once Scratch gets almost boring because of how good you are, and how limited it feels, you’ll want to move on.

@brettman98: I mean the programming language. Do you expect that terrible grammar out of me?

@maxskywalker: Interesting facts! You could use a bunch of “ifs” to make a text based adventure! I’m making one about zombies.

@GameHutSoftware: Texted based programming is what I call “real”. And what do you use to program Flash that’s object oriented, Stencyl? :P Stencyl gives you too much!

@msdosdude:

Code:

print “trolololololololol could not be found.”
a = input(“Did you mean ‘I’m a pretty butterfly’?)
    if a = “yes”:
        print “That’s kind of weird.”
    elif a = “no”:
        print “Good, I was starting to worry about you."
    else:
        print “I didn’t understand that”

@CheeseMunchy: What do you use it for?

@samtwheels: I don’t know how to do it yet, but I want to make something like my “Advice” projects.

@echs: To do what?

@jurk: Yes.


"I've worked so hard for you and you give me nothing in return. Do you need help... Or do I?"

Offline

 

#15 2011-11-28 08:13:32

jurk
Scratcher
Registered: 2010-05-06
Posts: 100+

Re: Python

henley wrote:

@jurk: Yes.

big_smile  same


http://dl.dropbox.com/u/54228408/cool.png

Offline

 

#16 2011-11-28 08:40:18

maxskywalker
Scratcher
Registered: 2008-01-27
Posts: 1000+

Re: Python

henley wrote:

@ RedRocker227: Once Scratch gets almost boring because of how good you are, and how limited it feels, you’ll want to move on.

@brettman98: I mean the programming language. Do you expect that terrible grammar out of me?

@maxskywalker: Interesting facts! You could use a bunch of “ifs” to make a text based adventure! I’m making one about zombies.

@GameHutSoftware: Texted based programming is what I call “real”. And what do you use to program Flash that’s object oriented, Stencyl?  tongue  Stencyl gives you too much!

@msdosdude:

Code:

print “trolololololololol could not be found.”
a = input(“Did you mean ‘I’m a pretty butterfly’?)
    if a = “yes”:
        print “That’s kind of weird.”
    elif a = “no”:
        print “Good, I was starting to worry about you."
    else:
        print “I didn’t understand that”

@CheeseMunchy: What do you use it for?

@samtwheels: I don’t know how to do it yet, but I want to make something like my “Advice” projects.

@echs: To do what?

@jurk: Yes.

First of all, you used = instead of == on lines 3 and 5 of your code.  Second of all, doesn't it go against the Misc Guidelines to quote someone who didn't say what you say they said?

Offline

 

Board footer