Hi All,
Can somebody tell me, where can I get information for Software Development in Linux (C, C++, PERL, PYTHON), or is there any kind of certification available?
Thanks.
JAI
An unnamed person spake thusly:
Can somebody tell me, where can I get information for Software Development in Linux (C, C++, PERL, PYTHON), or is there any kind of certification available?
The WWW is your best information resource. For doing developement in GNU/Linux all you need is a computer with that OS installed. Open vi/emacs and start typing. All the C,C++,Perl,Python tools will mostly be already installed. If you have Debian doing a `apt-get install manpages-dev` will fetch you man pages of most of the system calls.
Your work is your best certification, but if you insist there is the RHCE which you may be interested in. Also BSc in CS has a semiser course on Linux.
Thanks.
JAI