where would i start to learn a language, mainly being python or javascript, two big languages under my impression. could someone comment github guides, good ones to these selected languages? i'd really appreciate it.
This is really only helpful if you already know most of the core concepts and form your question I can't quite tell your level. But if you already know some languages I find this site really helpful:<p><a href="https://learnxinyminutes.com/" rel="nofollow">https://learnxinyminutes.com/</a><p>Using their page on Golang[1] I was up and writing code in 40 minutes.<p>[1] <a href="https://learnxinyminutes.com/docs/go/" rel="nofollow">https://learnxinyminutes.com/docs/go/</a>
For python take a look at the learning resources in the /r/learnpython subreddit wiki: <a href="https://www.reddit.com/r/learnpython/wiki/index" rel="nofollow">https://www.reddit.com/r/learnpython/wiki/index</a>
<a href="http://greenteapress.com/wp/think-python/" rel="nofollow">http://greenteapress.com/wp/think-python/</a><p>This is the best totally-new-to-programming book I've ever read.