Most Random fact

  • Christian Chat is a moderated online Christian community allowing Christians around the world to fellowship with each other in real time chat via webcam, voice, and text, with the Christian Chat app. You can also start or participate in a Bible-based discussion here in the Christian Chat Forums, where members can also share with each other their own videos, pictures, or favorite Christian music.

    If you are a Christian and need encouragement and fellowship, we're here for you! If you are not a Christian but interested in knowing more about Jesus our Lord, you're also welcome! Want to know what the Bible says, and how you can apply it to your life? Join us!

    To make new Christian friends now around the world, click here to join Christian Chat.
B

Belgian_Pilot

Guest
actually in python everything is a type of object

it is like the VB concept of a variant( eg '12' can be treated as a double or an int or a string using coercion) You're right.

BBC Basic was the first language to use coercion that I am aware of Never heard of that.

followed by the Sinclair QL
circa 1985:D I was born in 1985 :D

sometimes in vb a particular type does not compile properly but if you just call it an object then it works ok - typical microsoft bugs Untill you try to compare two values. Then the misery begins... My advice: do not use the object type, unless you're desperate :D


i think therefore everything in python is an implicit pointer

for x :0:10:1; (this is a fornext loop)

x goes from 0 to LESS THAN 10 eg 0,1,2,3,4,5,6,7,8,9

r = [for x :0:10:1] gives you [0,1,2,3,4,5,6,7,8,9]
r = [0,1,2,3,4,5,6,7,8,9] very useful that is you get a list holding the results

a variation on this is to take a list of objects
run through this(oldlist) list, applying a condition(filter) so you get another list(newlist) which is a SUBSET of the first one Isn't this like an enumeration? I learned that in Pascal :D

I havent checked yet but I believe this is a list of pointers to the objects in the original list so if you change one of the objects in the new list it will be reflected in one of the objects in the old list
Thanks for the input Adrian, it's really interesting!
 
C

christiancollegegirl

Guest
What's the legal working age in Korea? Here in the states, it's 16.
 
B

Belgian_Pilot

Guest
Here it's 16 for a student-job, or 18 for a full-time job.
 
W

wwjd_kilden

Guest
think it's the same here, but in reality many are working part time before they turn 16 :p
 
C

christiancollegegirl

Guest
yikes, that's too young. They should be concentrating on school and their friends instead of working.
 
W

wwjd_kilden

Guest
well it's usually just one or two days a week hen they are that young
 
C

christiancollegegirl

Guest
Omygoodness!!! When I was 12, I was in 7th grade and being ignored by everyone at school, not working.
 
W

wwjd_kilden

Guest
yeah, me too! (or, I wasn't in seventh grade, but yeah)
 
C

christiancollegegirl

Guest
lol I know what you mean.
 
B

Belgian_Pilot

Guest
When I was 12, I was playing with my brother. Soccer and such things... :)
 
W

wwjd_kilden

Guest
I can't even remmber hat I was doing at twelve... hmmmm...
 
C

christiancollegegirl

Guest
I was trying to pass my classes and make some friends.
 
C

christiancollegegirl

Guest
Good. You should be concentrating on school and stuff, not working.
 
M

morgan2294

Guest
You can get a job at 14 here at some places. It just depends where you work.