 |
Linux Format forums Help, discussion, magazine feedback and more
|
| View previous topic :: View next topic |
| Author |
Message |
Mandelbrot
Joined: Sun Mar 25, 2012 2:51 pm Posts: 10 Location: Gales Ferry, CT, USA
|
Posted: Fri Apr 06, 2012 1:34 am Post subject: References? |
|
|
As a newbie, what reference material would be most valuable to me? I am trying to learn about PCs, Linux, and to get started in coding.
What language would you recommend to learn first? I have seen several recommendations - Python and Java particularly.
Thanks for your time. _________________ Mandelbrot
"Your life is an occasion, rise to it."
- Mr. Magorium in Mr. Magorium's Wonder Emporium |
|
| Back to top |
|
 |
lok1950 LXF regular

Joined: Tue May 31, 2005 6:31 am Posts: 958 Location: Ottawa
|
Posted: Fri Apr 06, 2012 1:48 am Post subject: |
|
|
There is always the Linux Documentation Project and RUTE both have been on past LXF discs if you don't have the old disc just Google them that will give you most of the Linux and PC info you will need.As for the choice between Python and Java try Python first as it is usually installed by default on most current distros and is a touch easier to Grok than Java.
Enjoy the Choice  |
|
| Back to top |
|
 |
johnhudson LXF regular
Joined: Wed Aug 03, 2005 2:37 pm Posts: 767
|
Posted: Fri Apr 06, 2012 10:22 am Post subject: |
|
|
| A lot does depend on what you intend to do but I have found that careful reading of LXF is one of the best ways to learn; Python has the advantage that there are local groups of Python users whose expertise you could tap. |
|
| Back to top |
|
 |
Mandelbrot
Joined: Sun Mar 25, 2012 2:51 pm Posts: 10 Location: Gales Ferry, CT, USA
|
Posted: Fri Apr 06, 2012 2:16 pm Post subject: |
|
|
Thanks for the advice. I will indeed Google the Linux Documentation Project and RUTE (which I have to admit is something I have never heard of before).
So far I am finding Linux much easier to use than Windows was. For example, Thunderbird was easier to set up than Windows Mail. Previously, all I ever really used my home PC for was internet and email. I am quickly finding new ways to play at home. _________________ Mandelbrot
"Your life is an occasion, rise to it."
- Mr. Magorium in Mr. Magorium's Wonder Emporium |
|
| Back to top |
|
 |
guy LXF regular

Joined: Thu Apr 07, 2005 1:07 pm Posts: 829 Location: Worcestershire
|
Posted: Sat Apr 07, 2012 2:24 pm Post subject: |
|
|
would echo johnhudson's comment that the best language depends on what you want to program for.
If you are unsure, python is a good general-purpose choice. _________________ Cheers,
Guy
The eternal noob |
|
| Back to top |
|
 |
Bruno LXF regular

