Python Forum

Full Version: Where are we learning from?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
i love examples for any language (including configuration languages). many snippets and at least a few whole examples can be very useful.
(Oct-16-2016, 04:42 AM)Skaperen Wrote: [ -> ]i love examples for any language (including configuration languages).  many snippets and at least a few whole examples can be very useful.

Are you aware of the site https://learnxinyminutes.com/

It is designed for people who are already programmers who want an overview of a new language.  One of the first things I do when I am investigating a language is run through their page on it.
I learn from my mistakes, and I make plenty of them, in fact I think I make more mistakes then I learn.
Often I alter things that breaks other things then when I fix those, breaks something else, vicious circle.
Try this one http://djangostars.com/blog/ to solve some problems, I find here by myself. Also, there are plenty video courses in the net and blogs
Pages: 1 2