RE: Wanna learn code efficiently and easy? 07-01-2018, 10:39 PM
#11
It will be marvelous to have more languages under my belt. I sincerely appreciate your contribution.
| Silver Wanna learn code efficiently and easy? filter_list | |
(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.
(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.
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.
(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
(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
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.
(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
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.
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.