active questions tagged concepts - Stack Overflowmost recent 30 from stackoverflow.com2009-12-06T17:45:19Zhttp://stackoverflow.com/feeds/tag/conceptshttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1845035/objective-c-concept-explanation0Objective C concept explanationTereno2009-12-04T05:27:17Z2009-12-04T05:30:47Z
<p>I have the following code:
<code>- (void)setItem:(Todo *)newItem {
item = newItem; }</code></p>
<p>Why is it that I can't do
<code>- (void)setItem:(Todo *)newItem {
self.item = newItem; }</code> ?</p>
<p>I have item declared in my header file but I get a <code>EXC_BAD_ACCESS</code> error? Item is also not synthesized. The method is meant to be a custom setter. </p>
<p>Thanks!</p>
http://stackoverflow.com/questions/1756096/understanding-generators-in-python8Understanding Generators in Python?_bravado2009-11-18T13:46:51Z2009-12-04T01:21:06Z
<p>Reading the Python cookbook at the minute and currently looking at generators. I'm finding it hard to get my head round.</p>
<p>As I come from a Java background, is there a Java equivelant? The book was speaking about 'Producer / Consumer', however when I hear that I think of threading.</p>
<p>Can anyone explain what a generator is and why you would use it? Without quoting any books, obviously(Unless you can find a decent, simplistic answer direct from a book). Perhaps with examples, if you're feeling generous! :) Much appreciated.</p>
http://stackoverflow.com/questions/1825026/beginning-web-programming2beginning web programmingRitchie2009-12-01T09:30:08Z2009-12-03T20:18:16Z
<p>I've been programming in the classic way: read input, process data, print output, for 4+ decades. Web programming is not quite like that...</p>
<p>I've done some HTML and created some pages. But where do I get information about where to place things on the web, how to call/reference them, what permissions do my files need, how do I protect programs/code/data from being accessed any way except through my program, how do I unravel the meaning of server side, user side, sewercide (just kidding). Where can I find a simple example that helps clarify these web programming ideas?</p>
http://stackoverflow.com/questions/873515/core-animation-code-structure-conventions1Core animation code structure/conventionsunknown (google)2009-05-16T23:18:10Z2009-11-29T18:00:03Z
<p>In learning Core Animation, I learned very quickly that if you don't do it right, you get really weird undefined behavior. To that end, I have a few questions that will help me conceptually understand it better.</p>
<ul>
<li><p>My NSView subclass declares the following in it's init. This view is a subview of normal layer backed view.</p>
<pre><code>[self setLayer:[CALayer layer]];
[self setWantsLayer:NO];
</code></pre>
<p>After this, when and in what situations should I refer to self as opposed to [self layer]? I have been ONLY manipulating the layer with explicit and implicit animations, staying away from [self setFrame:] etc. and using [[self layer] setPosition] etc.</p></li>
<li><p>The problem with this approach is that the actual frame of the view stays in one spot throughout any and all animations applied. What if my view is supposed to recieve mouse events? For example, I have a view that uses core animation and it is dragged around by the mouse. Is there a way I can somehow keep the view frame synced with the current state of the presentation layer so I can receive proper mouse events?</p></li>
<li><p>About the presentation layer, apparently it's only available when an actual animation is in progress. Is there any sort of property of the layer that can tell me where it's ACTUALLY visually at even when an animation's not in progress?</p></li>
</ul>
http://stackoverflow.com/questions/1651722/2d-map-based-tile-game-engine12d Map based tile game engineShawn Mclean2009-10-30T19:04:09Z2009-11-26T03:15:51Z
<p>Hello, I'm wondering if there is any map creator tool out there that can create terrains for 2d isometric games and export them as some form of xml or other open format document.</p>
<p>For eg. You would create how a 100x100 tile map. Use a paint brush to paint colours or textures on the tiles and specific collisions and animation. Then export the textures and xml so i can write my game to read this.</p>
<p>If there is no such program out there. I'd like suggestions to this method in developing 2d maps. I'm the programmer and my friend is the graphics guy whose going to be using the map maker.</p>
http://stackoverflow.com/questions/771347/what-is-mutex-and-semaphore-in-java-what-is-the-main-difference2What is mutex and semaphore in Java ? What is the main difference ?Thomman Yacob2009-04-21T06:51:57Z2009-11-24T05:42:39Z
<p>What is mutex and semaphore in Java ? What is the main difference ?</p>
http://stackoverflow.com/questions/1779766/using-polymorphic-code-for-legitimate-purposes3Using Polymorphic Code for Legitimate Purposes?MagicAndi2009-11-22T19:51:40Z2009-11-22T20:51:24Z
<p>Hi,</p>
<p>I recently came across the term <a href="http://en.wikipedia.org/wiki/Polymorphic%5Fcode" rel="nofollow">Polymorphic Code</a>, and was wondering if anyone could suggest a <strong>legitimate</strong> (i.e. in legal and business appropriate software) reason to use it in a computer program? Links to real world examples would be appreciated!</p>
<p>Before someone answers, telling us all about the benefits of polymorphism in object oriented programming, please read the following definition for polymorphic code (taken from <a href="http://en.wikipedia.org/wiki/Polymorphic%5Fcode" rel="nofollow">Wikipedia</a>):</p>
<p>"<em>Polymorphic code is code that uses a polymorphic engine to mutate while keeping the original algorithm intact. That is, the code changes itself each time it runs, but the function of the code in whole will not change at all.</em>"</p>
<p>Thanks, MagicAndi.</p>
<p><strong>Update</strong></p>
<p>Summary of answers so far:</p>
<ul>
<li>Runtime optimization of the original code</li>
<li>Assigning a "DNA fingerprint" to each individual copy of an application</li>
<li>Obfuscate a program to prevent reverse-engineering</li>
</ul>
<p>I was also introduced to the term '<a href="http://en.wikipedia.org/wiki/Metamorphic%5Fcode" rel="nofollow">metamorphic code</a>'.</p>
http://stackoverflow.com/questions/1757851/understanding-guids-updates-and-patches-with-windows-installer1Understanding GUIDS, updates, and patches with Windows-InstallerDavid Hodgson2009-11-18T17:52:30Z2009-11-19T00:40:03Z
<p>Hi, I'm learning about Windows-Installer and Wix, and have a number of questions related to how it works:</p>
<ol>
<li>If a component GUID changes, but the same files are in the component, what happens on a major upgrade? Do the files get replaced?</li>
<li>If a component is removed from a product, what happens to the associated files on a major upgrade? Do the original files get removed on an uninstall?</li>
<li>Am I correct in saying that a major upgrade will replace all files in all components, regardless of whether the assembly version of the file has changed, and that on small updates and minor upgrades, it only replaces a file if the GUID is the same, and the assembly version of the file has been incremented? What if the file doesn't have an assembly version, like an aspx page?</li>
<li>Suppose that a product was deployed on a machine without using an installer. If you then created an installer, with files of the same name in a component as what's in the installed directory, what happens to those files if you tried an installation? Are they replaced?</li>
<li>Am I correct in saying that if I used a tool like heat to create an xml file with all the files in a directory (like for a website), that you'd have to keep the GUIDs the same (manually or with a script), or you'd only be able to do major upgrades?</li>
</ol>
http://stackoverflow.com/questions/371898/how-does-differential-execution-work9How Does Differential Execution Work?Brian2008-12-16T16:49:50Z2009-11-18T23:38:04Z
<p>I've seen a few mentions of this on SO, but staring at <a href="http://en.wikipedia.org/wiki/Differential_execution" rel="nofollow">Wikipedia</a> and at an <a href="http://sourceforge.net/projects/dyndlgdemo/" rel="nofollow">MFC dynamic dialog demo</a> did nothing to enlighten me. Can someone please explain this? Learning a fundamentally different concept sounds nice.</p>
<p>Edit: I think I'm getting a better feel for it. I guess I just didn't look at the source code carefully enough the first time. I have mixed feelings about DE at this point. On the one hand, it can make certain tasks considerably easier. On the other hand, getting it up and running (i.e. setting it up in your language of choice) is not easy (I'm sure it would be if I understood it better)...though I guess the toolbox for it need only be made once, then expanded as necessary. I think in order to really understand it, I'll probably need to try implimenting it in another language.</p>
http://stackoverflow.com/questions/1046668/database-programming-concepts2Database Programming ConceptsCoding Monkey2009-06-25T23:16:24Z2009-11-08T11:39:04Z
<p>So I've read a couple books on SQL and I've used SQL and created databases, but really nothing advanced, a couple tables, a couple joins, that sort of thing.</p>
<p>So now I am working on a project that is pretty big. The database is going to have multiple tables and we will be processing 40'000 to 80'000 rows of data daily.</p>
<p>Now I find myself lacking some basic SQL concepts, for instance:</p>
<p>I have a dataset with files and file details. The files are listed in one table and the file details are listed in another. We also have a build table and fourth table that joins the build table, file table and file details table together.</p>
<p>The problems are like, "How do I process the files and have the correct file details be associated with files and associated with a build?</p>
<p>Even my university didn't cover this and now I feel I am very out my depth.</p>
<p>Lets take one more example. Lets take the File Table. In my application I have 40'000 files, I need to add files that don't already exist to the file table. Do I have to search for each individual entry and add if it does not exist and skip if it does?</p>
<p>So my real question is, where is a good place to read up on general concepts?</p>
http://stackoverflow.com/questions/1688771/how-does-the-iis-7-asp-net-pipeline-work1How does the IIS 7 / ASP.Net pipeline work?Nestor2009-11-06T16:38:07Z2009-11-06T16:49:35Z
<p>From an HTTP request all the way to my files (like .asmx)... what are modules, handlers, app pools... etc...
I don't want to ready a chapter about it. Just a summary paragraph.</p>
http://stackoverflow.com/questions/1680408/couchdb-a-real-world-example2CouchDB a real world example RageZ2009-11-05T12:59:08Z2009-11-06T02:53:30Z
<p>Hello stackoverflow gurus,</p>
<p>Tonight in my daily tech googling I came across couchDB, after seeing tons of presentations about how it perform ten to hundred times better then any RDBM, how it would save us from SQL languages, tables, primary keys and so much more. I decided myself to try it myself.Only problem it seems I am unable to figure out how it works. </p>
<p>Like for a start I would like to code a web contact manager using couchDB. The project would enable user to do basic stuff like</p>
<ul>
<li>Create/Edit/Delete contacts</li>
<li>see a list of their contact ordered</li>
<li>search them on various criteria</li>
</ul>
<p>So how do I start ? </p>
<p>Here some of my thoughts </p>
<ul>
<li>create a database per user like July, Ann</li>
<li>in those DB, add some document with type contact, the document would look like this at first place see code 1</li>
<li>create/edit/delete is straight forward just need to do the PUT,POST,DELETE in the good database</li>
<li>searching would be handled by couchdb-lucene like dnolen suggested</li>
</ul>
<p>now here come the difficult part, I don't really understand the whole map/reduce concept and how I can use that to do the jobs I used to do with SQL. Also with views how do you handle paging, also grouping. </p>
<p>I would like to build a screen with a paging set of links something like this</p>
John, Doe
Johny, Hallyday
Jon, Skeet
A B C D E F **J** etc ....
<p>what view should I create to achieve that, if you can provide samples it would wonderful.</p>
<p>Thanks for your suggestions</p>
<p>Contact document.</p>
<pre><code>{
type: 'contact',
firstname: 'firstname',
lastname: 'lastname',
email: ['home': 'foobar@foobar.net', 'work': 'foobar@foobar-working.net'],
phone: ['home': '+81 00 0000 0000'],
address: []
... some other fields maybe ...
}
</code></pre>
http://stackoverflow.com/questions/1557656/old-concepts-with-new-names-namely-rest-and-cloud-computing1Old concepts with new names (namely REST and Cloud computing)James Black2009-10-13T00:26:40Z2009-11-01T20:53:27Z
<p>It seems that SaaS and Cloud computing are old concepts with new names, and I am curious if I am wrong.</p>
<p>For cloud computing you can look at: <a href="http://stackoverflow.com/questions/1349894/difference-between-cloud-computing-and-distributed-computing">http://stackoverflow.com/questions/1349894/difference-between-cloud-computing-and-distributed-computing</a></p>
<p>Basically, it seems that when we have been hosting that that is cloud computing, it is just that now some companies have put in much great resources to ensure better uptime than my local ISP. But, it seems that there is nothing really new here.</p>
<p>For REST, it seems that it is what we have been doing with cgis for 15 years.</p>
<p>Here is a question on REST: <a href="http://stackoverflow.com/questions/343288/what-am-i-not-understanding-about-rest">http://stackoverflow.com/questions/343288/what-am-i-not-understanding-about-rest</a></p>
<p>It appears that REST is an old concept, and I am curious how it is different than has been done since the early days of the web, and, to a large extent, the early days of using telnet (which http is on top of). </p>
<p>Am I mistaken in my simplification of these? I try to see how what is new is like what I know so I can see what more has to be learned in that topic, but for cloud computing and REST it seems that very little needs to be learned.</p>
http://stackoverflow.com/questions/1641397/ecommerce-products-in-category-and-category-browsing1ECommerce, products in category and category browsingRageZ2009-10-29T03:03:35Z2009-10-29T04:30:14Z
<p>Hi Everyone,</p>
<p>I am building an EC website for a customer and the project manager came with some strange ideas and I am struggling to actually implement what he sold to the client. </p>
<p>Here comes my main issue and a quick summary how the system is setup: product are inside categories, categories could be children of an another category. So the category is presented as a tree on the left sidebar of the website.</p>
<p>The user can browse any category, even non "leaf" category, if the user click on non leaf category a listing like that should be presented for exemple on a level 1 category (same apply to level 2 categories):</p>
<pre><code>big category 1
category level ( 3 or 2 )
product 1
product 2
product 3
category level ( 3 or 2 )
</code></pre>
<p>The things should also have some paging and present on 5 product on each page. Plus the category should be ordered in same fashion they appear in the menu on left side ... my DB scheme is like this:</p>
<pre><code>+-------------+ +-------------+
+ category + + product +
+-------------+ +-------------+
+ category_id + + product_id +
+ parent_id + + category_id +
+-------------+ +-------------+
</code></pre>
<p>I cannot really figure out how I should code the SQL to make sure the product appear in order they should(like ordering product and categories has menu).</p>
<p>Also I am concerned about the performance of the whole setup, if the user select a non "leaf" category I would have to search all the child category and make a big category IN ( id1, id2, id3 ) and I know by experience long IN statement don't perform well. </p>
<p>If someone have encountered same design/issue and have some advice how to make it I would be grateful. </p>
http://stackoverflow.com/questions/1633979/concept-checking-change-in-c1Concept Checking change in C++?Mutmansky2009-10-27T22:14:52Z2009-10-28T06:03:49Z
<p>I'm porting over some code from one project to another within my company and I encountered a generic "sets_intersect" function that won't compile:</p>
<pre><code>template<typename _InputIter1, typename _InputIter2, typename _Compare>
bool sets_intersect(_InputIter1 __first1, _InputIter1 __last1,
_InputIter2 __first2, _InputIter2 __last2,
_Compare __comp)
{
// Standard library concept requirements
// These statements confuse automatic indentation tools.
// concept requirements
__glibcpp_function_requires(_InputIteratorConcept<_InputIter1>)
__glibcpp_function_requires(_InputIteratorConcept<_InputIter2>)
__glibcpp_function_requires(_SameTypeConcept<
typename iterator_traits<_InputIter1>::value_type,
typename iterator_traits<_InputIter2>::value_type>)
__glibcpp_function_requires(_OutputIteratorConcept<_OutputIter,
typename iterator_traits<_InputIter1>::value_type>)
__glibcpp_function_requires(_BinaryPredicateConcept<_Compare,
typename iterator_traits<_InputIter1>::value_type,
typename iterator_traits<_InputIter2>::value_type>)
while (__first1 != __last1 && __first2 != __last2)
if (__comp(*__first1, *__first2))
++__first1;
else if (__comp(*__first2, *__first1))
++__first2;
else {
return true;
}
return false;
}
</code></pre>
<p>I'm new to this concept of "concepts" (sorry for the pun), so I did some poking around in the c++ standard library and some googling and I can see that these <code>__glibcpp_function_requires</code> macros were changed to <code>__glibcxx_function_requires</code>. So that fixed my compiler error; however, since this is new to me, I'm curious about what this code is doing for me and I'm having trouble finding any documentation or decyphering the code in the library.</p>
<p>I'm assuming that the point of these macros is that when the compiler expands the templated function these will run some type checking at compile-time to see if the container being used is compatible with this algorithm. In other words, I'm assuming the first call is checking that <code>_InputIter1</code> conforms to the <code>_InputIteratorConcept</code>. Am I just confused or am I on the right track? Also, why were the names of these macros changed in the c++ standard library?</p>
http://stackoverflow.com/questions/1142320/do-you-recommend-the-art-of-multiprocessor-programming1Do You Recommend "The Art of Multiprocessor Programming?"yesraaj2009-07-17T09:43:34Z2009-10-25T11:50:31Z
<p>What is your opinion on <a href="http://rads.stackoverflow.com/amzn/click/0123705916" rel="nofollow">The Art of Multiprocessor Programming</a>, by Maurice Herlihy?
Do you recommend it?</p>
<blockquote>
<p>Please do not downvote other's
opinions; if you have a different
opinion, just add it as a new answer.</p>
</blockquote>
http://stackoverflow.com/questions/2509/what-are-the-primary-differences-between-tdd-and-bdd11What are the primary differences between TDD and BDD?NotMyself2008-08-05T15:58:08Z2009-10-18T16:29:18Z
<p>Test Driven Development has been the rage in the .NET community for the last few years. Recently, I have heard grumblings in the ALT.NET community about BDD. What is it? What makes it different from TDD?</p>
http://stackoverflow.com/questions/1187722/helpful-points-of-view-concepts-or-ways-to-think-about-problems-every-newbie-sho0Helpful points of view, concepts or ways to think about problems every newbie should knowdeceze2009-07-27T11:46:46Z2009-10-01T16:09:50Z
<p>What are helpful points of view, concepts or ways to think about problems that would help every newbie to solve programming problems more easily and avoid bad code and design?</p>
<blockquote>
<p>An example would be to think of data as a blob that can be transformed and shaped into the needed result. Instead of poking at the blob with a ten foot pole and extracting bits and pieces out of it in a hundred steps, think about the end result you need and what the shortest way is to transform the blob at hand into that end result using the tools at hand (functions and algorithms). So, instead of running a hundred different queries on a database and piecing the results together, start by selecting everything and add filter and formatter clauses until you get as close to the needed end result as possible.</p>
</blockquote>
<p>I'm interested in these kinds of high-level approaches and what concrete results they can have.</p>
http://stackoverflow.com/questions/1155389/c0x-concepts-are-gone-which-other-features-should-go-too14C++0X Concepts are gone. Which other features should go too?Neil Butterworth2009-07-20T19:17:28Z2009-10-01T07:59:46Z
<p>As you may have heard, the last meeting of the C++ standards committee voted to remove concepts from the next C++ standard. Of course, this will affect other features and would seem to throw the standard wide open again. If that is the case, which other features do you think should be stripped away (or added), and why?</p>
<p>Links:</p>
<p><a href="http://www.informit.com/guides/content.aspx?g=cplusplus&seqNum=441" rel="nofollow">Removal of Concepts</a> -- Danny Kalev (on the decision to remove concepts)</p>
<p><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2009/n2906.pdf" rel="nofollow">Simplifying the use of Concepts</a> -- Bjarne Stroustrup (on the problems with concepts as they look now)</p>
<p><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2009/n2893.pdf" rel="nofollow">The Long Pole Gets Longer</a> -- Martin Tasker (on the impact to the schedule for C++0x if concepts have to be fixed)</p>
<p><a href="http://www.ddj.com/cpp/218600111" rel="nofollow">The C++0x "Remove Concepts" Decision</a> - Stroustrup on the issue on Dr. Dobbs</p>
<p><a href="http://herbsutter.wordpress.com/2009/07/21/trip-report/" rel="nofollow">Trip Report: Exit Concepts, Final ISO C++ Draft in ~18 Months</a> - Herb Sutter</p>
<p><a href="http://lambda-the-ultimate.org/node/3518" rel="nofollow">Concepts Get Voted Off The C++0x Island</a> - Jeremy Siek defending the current Concepts spec</p>
<p><a href="http://cpp-next.com/archive/2009/08/what-happened-in-frankfurt/" rel="nofollow">What Happened in Frankfurt?</a> - Doug Gregor on C++Next (on the history and removal of Concepts). </p>
http://stackoverflow.com/questions/1484462/how-to-require-certain-concepts-in-c-code1How to require certain concepts in C++ code?dehmann2009-09-27T20:57:33Z2009-09-28T22:57:59Z
<p>How do I require and check that an argument is a certain <strong>concept</strong> in <code>C++</code>?</p>
<p>For example, the <code>random_shuffle</code> function in the <code>algorithm</code> header requires that its arguments are <a href="http://www.sgi.com/tech/stl/RandomAccessIterator.html" rel="nofollow">RandomAccessIterators</a>:</p>
<pre><code> template<typename _RandomAccessIterator>
inline void
random_shuffle(_RandomAccessIterator __first, _RandomAccessIterator __last)
{
// concept requirements
__glibcxx_function_requires(_Mutable_RandomAccessIteratorConcept<
_RandomAccessIterator>)
__glibcxx_requires_valid_range(__first, __last);
if (__first != __last)
for (_RandomAccessIterator __i = __first + 1; __i != __last; ++__i)
std::iter_swap(__i, __first + (std::rand() % ((__i - __first) + 1)));
}
</code></pre>
<p>I guess I can't use these <code>__glibcxx_function_requires</code> etc. in my own code? How do they work? Do you check things like that in your code?</p>
http://stackoverflow.com/questions/1475354/concept-of-framework-for-how-to-test-view-of-mvc-ruby-on-rails0Concept of, Framework for , How to Test View of MVC (Ruby on Rails)pang2009-09-25T03:59:10Z2009-09-25T06:52:04Z
<p>I am now doing the UI from fresh so I want to make it fully test.
Could anyone suggest the correct way to do this and where should be the good place to start?
such as Concept, Framework. </p>
<p>(I already know some concept of testing)</p>
http://stackoverflow.com/questions/1464506/good-reference-for-web-concepts0Good Reference for Web ConceptsAndrew2009-09-23T07:41:26Z2009-09-24T16:26:14Z
<p>My business analyst approached me and asked if I could recommend a book that would help her get up to speed on some of the concepts, trends and buzzwords related to todays internet technologies. Basically, "I want to understand some of the words you [programmers] bring up during meetings." (We work on ASP.NET web sites for the financial industry, specifically). </p>
<p>At first I thought to tell her the best resource are blogs where people are discussing things all things web 2.0, technology, marketing and design, and when in doubt turn to wikipedia. <a href="http://radar.oreilly.com" rel="nofollow">O'Reilly Radar site</a> and wired magazine come to mind. Even though I do think the best place to learn about the web is on the web, I tried looking on amazon for some books that might help her get started, but didn't have much luck.</p>
<p>Does anyone have any suggestions? </p>
http://stackoverflow.com/questions/1454089/adding-methods-to-native-javascript-objects1Adding methods to native JavaScript objects rajakvk2009-09-21T11:36:22Z2009-09-21T15:27:00Z
<p>Adding methods to native JavaScript objects like Object, Function, Array, String, etc considered as bad practice. </p>
<p>But I could not understand why? </p>
<p>Can some body shed light on this? </p>
<p>Thanks in advance.</p>
http://stackoverflow.com/questions/1352571/whats-the-difference-between-c0x-concepts-and-the-boost-concept-check-library7What's the difference between C++0x concepts and The Boost Concept Check Library (BCCL)?Tobbe2009-08-29T22:44:41Z2009-09-19T18:18:09Z
<p>Concepts didn't make the C++0x standard, but Boost still provides <a href="http://www.boost.org/doc/libs/1%5F39%5F0/libs/concept%5Fcheck/concept%5Fcheck.htm" rel="nofollow">The Boost Concept Check Library (BCCL)</a>. I guess that BCCL doesn't cover everything that was meant to into the C++0x standard. What is the difference between BCCL and the proposed C++0x solution?</p>
http://stackoverflow.com/questions/1438558/what-technique-in-functional-programming-is-difficult-to-learn-but-useful-afterwa3What technique in functional programming is difficult to learn but useful afterwards?Ćukasz Lew2009-09-17T12:28:07Z2009-09-17T21:04:43Z
<p>This question is of course inspired by <a href="http://en.wikipedia.org/wiki/Monad%5F%28functional%5Fprogramming%29" rel="nofollow">Monads</a> in Haskell.</p>
http://stackoverflow.com/questions/3088/best-ways-to-teach-a-beginner-to-program150Best ways to teach a beginner to program?Justin Standard2008-08-06T05:01:16Z2009-09-12T22:21:26Z
<p><strong>Original Question</strong></p>
<p>I am currently engaged in teaching my brother to program. He is a total beginner, but very smart. (And he actually wants to learn). I've noticed that some of our sessions have gotten bogged down in minor details, and I don't feel I've been very organized. (<em>But the answers to this post have helped a lot.</em>)</p>
<p>What can I do better to teach him effectively? Is there a logical order that I can use to run through concept by concept? Are there complexities I should avoid till later?</p>
<p>The language we are working with is <a href="http://www.python.org" rel="nofollow">Python</a>, but advice in any language is welcome.</p>
<p><hr /></p>
<p><strong>How to Help</strong></p>
<p>If you have good ones please add the following in your answer:</p>
<ul>
<li>Beginner Exercises and Project Ideas</li>
<li>Resources for teaching beginners</li>
<li>Screencasts / blog posts / free e-books</li>
<li>Print books that are good for beginners</li>
</ul>
<p>Please describe the resource <em>with a link to it</em> so I can take a look. I want everyone to know that I have definitely been using some of these ideas. Your submissions will be aggregated in this post.</p>
<p><hr /></p>
<p><strong>Online Resources</strong> for teaching beginners:</p>
<ul>
<li><a href="http://ocw.mit.edu/OcwWeb/Electrical-Engineering-and-Computer-Science/6-189January--IAP--2008/CourseHome/" rel="nofollow">A Gentle Introduction to Programming Using Python</a></li>
<li><a href="http://www.openbookproject.net/thinkcs/python/english2e/index.xhtml" rel="nofollow">How to Think Like a Computer Scientist</a></li>
<li><a href="http://www.alice.org/" rel="nofollow">Alice: a 3d program for beginners</a></li>
<li><a href="http://scratch.mit.edu/" rel="nofollow">Scratch (A system to develop programming skills)</a></li>
<li><a href="http://www.htdp.org/" rel="nofollow">How To Design Programs</a></li>
<li><a href="http://mitpress.mit.edu/sicp/full-text/book/book.html" rel="nofollow">Structure and Interpretation of Computer Programs</a></li>
<li><a href="http://pine.fm/LearnToProgram/" rel="nofollow">Learn To Program</a></li>
<li><a href="http://samizdat.mines.edu/howto/HowToBeAProgrammer.html" rel="nofollow">Robert Read's How To Be a Programmer</a></li>
<li><a href="http://creators.xna.com/" rel="nofollow">Microsoft XNA</a></li>
<li><a href="http://vodpod.com/watch/914464-inspirational-oscon-keynote" rel="nofollow">Spawning the Next Generation of Hackers</a></li>
<li><a href="http://deimos3.apple.com/WebObjects/Core.woa/Browse/unsw.edu.au.1504975442.01504975444" rel="nofollow"><em>COMP1917 Higher Computing</em> lectures by Richard Buckland</a> (requires iTunes)</li>
<li><a href="http://diveintopython.org/" rel="nofollow">Dive into Python</a></li>
<li><a href="http://en.wikibooks.org/wiki/Programming%3APython" rel="nofollow">Python Wikibook</a></li>
<li><a href="http://projecteuler.net/" rel="nofollow">Project Euler</a> - sample problems (mostly mathematical)</li>
<li><a href="http://www.pygame.org/" rel="nofollow">pygame</a> - an easy python library for creating games</li>
<li><a href="http://pythonbook.coffeeghost.net/book1/IYOCGwP%5Fbook1.pdf" rel="nofollow">Create Your Own Games With Python ebook</a></li>
<li><a href="http://codebetter.com/blogs/karlseguin/archive/2008/06/24/foundations-of-programming-ebook.aspx" rel="nofollow">Foundations of Programming</a> for a next step beyond basics.</li>
<li><a href="http://www.iam.unibe.ch/~scg/SBE/" rel="nofollow">Squeak by Example</a> </li>
</ul>
<p><hr /></p>
<p><strong>Recommended Print Books</strong> for teaching beginners</p>
<ul>
<li><a href="http://www.acceleratedcpp.com/" rel="nofollow">Accelerated C++</a></li>
<li><a href="http://rads.stackoverflow.com/amzn/click/1598631128" rel="nofollow">Python Programming for the Absolute Beginner</a></li>
<li><a href="http://rads.stackoverflow.com/amzn/click/0735611319" rel="nofollow">Code by Charles Petzold</a></li>
</ul>
http://stackoverflow.com/questions/1399631/whats-the-concept-behind-zip-compression7What's the concept behind zip compression?Neil Barnwell2009-09-09T13:16:33Z2009-09-09T13:49:06Z
<p>What's the concept behind zip compression? I can understand the concept of removing empty space etc, but presumably something has to be added to say how much/where that free space needs to be added back in during decompression?</p>
<p>What's the basic process for compressing a stream of bytes?</p>
http://stackoverflow.com/questions/58968/what-defines-pythonian-or-pythonic25What defines "pythonian" or "pythonic"?Thomas Owens2008-09-12T13:34:57Z2009-08-27T11:18:34Z
<p>I want to begin to learn Python, and I've seen that phrase come up here before, but I don't know exactly what it means. I've read some websites on Python scripting, but I don't recall ever seeing that (but I could have just glanced over it).</p>
<p>What exactly makes something "pythonian" or "pythonic"?</p>
http://stackoverflow.com/questions/1744/what-is-alt-net17What is ALT.NET?NotMyself2008-08-05T00:34:18Z2009-08-25T19:17:30Z
<p>Recently, <a href="http://www.hanselman.com/blog/" rel="nofollow">Scott Hanselman</a> blogged and podcasted about ALT.NET. What is it and how is it a new concept? What can I learn?</p>
http://stackoverflow.com/questions/531668/which-recursive-functions-cannot-be-rewritten-using-loops6Which recursive functions cannot be rewritten using loops?Hosam Aly2009-02-10T09:37:16Z2009-08-25T07:24:35Z
<p>As far as I know, most recursive functions can be rewritten using loops. Some maybe harder than others, but most of them can be rewritten. So the question is, under which conditions does it become impossible to rewrite a recursive function using a loop (if such conditions exist)?</p>
<p><hr /></p>
<p>Clarification: I know how to convert a recursive function to use a loop, but I am asking whether there are (corner) cases where this is impossible.</p>