Find the answer to your Linux question:
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 ...
  1. #1
    Just 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

  2. #2
    Linux Newbie danielsmw's Avatar
    Join Date
    Nov 2006
    Location
    Clemson, SC / Charleston, SC
    Posts
    110
    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

  3. #3
    Just 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

  4. #4
    Linux Newbie danielsmw's Avatar
    Join Date
    Nov 2006
    Location
    Clemson, SC / Charleston, SC
    Posts
    110
    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

  5. #5
    Linux Newbie thesimplecreator's Avatar
    Join Date
    Jun 2007
    Location
    washington , USA
    Posts
    229
    Microsoft isn't evil, they just make really crappy operating systems.
    Linus Torvalds

    Personal and politically centrist blog.--->
    http://www.deathnerd.com

  6. #6
    Blackfooted Penguin daark.child's Avatar
    Join Date
    Apr 2006
    Location
    West Yorks
    Posts
    4,341
    For python, you should also go through the documentation. The tutorial there is very good.

  7. #7
    Just 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.

  8. #8
    Just 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

  9. #9
    Just 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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •