LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Learning perl and python (https://www.linuxquestions.org/questions/linux-general-1/learning-perl-and-python-4175448002/)

deepankerchawla 01-31-2013 08:51 AM

Learning perl and python
 
Suggest some online tutorial website for learning perl and python

jmc1987 01-31-2013 09:07 AM

Quote:

Originally Posted by deepankerchawla (Post 4881373)
Suggest some online tutorial website for learning perl and python

http://www.perl.org/books/library.html

onebuck 01-31-2013 09:39 AM

Moderator Response
 
Moved: Your post & reply are more suitable in a new Thread in <Linux-General>. Since your topic was not related to the original topic. This new thread will help your thread/question get the exposure it deserves.
LQ Rules
Quote:

Do not post if you do not have anything constructive to say in the post.
When posting in an existing thread, ensure that what you're posting is on-topic and relevant to the thread. If the content of your post will interfere with the current discussion, you should start a new thread.
Your thread may be moved to a more appropriate forum at a moderator's discretion.

TB0ne 01-31-2013 10:40 AM

Quote:

Originally Posted by deepankerchawla (Post 4881373)
Suggest some online tutorial website for learning perl and python

Not to sound nasty, but Google can point you to THOUSANDS of them. For example, just putting in "perl tutorials:

http://perl-tutorial.org/
http://learn.perl.org/tutorials/

..and "python tutorials"

http://docs.python.org/2/tutorial/
http://wiki.python.org/moin/BeginnersGuide/Programmers

The best place to start is by trying to find answers on your own. We can't tell you which ones are 'good' for you, since we don't know your skills, your abilities, or how you'll learn the subjects.

Habitual 01-31-2013 01:39 PM

Quote:

Originally Posted by deepankerchawla (Post 4881373)
Suggest some online tutorial website for learning perl and python

wrt: perl...I seriously suggest you start with
Code:

man perl

chrism01 01-31-2013 06:33 PM

Perl
http://www.tizag.com/perlT/index.php
http://www.perlmonks.org/?node=Tutorials
http://perldoc.perl.org/

jmc1987 01-31-2013 08:42 PM

You've read the bash tutorials or at least looked at them before the post was moved into its own thread and then you ask about perl and python. First off before you start learning anything you need to determine why you want to learn it. Are you wanting to scripts beyond sh scripting capabilities? Then Perl is great for that. Its a great glue language, cgi scripting and more efficient that php in most cases assuming code is proper, can write gui programs and some 2d games, maybe some 3d games but its not a good language for games as its not fast enough for that. Python on the other hand is a language you have to compile which works for games and great for gui applications, cgi programs.

So be sure you research the language and make sure its capable of what you want to do.

Personally I'm still a beginner at perl but it does make things easier to accomplish with cpan and all. How ever my goals are to learn enough with perl to glue programs and write cgi scripts mostly and be able to write database programs dealing with mostly mysql. Then I'm going to dive into c++ and hopefully be somewhere by the end of the year to design a small game engine. But thats a tough goal but I think I can achieve it.


All times are GMT -5. The time now is 09:22 PM.