Python Forum
Where are we learning from? - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: General (https://python-forum.io/forum-1.html)
+--- Forum: News and Discussions (https://python-forum.io/forum-31.html)
+--- Thread: Where are we learning from? (/thread-452.html)

Pages: 1 2


RE: Where are we learning from? - Skaperen - Oct-16-2016

i love examples for any language (including configuration languages). many snippets and at least a few whole examples can be very useful.


RE: Where are we learning from? - Mekire - Oct-16-2016

(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.


RE: Where are we learning from? - Yoriz - Oct-16-2016

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.


RE: Where are we learning from? - Root13 - Nov-04-2016

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