|
|
|
|
|
by inmygarage
5967 days ago
|
|
yeah, i am starting with python. the whole stack is my 5 year plan. i am ambitious like that. but on a different note, as far I can tell (and granted I am brand new to this) does "coding" as a general term necessarily imply a scripting language? can you not "code" a database or is there a different verb for that ("implement")? |
|
If you use something like Django, you won't even interact with the database directly. I don't know if there is a coding-ish word for "writing SQL queries," but there's certainly more than SQL in database land.
Honestly, my number one tip for learning this stuff is just to read constantly and write code whenever you can. Also, sometimes you need to do projects that don't end in a product you can sell in order to learn new things, so get used to throwing stuff away (not literally, of course, but certainly from a revenue standpoint).
Overall though, knowing how to code (and having learned for the "right reasons") is hugely helpful in dealing with Software people in the future. I suspect you knew that already :)