Joined: Tue Sep 18, 2007 7:07 pm Posts: 139 Location: Cambridgeshire, UK
|
Posted: Wed Apr 11, 2012 1:03 pm Post subject: |
|
|
Hi All,
You'll need some help organising and documenting your work, too. On the organisational front, I'd recommend "Pragmatic Version Control Using Git" by Travis Swicegood, published by The Pragmatic Bookshelf (Rayleigh, NC USA & Dallas, TX USA). It was reviewed in LXF 118.
If you are unfamiliar with the concept, a Version Control System (of which Git is an example) allows the programmer to save many snapshots of the work at key stages along with a note about what was changed/added since the last snapshot and why. There is a little more to it than that, but organising your work and tracking changes is essential in all but the most elementary of projects. The notes you make with each commitment of code will help with producing a change log and writing documentation for the project.
Working through the first five chapters (they're quite short, actually) will get you going, the examples are easy and mainly concern creating and editing simple html files, so you don't have to learn code at the same time as learning git. It may at first seem like an emcumberance at first to faff about with recording and annotating changes but stick with it and you'll find it becomes second nature, it won't slow you down and you'll thank yourself for it later. Once you are comfortable using git, do carry on with the book as Git is very powerful and you'll get more out of it. Finally, good luck! |
|
| Back to top |
|
 |
guy LXF regular

Joined: Thu Apr 07, 2005 1:07 pm Posts: 829 Location: Worcestershire
|
Posted: Wed Apr 11, 2012 11:01 pm Post subject: |
|
|
| Bruno wrote: | | You'll need some help organising and documenting your work, too... |
Well, I stared coding before any magic tools existed. I instinctively take copies with the date or version number in the filename. A day's hard coding leaves me with perhaps half-a-dozen old versions, all neatly ordered by their filenames and manually backed up onto another media. That's all the version control I have ever needed.
It's a good habit to get into, and getting careless is the only way to burn it in!
Of course I don't turn out the masses of code that the professionals do, but then nor does any beginner either. Learning a VCS can come later, when you need it. _________________ Cheers,
Guy
The eternal noob |
|
| Back to top |
|
 |
Dutch_Master LXF regular
Joined: Tue Mar 27, 2007 2:49 am Posts: 2353
|
Posted: Thu Apr 12, 2012 3:03 am Post subject: |
|
|
I have a number of books on Linux on my bookshelf, of which the "Unix and Linux Administration Handbook" (4th edition) is probably the most useful to you. It explains how to set up a Linux system in better detail (not just "click here then put in that and click again" but explaining what's what, why it's so and what options it has), dives into a more advanced sys-admin mode with backgrounds of networking, etc., and touches on programming (more: shell scripting). Published by Prentice Hall, with a foreword of Tim O'Reilly, chairman of the competing (!!) O'Reilly empire: he basically said that he doesn't pay much attention to their competitors, but this book he considers a measuring stick for his company... ISBN: 9780131 480056
Coding is a whole different ballgame. The best way is to do it yourself and see what changes affect the outcome of the program you wrote. LXF had a special on coding, but the best source for learning to code, is studying some-one else's code. Try to understand why the coder has done things in a certain way, then try to alter that behaviour to see if you grasped the concept, and at the same time, finding a more efficient way of getting the results, if there is one. Which in term you could submit to the coder for inclusion, should (s)he wish so. And presto, before you know it, you've submitted your first patch on your way to geekhood However, don't get too much ahead of yourself, start with simple stuff.... You wouldn't be the first to be put off by sinking teeth in more then could be chewed...  |
|
| Back to top |
|
 |
lok1950 LXF regular

Joined: Tue May 31, 2005 6:31 am Posts: 958 Location: Ottawa
|
Posted: Thu Apr 12, 2012 3:32 am Post subject: |
|
|
As DM say the learning curve can look like a cliff at times but there are lots of online references that you can hammer into that cliff face for hand and foot holds,and don't be afraid to ask questions here or any other forum that welcomes you most of us in the Open Source movement are always looking for new hackers for the project that we are involved in
Enjoy the Choice  |
|
| Back to top |
|
 |
Ram LXF regular

Joined: Thu Apr 07, 2005 10:44 pm Posts: 1547 Location: Guisborough
|
Posted: Fri Apr 13, 2012 12:58 am Post subject: |
|
|
If you are an absolute beginner regarding programming then you may find this book useful
http://www.amazon.com/gp/product/1435455002 _________________
Ubuntu LXDE 12.04 running on AMD Phenom II*4; ASUS Crosshair III Formula MB; 4 GB Ram.....
|
|
| Back to top |
|
 |
Bruno LXF regular

Joined: Tue Sep 18, 2007 7:07 pm Posts: 139 Location: Cambridgeshire, UK
|
Posted: Sat Apr 14, 2012 2:09 pm Post subject: |
|
|
| guy wrote: | | Learning a VCS can come later, when you need it. |
I was about to disagree with you there (respectively of course) but from a recent, personal example, where I used Git to record and document the changes between v1.0 and v2.0, I did indeed just get on with coding and learning how the project works in order to get to v1.0. So yes, I'd agree with your statement. However, I would recommend bringing in a VCS soon after, as they will do a lot of heavy lifting and will help others act as mentors and help with collaboration if/when the time comes. |
|
| Back to top |
|
 |
| View previous topic :: View next topic |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|
|