Question

  Asked: Sep 5 2005   3:06 AM GMT
  Asked by: mmm555


tutorials-2


Career development, Certifications, Training, Software, Clarify, E.piphany, Epicor, Siebel, Vantive, Updates from SearchCRM.com staff, Oracle, SQL, E-business, Linux, MySQL, Enterprise Desktop, Lotus Domino, Platform Issues, Mainframe, 390, DB2, Zseries, Update from Search390.com staff, OS, Servers, SQL Server, Security, Desktops, Management, Access, Microsoft Office, Microsoft Windows, Network management software, Network applications management, Network protocols, Ethernet, IPv6, NetBIOS, Novell IPX/SPX, TCP, Windows, Application security, Exchange, Instant Messaging, Encryption, Database, secure coding, Current threats, Viruses, worms, Hacking, Spyware, Trojans, backdoors, human factors, Billing and customer care, Billing Support Systems, Development, Lifecycle development, Programming Languages, ABAP, ActiveX, ADA, AppleScript, ASP, ASP.NET, BASIC, C, CGI, COBOL, ColdFusion, Delphi, Forth, Fortran, HTML, J#, J2EE, Java, JavaScript, JSP, LotusScript, Pascal, Perl, PHP, PowerBuilder, Python, REXX, RPG, Ruby, Smalltalk, T-SQL, Tcl-Tkl, VB.NET, VBA, VBScript, Visual Basic, XML, Software Quality Assurance, Software testing, Automated, Functional, Performance/Load, Software Testing Tools, Web, Tech support

hi all.
i have sent before a message about this subject but i didnt really had real replies that helped me.
i am searching of tutorials of programming (delphi, linux, perl, python, c#, java ......)
i have search in google, altavista, westciv, whatis, w3school,...
So if anyone now how to get pdf files for free please contact me.
thx.

Subscribe to Alerts! Get questions and answers delivered to your Inbox.


E-mail me updates on this question



   SUBSCRIBE

hidden modal window

Answer Wiki (Improve, edit or add to this answer)


 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0



For linux try http://www.tldp.org/
For Python http://docs.python.org/tut/tut.html
for java http://www.apl.jhu.edu/~hall/java/Servlet-Tutorial/

for delphi http://www.elrinconcito.com/delphi/tutorial/tutorial.htm is in spanish but if you are a programmer will be easy to understand
  • AddThis Social Bookmark Button

Browse more Questions and Answers on Networking, Microsoft Windows and Development.

Looking for relevant Networking Whitepapers? Visit the SearchNetworking.com Research Library.


Discuss This Answer


You must be logged-in to discuss a question. Log-in/Register

DianaM  |   Sep 6 2005  4:48AM GMT

<a href="http://samples.gotdotnet.com/quickstart/" rel="nofollow">http://samples.gotdotnet.com/quickstart/</a>

 

ve3ofa  |   Sep 7 2005  6:18AM GMT

Not asking much are you?

Delphi/Linux is usually written in a C dialect (C or C++). Java is java.. Perl is Perl.. What I’d suggest is pick 1 language and get familiar with it.. Once you get your mind into programming mode (thinking logically and breaking a project into extremely small parts) and then mastering each small part.. i.e. start with a console hello world program then work on adding the gui to it.. learning the difference between sdi and mdi (single/multiple document interface) .. go to a site i.e. gototnet / channel9/msdn.com or sourceforge get the source code for a project and go line by line through the source and understand and work through each line of code until you know what the programmer is trying to do.. and what each line of code does. Perhaps subscribing to a specific language newsgroup and going through the quesitons and answers presented there might help..

You have to learn what the reserved words in each language do and what comes packaged with each compiler..

Work through example code there is lots out there. Once you are proficient with 1 language learning another is easier..

The hardest part is breaking down a large project into tiny manageable bits and pieces and then putting it all together.. Perhaps the ‘dummies guide to ???’ (replace the ??? with C or Java or Perl) might be a starting place..

You may never master a single language or master them all but the very first language will have the steepest (hardest) learning curve after that it’s just ok how does this language do that item..

Usually your intial programs will not work and it will be up to you to figure out why they don’t work.. and fixing your own mistakes is the most valuable part of the learning experience..

 

Yeoville  |   Sep 7 2005  9:57AM GMT

Hi, mmm555,
You tend to get what you ask for! This time you have not stated whether you are trying to learn the languages or want to teach others.
The following link to articles on C# (not pdfs):
<a href="http://searchvb.techtarget.com/featuredTopic/0,290042,sid8_gci1033932,00.html?track=NL-150&ad=504546" rel="nofollow">http://searchvb.techtarget.com/featuredTopic/0,290042,sid8_gci1033932,00.html?track=NL-150&ad=504546</a>
<a href="http://searchvb.techtarget.com/tip/1,289483,sid8_gci857882,00.html" rel="nofollow">http://searchvb.techtarget.com/tip/1,289483,sid8_gci857882,00.html</a>
<a href="http://www.informit.com/articles/article.asp?p=23211&redir=1" rel="nofollow">http://www.informit.com/articles/article.asp?p=23211&redir=1</a>
These two sites are full of good information on coding practices and techniques:
<a href="http://techrepublic.com.com/2001-6240-0.html" rel="nofollow">http://techrepublic.com.com/2001-6240-0.html</a>
<a href="http://www.codeproject.com" rel="nofollow">www.codeproject.com</a>
Useful if you want to learn the languages.