 




<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: tutorials-2</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/tutorials-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/tutorials-2/</link>
	<description></description>
	<lastBuildDate>Sun, 19 May 2013 03:14:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: huskeraider</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/tutorials-2/#comment-81438</link>
		<dc:creator>huskeraider</dc:creator>
		<pubDate>Mon, 13 Sep 2010 20:39:42 +0000</pubDate>
		<guid isPermaLink="false">#comment-81438</guid>
		<description><![CDATA[Do yourself a favor and google:

Python tutorials (substitute &quot;python&quot; for any other language). Go through the list that google generates and find a tutorial that suits you.]]></description>
		<content:encoded><![CDATA[<p>Do yourself a favor and google:</p>
<p>Python tutorials (substitute &#8220;python&#8221; for any other language). Go through the list that google generates and find a tutorial that suits you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yeoville</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/tutorials-2/#comment-42415</link>
		<dc:creator>yeoville</dc:creator>
		<pubDate>Wed, 07 Sep 2005 09:57:21 +0000</pubDate>
		<guid isPermaLink="false">#comment-42415</guid>
		<description><![CDATA[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):
http://searchvb.techtarget.com/featuredTopic/0,290042,sid8_gci1033932,00.html?track=NL-150&amp;ad=504546
http://searchvb.techtarget.com/tip/1,289483,sid8_gci857882,00.html
http://www.informit.com/articles/article.asp?p=23211&amp;redir=1
These two sites are full of good information on coding practices and techniques:
http://techrepublic.com.com/2001-6240-0.html 
www.codeproject.com 
Useful if you want to learn the languages.]]></description>
		<content:encoded><![CDATA[<p>Hi, mmm555,<br />
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.<br />
The following link to articles on C# (not pdfs):<br />
<a href="http://searchvb.techtarget.com/featuredTopic/0,290042,sid8_gci1033932,00.html?track=NL-150&#038;ad=504546" rel="nofollow">http://searchvb.techtarget.com/featuredTopic/0,290042,sid8_gci1033932,00.html?track=NL-150&#038;ad=504546</a><br />
<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><br />
<a href="http://www.informit.com/articles/article.asp?p=23211&#038;redir=1" rel="nofollow">http://www.informit.com/articles/article.asp?p=23211&#038;redir=1</a><br />
These two sites are full of good information on coding practices and techniques:<br />
<a href="http://techrepublic.com.com/2001-6240-0.html" rel="nofollow">http://techrepublic.com.com/2001-6240-0.html</a><br />
<a href="http://www.codeproject.com" rel="nofollow">http://www.codeproject.com</a><br />
Useful if you want to learn the languages.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ve3ofa</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/tutorials-2/#comment-42416</link>
		<dc:creator>ve3ofa</dc:creator>
		<pubDate>Wed, 07 Sep 2005 06:18:17 +0000</pubDate>
		<guid isPermaLink="false">#comment-42416</guid>
		<description><![CDATA[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&#039;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 &#039;dummies guide to ???&#039; (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&#039;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&#039;t work.. and fixing your own mistakes is the most valuable part of the learning experience.. ]]></description>
		<content:encoded><![CDATA[<p>Not asking much are you?</p>
<p>Delphi/Linux is usually written in a C dialect (C or C++). Java is java.. Perl is Perl.. What I&#8217;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.. </p>
<p>You have to learn what the reserved words in each language do and what comes packaged with each compiler.. </p>
<p>Work through example code there is lots out there. Once you are proficient with 1 language learning another is easier.. </p>
<p>The hardest part is breaking down a large project into tiny manageable bits and pieces and then putting it all together.. Perhaps the &#8216;dummies guide to ???&#8217; (replace the ??? with C or Java or Perl) might be a starting place.. </p>
<p>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&#8217;s just ok how does this language do that item.. </p>
<p>Usually your intial programs will not work and it will be up to you to figure out why they don&#8217;t work.. and fixing your own mistakes is the most valuable part of the learning experience.. </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dianam</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/tutorials-2/#comment-42417</link>
		<dc:creator>dianam</dc:creator>
		<pubDate>Tue, 06 Sep 2005 04:48:33 +0000</pubDate>
		<guid isPermaLink="false">#comment-42417</guid>
		<description><![CDATA[
http://samples.gotdotnet.com/quickstart/
]]></description>
		<content:encoded><![CDATA[<p><a href="http://samples.gotdotnet.com/quickstart/" rel="nofollow">http://samples.gotdotnet.com/quickstart/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 3/8 queries in 0.041 seconds using memcached
Object Caching 311/312 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-19 11:58:52 -->