LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Non-*NIX Forums > Programming
User Name
Password
Programming This forum is for all programming questions.
The question does not have to be directly related to Linux and any language is fair game.

Notices


Reply
  Search this Thread
Old 07-06-2005, 05:58 AM   #31
dr_zayus69
Member
 
Registered: Sep 2004
Location: western massachusetts
Distribution: fedora core 3, Suse 10
Posts: 877

Rep: Reputation: 35

if your serious about programming you should learn at least one new language a year. Even if you don't end up using it much each language does things differently so if you go to do something in C/C++ you may be able to use something you learned from python. Python is also a "popular language" so it is good as any to learn.
 
Old 07-06-2005, 07:11 AM   #32
vharishankar
Senior Member
 
Registered: Dec 2003
Distribution: Debian
Posts: 3,178

Original Poster
Blog Entries: 4

Rep: Reputation: 138Reputation: 138
I current can program in C, C++, Java, PHP and now learning Python. I like learning new languages.

The language I don't believe is the real learning part. The real learning aspect is the API and the documentation for the API. It is so important to have good online documentations and tutorials (for the basics) for any language.

Learning the syntax, keywords and very basic data structures takes hardly half an hour. The challenge is to put them together and use that language to the best use.

When I learn a language I usually look at tutorials and then create several programs using various aspects of the API on my own. It is a great exercise. I recommend it to anybody learning a programming language.

Once you have a good hold of the structure of programming in that particular language then you can easily develop applications using the API documentation alone.
 
Old 07-06-2005, 12:37 PM   #33
Crashed_Again
Senior Member
 
Registered: Dec 2002
Location: Atlantic City, NJ
Distribution: Ubuntu & Arch
Posts: 3,503

Rep: Reputation: 57
Here's a python review from the legendary Eric Raymond:

http://www.linuxjournal.com/article/3882
 
Old 07-06-2005, 05:24 PM   #34
JoshR
LQ Newbie
 
Registered: Jun 2005
Location: Bodfish, CA
Distribution: Debian, Ubuntu,Mepis
Posts: 26

Rep: Reputation: 15
Quote:
Originally posted by caminoix
everyone, including JoshR


JoshR


