General Discussions

Hi, I'm New!!!!!!!!!!!!!! – lance

Lance

Junior Member

Posts: 7
From: Hackettstown, NJ, USA
Registered: 04-08-2005
Hi there! I'm enjoyed to find a website in which I can talk with other developers! I am not to good at programming...yet. Do you know where I can find a good way to begin? I'm happy to meet you all!!!

PS:NUTPOG stands for: never, underestimate, the, power, of, God. For those who don't know.

------------------
NUTPOG

CPUFreak91

Member

Posts: 2337
From:
Registered: 02-01-2005
Hi!
If you're looking for a language, try Python (recommended) or Perl. Python is simple and easy to learn yet a powerfull OOP language too.

------------------
There are two ways of constructing a software design: one way is to make it so simple that there are obviously no deficiencies; the other is to make it so complicated that there are no obvious deficiencies.

--C. A. R. Hoare
[B][/B]

Lance

Junior Member

Posts: 7
From: Hackettstown, NJ, USA
Registered: 04-08-2005
Thanks! I'll look them up.

------------------
NUTPOG

CPUFreak91

Member

Posts: 2337
From:
Registered: 02-01-2005
BTW: I'd be interested in what language you choose. You shouldn't try to learn two languages at the same time, it will probably confuse you. Stick with one till you're pretty good before learning another language.

I'd also like to see how you're doing... email me at cpu.crazy@gmail.com
if you don't mind.

------------------
There are two ways of constructing a software design: one way is to make it so simple that there are obviously no deficiencies; the other is to make it so complicated that there are no obvious deficiencies.

--C. A. R. Hoare
[B][/B]

Goldrush13

Member

Posts: 107
From:
Registered: 02-27-2005
You know, at first this reply was going to be critical, but actually now that I think of it CPUFreak91, Perl is a great idea for a first language!

If only I'd tried that first, things would have been a lot different, I think if your feeling adventurous lance you should pick the latter option, Perl, there is a language called "Pearl" as well, don't get confused and pick that one, go for Perl is my advice, although my Python experience is nada I've heard it can be very much the developers friend, mind you the community for Perl is a hell of a lot fun, it looks like those guys have a great time and of course Perl is absolutely free! If you want to run it on Windows go for ActivePerl from ActiveState(.com i'd imagine), I could go on forever about this, but CPUFreak91 put it best in his post, if you are considering any other languages or want to know more about the two mentioned above, just come back to this thread and post a question and we'll give you advice based on our personal experiences, but the main thing of course is to enjoy yourself, good luck.

I'm just bursting with great things to say about Perl, go on, ask me, ask ME!

CPUFreak91

Member

Posts: 2337
From:
Registered: 02-01-2005
Perl can have nasty code though. Python is more beginner syntax freindly.
http://www.linuxjournal.com/article/3882 has some pros of Python and Cons of perl.

lance, you may want to check out:
http://www.catb.org/~esr/faqs/hacker-howto.html as well. (Actually this is a must read!)

If you are looking for sites and docs on how to program in python, check out:
www.byteofpython.info
www.mindview.net/Books/TIPython (not the best for beginers to programing though)

But, seriously, check out http://www.linuxjournal.com/article/3882 before you make a python/perl choice.

Also, what type of programming would you want to do? Web programming, or "local" (my term for hard drive resident programs) programming.

------------------
There are two ways of constructing a software design: one way is to make it so simple that there are obviously no deficiencies; the other is to make it so complicated that there are no obvious deficiencies.

--C. A. R. Hoare
[B][/B]

Lance

Junior Member

