who programs

Place all non-origami related posts in here; films, food, your life etc.
Jakeplusplus
Super Member
Posts: 142
Joined: September 12th, 2011, 11:36 pm
Location: Louisville, Ky, USA
Contact:

Re: who programs

Post by Jakeplusplus »

I taught myself C++ and some Python and am currently learning C# and Java. I'll probably end up programming as a career.
May a thousand cranes issue forth from thy hands!
My Flickr
User avatar
Harpseal
Buddha
Posts: 1380
Joined: November 11th, 2011, 7:01 pm
Location: UK
Contact:

Re: who programs

Post by Harpseal »

So by some python, and some C++, you mean some-the amount of knowledge in those languages to become a professional?
Good luck!
'Death, taxes and teddy bears- three things you can always rely on'
-Garfield the Cat.
My Neorigami
[url=http://%20the-intelligence-division.bandcamp.com]My bandcamp page[/url]
User avatar
Harpseal
Buddha
Posts: 1380
Joined: November 11th, 2011, 7:01 pm
Location: UK
Contact:

Re: who programs

Post by Harpseal »

Does anyone know if open office math can be used for programming? If not, what is it for and if so, does anyone know where i can find tutorials for it?
'Death, taxes and teddy bears- three things you can always rely on'
-Garfield the Cat.
My Neorigami
[url=http://%20the-intelligence-division.bandcamp.com]My bandcamp page[/url]
User avatar
OrigamiGeek
Forum Sensei
Posts: 966
Joined: February 17th, 2012, 2:29 pm
Location: calgary

Re: who programs

Post by OrigamiGeek »

I don't know never herd of it
Check out my gallery and don't forget to leave a comment!
phillipcurl
Moderator
Posts: 1657
Joined: October 25th, 2011, 2:51 pm
Location: Senoia, GA
Contact:

Re: who programs

Post by phillipcurl »

Then there really is no need to respond, origamigeek.

And if by Open Office Math, you mean Excel, then yes. I believe microsoft.com has some tutorials, but just search "how to program in excel" on google.
flickr gallery
Youtube channel
Phillip
User avatar
Harpseal
Buddha
Posts: 1380
Joined: November 11th, 2011, 7:01 pm
Location: UK
Contact:

Re: who programs

Post by Harpseal »

No, exel and math aren't the same- they aren't even both made by microsoft. Math is made my sun microsystems (or something like that) and is part of the open source office suite open office. I got my questions answered somewhere else- math cannot be used for programming- it is a tool for writing formulae.
I'll have a look at those exel tutorials though...
'Death, taxes and teddy bears- three things you can always rely on'
-Garfield the Cat.
My Neorigami
[url=http://%20the-intelligence-division.bandcamp.com]My bandcamp page[/url]
easysid
Super Member
Posts: 134
Joined: February 11th, 2011, 10:48 am
Location: /dev/null

Re: who programs

Post by easysid »

I am a computer engineer. I prefer Python.
User avatar
OrigamiGeek
Forum Sensei
Posts: 966
Joined: February 17th, 2012, 2:29 pm
Location: calgary

Re: who programs

Post by OrigamiGeek »

that is cool :D
Check out my gallery and don't forget to leave a comment!
easysid
Super Member
Posts: 134
Joined: February 11th, 2011, 10:48 am
Location: /dev/null

Re: who programs

Post by easysid »

anyway, does anyone know where is a good place to learn Java? i don't want a tutorial that has to do with online progamming, i'm doing something different.
For beginners, IMHO 'Java Black Book' is good book. If you are looking for anything specific, say JSP, I'd say take a look at 'Head First' Series.

I personally do not prefer Java ( just look at the 'hello world' program ) but definitely, C++ knowledge isn't required to learn it. As the old maxim goes - There aren't any good languages or bad languages. There are just languages well suited for the purpose, and languages not suited for the purpose.
As for complexity, I'd give that honour to Perl. Not because its complex per se, but you don't have to work hard to make it so :lol: . ( And also because I am a Python guy :D ).

Just my $0.02
User avatar
OrigamiGeek
Forum Sensei
Posts: 966
Joined: February 17th, 2012, 2:29 pm
Location: calgary

Re: who programs

Post by OrigamiGeek »

my bro likes python but I like squeak (smalatlk) the best :D
Check out my gallery and don't forget to leave a comment!
User avatar
Harpseal
Buddha
Posts: 1380
Joined: November 11th, 2011, 7:01 pm
Location: UK
Contact:

Re: who programs

Post by Harpseal »

I've never tried squeak before. We've got it on the raspberry pi but i haven't used it yet.
I'm in the very basic stages of python. I couldn't get guess the number to work.
Can anyone tell me, in the line
guess=input()
Why would python highlight 'guess' as invalid syntax?
'Death, taxes and teddy bears- three things you can always rely on'
-Garfield the Cat.
My Neorigami
[url=http://%20the-intelligence-division.bandcamp.com]My bandcamp page[/url]
easysid
Super Member
Posts: 134
Joined: February 11th, 2011, 10:48 am
Location: /dev/null

Re: who programs

Post by easysid »

Can anyone tell me, in the line
guess=input()
Why would python highlight 'guess' as invalid syntax?
it shouldn't. This line by itself is fine. I typed it and it works on my idle. Have you initialized guess as something ( though it won't matter due to dynamic typing) ?
User avatar
Harpseal
Buddha
Posts: 1380
Joined: November 11th, 2011, 7:01 pm
Location: UK
Contact:

Re: who programs

Post by Harpseal »

I've made sure it isn't in any strings, the line is in a loop, which is 4 spaces in from the line above it, i've tried taking the 4 spaces away, i've tried adding them, i've changed the name of guess to Guess, oops, etc. Any suggestions?
'Death, taxes and teddy bears- three things you can always rely on'
-Garfield the Cat.
My Neorigami
[url=http://%20the-intelligence-division.bandcamp.com]My bandcamp page[/url]
easysid
Super Member
Posts: 134
Joined: February 11th, 2011, 10:48 am
Location: /dev/null

Re: who programs

Post by easysid »

Any suggestions?
What exactly does the interpreter say? post the code here, or pm it to me. I'll look into it.
User avatar
Harpseal
Buddha
Posts: 1380
Joined: November 11th, 2011, 7:01 pm
Location: UK
Contact:

Re: who programs

Post by Harpseal »

Ok, i'll find it ...... :?
'Death, taxes and teddy bears- three things you can always rely on'
-Garfield the Cat.
My Neorigami
[url=http://%20the-intelligence-division.bandcamp.com]My bandcamp page[/url]
Post Reply