finally, if you say why not switch to linux? linux is pretty much like windows with loads of extra software, all for free.
for the first try, you could choose knoppix (http://www.knoppix.org/), which you run directly off a cd, without installing anything.
He, he! Saw my OS did you? Well, here's the deal.......I've got 3 other boxes just for Linux. I'm installing Slack, Deb, Arch, Gentoo, and LFS........

I'll be off this Win box in no time But thanks for the reply!! I'm starting Python too............

JR
 
Old 07-06-2005, 05:52 PM   #35
caminoix
Member
 
Registered: Mar 2005
Location: cracow, poland
Distribution: Linnex, Gentoo, KateOS, PLD
Posts: 53

Rep: Reputation: 15
oh, what stupid cow i am! i am so sorry!
i was so sure you're using win out of what you said that i never thought to take a look what distros you've got written there and even failed to realize this forum is called *linux*questions!

please, accept my deepest apologies.

btw, once you've managed to install gentoo and lfs, i imagine you also managed to run network in arch. perhaps you could help me out with the following problem:
i use dhcp but setting it in rc.conf won't work. setting a specific ip does help and everyting looks like it's fine until i try to ping anything or update pacman.
do you have any idea where my problem might be?
 
Old 07-07-2005, 12:35 AM   #36
JoshR
LQ Newbie
 
Registered: Jun 2005
Location: Bodfish, CA
Distribution: Debian, Ubuntu,Mepis
Posts: 26

Rep: Reputation: 15
Quote:
Originally posted by caminoix
oh, what stupid cow i am! i am so sorry!
please, accept my deepest apologies.

btw, once you've managed to install gentoo and lfs, i imagine you also managed to run network in arch. perhaps you could help me out with the following problem:
i use dhcp but setting it in rc.conf won't work. setting a specific ip does help and everyting looks like it's fine until i try to ping anything or update pacman.
do you have any idea where my problem might be?
Well, don't worry about it! I said "I'm installing them" NOT that I've been sucessful with them all. Hit a snag with Debian a few minutes ago......Installing an old Mandrake to check it out!

Sorry, can't help you just yet.........but thanks for asking!!

JR
 
Old 07-07-2005, 12:26 PM   #37
caminoix
Member
 
Registered: Mar 2005
Location: cracow, poland
Distribution: Linnex, Gentoo, KateOS, PLD
Posts: 53

Rep: Reputation: 15
ok

may i have a perhaps stupid and certainly unrelated question? in your signature, it says "you think YOU'RE new? i WAS born yesterday!", and to my non-native-english mind, it would look like the opposition is you:me whereas the words emphasized are you and was. do you think there could be a way to explain it to me?
 
Old 07-07-2005, 12:41 PM   #38
sundialsvcs
LQ Guru
 
Registered: Feb 2004
Location: SE Tennessee, USA
Distribution: Gentoo, LFS
Posts: 10,659
Blog Entries: 4

Rep: Reputation: 3939Reputation: 3939Reputation: 3939Reputation: 3939Reputation: 3939Reputation: 3939Reputation: 3939Reputation: 3939Reputation: 3939Reputation: 3939Reputation: 3939
I would say that it's wise to learn all of the major languages you're likely to encounter as a scripting-language here:
  • Python
  • Perl
  • PHP
  • Shell scripting yeech!
You will naturally gravitate toward having a personal preference, but you need to be conversant in whatever you might see. The time spent doing so will be well-spent.
 
Old 07-07-2005, 09:37 PM   #39
JoshR
LQ Newbie
 
Registered: Jun 2005
Location: Bodfish, CA
Distribution: Debian, Ubuntu,Mepis
Posts: 26

Rep: Reputation: 15
Quote:
Originally posted by caminoix
ok

may i have a perhaps stupid and certainly unrelated question? in your signature, it says "you think YOU'RE new? i WAS born yesterday!", and to my non-native-english mind, it would look like the opposition is you:me whereas the words emphasized are you and was. do you think there could be a way to explain it to me?
Ok. What the sig means is that "whenever somebody says they are new to Linux, my answer is that I'm more new!"

In other words, I'm saying I don't know what I am talking about, and give me a break. (don't hold it agains't me).

I had some guys in my apartment that had immigrated from Poland. Nice guys and we had some conversations. One was fluent in English. one was not. I like them both. I think you may be like them, in that you want to really learn what the English are saying. Good for you! Send me an e-mail, I'll answer better, ok?

JR
 
Old 07-08-2005, 02:38 AM   #40
caminoix
Member
 
Registered: Mar 2005
Location: cracow, poland
Distribution: Linnex, Gentoo, KateOS, PLD
Posts: 53

Rep: Reputation: 15
erm, this is not exactly what i was asking about. i did get the meaning, only i can't understand why you put 'was' in capitals, because i would only put 'i' in capitals though i could only hradly imagine how it could be even more capital...
thank you for the proposition but i'm afraid the forum does not let me send you an e-mail. do you think you could please send me an e-mail first at kstachowski@o2.pl?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Is Visual Basic worth learning? titanium_geek Programming 20 07-07-2005 09:58 AM
GTK Programming Worth Learning drdroid Programming 3 04-14-2004 04:37 PM
Is it really worth learning vi at this point? Tyir Linux - General 8 02-24-2004 12:51 AM
Try Python, O'reilly Learning Python haknot Programming 5 02-15-2002 08:27 AM
Is scripting worth learning ChimpFace9000 Linux - General 3 07-05-2001 04:02 AM

LinuxQuestions.org > Forums > Non-*NIX Forums > Programming

All times are GMT -5. The time now is 01:09 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration