|
|
Posted Oct 10, 2008 at 5:49:26 PM
Subject: Noobie looking for a point in the right direction
Hello everyone,
I am still a Linux noob, but I'm progressing quickly as I can. I have been able to install quite a few different distros, can configure hardware with decreasing difficulty and I have just finished getting my first LAMP setup going with SELinux.
I need to improve my programming skills if I want to keep growing my skills. I have heard that Python is a good language to start with, does anyone out there know of good reference books and possibly free places to find some places to practice writing code, reading code and writing more code. I want to learn to write code well, and I feel that learning by doing is the only way I can get better. I would like to learn C or C++, but I have read that it is better start with Python first. Does anyone have any recommendations?
I am also looking for a good shell scripting reference. If anyone out there can help, I really appreciate it.
Thanks in advance,
Jeff
|
thobbs
Joined Oct 12, 2008 Posts: 238
Location:Texas!
Other Topics
|
Posted:
Oct 12, 2008 4:16:42 PM
Subject: Noobie looking for a point in the right direction
An introductory online tutorial is available here:
[url]http://docs.python.org/tutorial/[/url]
As for a dead-tree version, I generally like the O'Reilly books. You can check them out here:
[url]http://oreilly.com/pub/topic/python[/url]
There is a very good scripting tutorial here:
[url]http://tldp.org/LDP/abs/html/[/url]
and a more introductory one here:
[url]http://www.linuxconfig.org/Bash_scripting_Tutorial[/url]
|