![]() |
|
Silver Wanna learn code efficiently and easy? - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Coding (https://sinister.ly/Forum-Coding) +--- Forum: Coding (https://sinister.ly/Forum-Coding--71) +--- Thread: Silver Wanna learn code efficiently and easy? (/Thread-Silver-Wanna-learn-code-efficiently-and-easy) |
RE: Wanna learn code efficiently and easy? - Percent - 07-01-2018 It will be marvelous to have more languages under my belt. I sincerely appreciate your contribution.
RE: Wanna learn code efficiently and easy? - Bish0pQ - 07-04-2018 I'm also a member of Sololearn, I also like the challenges they provide and they give great excercises you can try out in basically any language. It's a good site to get a basis, though it won't teach you how to code entirely, the best way to learn coding is by doing it. Creating projects and if you can't find something reading the documentation. RE: Wanna learn code efficiently and easy? - Percent - 07-06-2018 This website has helped me out so much since I visited it! I am already pretty good with the basics of Python, which is detrimental to my computer science course. RE: Wanna learn code efficiently and easy? - Vultra - 07-06-2018 (07-06-2018, 08:02 AM)Percent Wrote: This website has helped me out so much since I visited it! I am already pretty good with the basics of Python, which is detrimental to my computer science course. Oh boy. I just passed my python class at uni and so, I had to learn about def, return, range and all that shit. The BEST thing about python is the "While". You can loop shit like crazy or, enter a text and, it'll print it out infinite amount of loops. RE: Wanna learn code efficiently and easy? - Percent - 07-06-2018 (07-06-2018, 08:12 AM)Mimiakira Wrote:(07-06-2018, 08:02 AM)Percent Wrote: This website has helped me out so much since I visited it! I am already pretty good with the basics of Python, which is detrimental to my computer science course. This is how Assembly programmers write "while" loops: https://rebrn.com/re/why-you-should-never-let-an-assembly-programmer-work-on-your-c-c-402973/ RE: Wanna learn code efficiently and easy? - skrtja - 07-15-2018 Thanks for the share! It's good to have a resource like this. The last site I used made me pay to keep going lol. I prefer learning by doing, rather than reading a book. Similar to how you learn math by doing in class rather than reading the textbook. RE: Wanna learn code efficiently and easy? - mothered - 07-15-2018 (07-04-2018, 01:29 PM)Bish0pQ Wrote: It's a good site to get a basis, though it won't teach you how to code entirely This ^^ Without question, It's an excellent learning source but when I sifted through the SQL side of It, It's very basic that barely covers how to select, query and manipulate databases, tables and columns effectively. It's missing a lot of functions, clauses, operators and data types as well. Having said that, those starting SQL, will certainly find It of benefit. They can then further their knowledge via their own volition. RE: Wanna learn code efficiently and easy? - Vultra - 07-15-2018 (07-15-2018, 03:42 PM)mothered Wrote:(07-04-2018, 01:29 PM)Bish0pQ Wrote: It's a good site to get a basis, though it won't teach you how to code entirely Well, I finished my SQL course. That's a shame it doesn't take you though that as well. Would've loved to learn bit of that as well. RE: Wanna learn code efficiently and easy? - mothered - 07-15-2018 (07-15-2018, 03:49 PM)Mimiakira Wrote:(07-15-2018, 03:42 PM)mothered Wrote:(07-04-2018, 01:29 PM)Bish0pQ Wrote: It's a good site to get a basis, though it won't teach you how to code entirely As mentioned, there's a lot missing. I deal with databases on a daily basis with my exploitation and If I only referenced knowledge attained from this course, I wouldn't accomplish too much at all. There's heaps of online sources, but some provide what others don't and vice versa, hence pick and choose from various entities and collectively establish your own learning material. RE: Wanna learn code efficiently and easy? - Mansispicher39 - 07-17-2018 i think that the best way to learn new language is to take any project and start from scratch. It doesent matter do you know the language or not you will learn it by searching for everything you need for any functionality |