Results 1 to 9 of 9
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 ...
- 10-10-2008 #1Just Joined!
- Join Date
- Apr 2008
- Location
- Chicago, IL
- Posts
- 34
Looking for some info on Python programming and shell scripting
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 am starting to see a need to improve my programming skills, which are very basic at the moment. 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, so I can learn more languages in the future.
I am also looking for a good shell scripting reference. If anyone out there can help, I really appreciate it.
Thank,
Jeff
- 10-11-2008 #2
Must-read for shell scripting: Advanced Bash-Scripting Guide
For python, just look around; there's lots of tutorials focused on different tasks. To get a basic feel for the language, the python.org website actually offers surprisingly good material for beginners: BeginnersGuide - PythonInfo Wiki
Good luck!Registered Linux User: #479567
Asking a question? Read this page first.
Now... sudo make me a sandwich.
ratiocinativeroot.blogspot.com
- 10-11-2008 #3Just Joined!
- Join Date
- Apr 2008
- Location
- Chicago, IL
- Posts
- 34
Thank you very much for the Advanced Bash-Scripting Guide. That was exactly what I was looking for. I am working from the Python Wiki now, and it is really helpful. I am really appreciative of your input and advice.
Love the glider by the way.
Jeff
- 10-11-2008 #4
Glad I could help. Thanks about the glider. =)
Registered Linux User: #479567
Asking a question? Read this page first.
Now... sudo make me a sandwich.
ratiocinativeroot.blogspot.com
- 10-12-2008 #5Microsoft isn't evil, they just make really crappy operating systems.
Linus Torvalds
Personal and politically centrist blog.--->http://www.deathnerd.com
- 10-12-2008 #6
For python, you should also go through the documentation. The tutorial there is very good.
- 10-13-2008 #7Just Joined!
- Join Date
- Oct 2008
- Posts
- 2
the type of tutorial depends upon ur level with programming.
For starters I would personally recommend "How to think like a Computer Scientist - Programming in Python". It is an ideal ebook for learning programming using an elegant language like Python.
After going thru that, or if you find it too slow-paced, there's "Dive into Python" for ppl who already know a programming language (like c, java or something) and basically want to learn Python itself.
"An Introduction to Tkinter" is also quite good if you are interested in designing a gui.
Anyway, hopefully you'll find all this helpful.
- 10-13-2008 #8Just Joined!
- Join Date
- Apr 2008
- Location
- Chicago, IL
- Posts
- 34
Thank you everyone for the advice and the direction. They have all been excellent tutorials for me to work through. I have started using all of them in some capacity to try and ramp up my learning curve as much as possible. daark.child, the tutorial you linked to is excellent, and it has helped to explain some things I was unclear about after reading through the Wikibooks link that thesimplecreator lead me too.
I can't thank you all enough for the point in the right direction, and I hope to work on some projects with you all in the future.
Jeff
- 10-13-2008 #9Just Joined!
- Join Date
- Apr 2008
- Location
- Chicago, IL
- Posts
- 34
AruniRC,
Thanks for the recs, I'm going to check them out tonight and put them to use.
Thanks again,
Jeff


Reply With Quote
