okay, so I just finished reading a big eBook about Python, and you could say I'm quite good at it now. I would like to be able to connect to scratch, so I checked out the documentation on ScratchConnections and I noticed a lot of the coding for sending broadcasts involves the array module. What is that module? and where can I learn about it? Also, what modules allow me to make python communicate with other programs, (i.e websites, scratch)? and how can I view those modules?
Last edited by midnightleopard (2010-09-01 18:42:40)
Offline
bbbeb wrote:
Can i read it?
![]()
yeah sure here's the link http://www.swaroopch.com/notes/Python_e … f_Contents but incase you don't know i didn't write it.
Offline
An array would be a list, wouldn't it?
Offline
Ace-of-Spades wrote:
An array would be a list, wouldn't it?
Yes. Scratch is the only language I know that calls it a list.
Offline