Posts: 7
From: Hackettstown, NJ, USA
Registered: 04-08-2005
Mostly I will probably be doing "local" programming ( I'm a total game freak)

------------------
NUTPOG

Goldrush13

Member

Posts: 107
From:
Registered: 02-27-2005
If it's local then not Perl, what do you intend to to with programming? Career or hobby?
CobraA1

Member

Posts: 926
From: MN
Registered: 02-19-2001
Java is nice also, you can make games & apps with it.

------------------
"The very idea of freedom presupposes some objective moral law which overarches rulers and ruled alike." -- C. S. Lewis (1898 - 1963), "The Poison of Subjectivism" (from Christian Reflections; p. 108)

Switch Mayhem now available! Get it here
Codename: Roler - hoping to get more done over the holidays . . .

Goldrush13

Member

Posts: 107
From:
Registered: 02-27-2005
Not Java either if you want it to be local, you can create some form of .exe or something but is pretty much web-based (and mobile phone based)
definately not a beginners language, although it's simple it's not what a beginner should be programming at the start move onto it when you want to handle the web (Or you could also use Perl for the web).
en972

Member

Posts: 562
From: NOT TELLING!
Registered: 08-27-2004
I suggest C++ if you want to learn to fly

------------------
Keep the holy day sacred.......halllllllukan

Goldrush13

Member

Posts: 107
From:
Registered: 02-27-2005
Turbo Pascal, BASIC and it's many variations or C (although I've never tried it, if you want to get straight into a career and do some pure power then work your way through the C languages, from C to C++ to Java to C#, or if you want it easy C then Java, C# then C++).

C++ is just dreaming at beginners level, I know many will disagree, I mean it's not unheard off to be able to take straight to it but throwing every beginner into it is not plausible and quite bad practice if you ask me, C++ will scare the hell out of you believe me, you'll think you're learning assembly as it's so weird at the start. BASIC and Pascal are great ways to start. I went the Pascal route.

en972

Member

Posts: 562
From: NOT TELLING!
Registered: 08-27-2004
If you want to learn c++ go to http://www.gameinstitute.com/

------------------
Keep the holy day sacred.......halllllllukan

fingolfin

Member

Posts: 197
From: IL
Registered: 03-19-2005
quote:
Originally posted by Goldrush13:
C++ is just dreaming at beginners level, I know many will disagree, I mean it's not unheard off to be able to take straight to it but throwing every beginner into it is not plausible and quite bad practice if you ask me.

Well, Visual Basic is a good language to start with...

------------------
Try to explain divine election, and you may lose your mind, try to explain it away and you could lose your soul (my youth pastor quoting somebaody he can't remeber)

ArchAngel

Member

Posts: 3450
From: SV, CA, USA
Registered: 01-29-2002
I hold my ground and say start with Java.
the syntax is made to be somewhat "beginner-proof" and it teaches Object-Oriented Programming principles.

------------------
Soterion Studios

CobraA1

Member

Posts: 926
From: MN
Registered: 02-19-2001
Welcome to the forums .

I personally prefer Java.

You can start by looking for some books and classes that teach programming.

Also, take a look at BlueJ, it's a programming environment designed for educational use, so it makes you focus on the important aspects of programming.

After you know Java well, you can "graduate" to other IDEs like NetBeans and other languages like C#.

------------------
6 "This is what the LORD says --
Israel's King and Redeemer, the LORD Almighty:
I am the first and I am the last;
apart from me there is no God.

7 Who then is like me? Let him proclaim it.
Let him declare and lay out before me
what has happened since I established my ancient people,
and what is yet to come—
yes, let him foretell what will come.

8 Do not tremble, do not be afraid.
Did I not proclaim this and foretell it long ago?
You are my witnesses. Is there any God besides me?
No, there is no other Rock; I know not one." -- Isaiah 44:6-8, NIV

Goldrush13

Member

Posts: 107
From:
Registered: 02-27-2005
quote:
Originally posted by fingolfin:
Well, Visual Basic is a good language to start with...




Yes, VB is great for beginners, so have you decided yet lance?

ArchAngel

Member

Posts: 3450
From: SV, CA, USA
Registered: 01-29-2002
ugh... I don't really care too much for bluej. the only good thing about it is the pictoral representation is gives of the classes.
personally, i think Textpad is better.

------------------
Soterion Studios

en972

Member

Posts: 562
From: NOT TELLING!
Registered: 08-27-2004
Why not just get an IDE? Like visual studio...by the way arch...dreamcast is waiting...its calling out..to idiot america (had to say that last line...couldnt resist)

------------------
Keep the holy day sacred.......halllllllukan