Good programing books???

Hello to all members of opensuse forums. I’m new here but I have some experience with opensuse.
After exploring the system for 2-3 years I decided to start programming under Linux. It sounds interesting right?:).

So which programming language is the best for begginer like me?
And are there any free books for that language?

I hope someone more experienced than me will help. Thanks in advance

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

There have been threads in the recent past asking the same “what should I
learn first” questions that you will likely want to explore to avoid a lot
of duplication. Opinions vary widely and are expressed in those threads
but a lot of it will depend on what you want to do, how you want to do it,
and what other constraints may exist for your output (platform support,
scalability, audience, etc.).

Good luck.

On 06/22/2010 08:06 AM, Sandman1983 wrote:
>
> Hello to all members of opensuse forums. I’m new here but I have some
> experience with opensuse.
> After exploring the system for 2-3 years I decided to start programming
> under Linux. It sounds interesting right?:).
>
> So which programming language is the best for begginer like me?
> And are there any free books for that language?
>
> I hope someone more experienced than me will help. Thanks in advance
>
>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.12 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQIcBAEBAgAGBQJMIMTLAAoJEF+XTK08PnB5wYoP/2ovZN022SBhfnZ7ydf7svw7
TuJiaWcwzBgP/WQK1F5UoqeKiGJWe/hwcdHFo4U4jlnIawMiC9clly//6bslSB4/
IC+mdPvRBo4s7MTuOik7FZW9yuJemppjYr/LsVZREVP52hOg5FKJFnecipHNMEQy
Nr3hdXvkWkMiFrGWzpMVcXJAgY76soqH8l1Kggf6+t9dBpyKngf4hbXa7AUASSzX
TwhOQFpuZnKnrIgRetFsOOMrC2wWhQ1g6hndSbzVC3XZlKjnx+gv78h/NxdCTKfP
OEf8w1bHmjpcRpjBYhkGorKx+IXkOezh4TrLOG6vVoVGC7YaAlpp6XN+o5fKvREr
UsZ0tyQJzT4UNoY7t4aEjXgAQ9zE3xl+KOpXubczTO1KJjA5SDQ7whK/EtSyrA47
ZNrsVTFEh1KS/eSVD3mfSz8uh4/v408Aj41u+DjUAYNdY7RLc348mDdGn5yq8uWf
jNKLh08cYDP8Gkr7vviwa9Hbgf5EhLuStTE+4s7AaxftFSH3fR4ebxTMKmY0j4sV
m2ZjrLLTWcyBV9mN2OGFsP5O0JmjWGLVMhqnnh4qHgzqH5v8FDvAa+r4LJK7/+iH
ncJwRHzR8hXwi0oYeb5cO1Pbd8j0tjNER50RxwvjS3tDkXD+LVZDY8LlNhDXLdiE
YL0vevVCZIFgbVnhZaYH
=eY/h
-----END PGP SIGNATURE-----

Sandman1983 wrote:

> Hello to all members of opensuse forums. I’m new here but I have some
> experience with opensuse.
> After exploring the system for 2-3 years I decided to start
> programming under Linux. It sounds interesting right?:).
>
> So which programming language is the best for begginer like me?

Probably depends on your age plus what other sort of background you’ve
got. Also depends somewhat on what you’d like to write - e.g. if you’d
like to try writing stuff for running via your browser, I would
recommend PHP.


Per Jessen, Zürich (21.4°C)

Python is a general purpose language which can be picked up quite quickly and for web applications PHP works great.

The last book I read on programming was “Head first Java”. Besides of the fact that I think java is an excellent language for a lot of tasks, there are more books in the “Head first …” series and I think those books are really excellent. Not too much text or lengthy code snappets but a lot of images, which lead to a quick and thorough understanding of the subject (that goes for me at least).