|
|
|
|
|
by ajcarpy2005
4573 days ago
|
|
To add to others' advice, I'm going to recommend a subscription to Safari Books Online. (no affiliation) I consider it to be a great platform for reading technical books at an affordable price. (access to latest editions, etc.) The 'Head First' book series includes books for Python and Django as well as many other programming languages. You may also find that a good design patterns book will be valuable to your CS career. I'm gonna assume you are aware of such online learning platforms as Codecademy, Khan Academy, Udacity, etc. These can be good starting points depending on your level of proficiency with basic syntax. Beyond these recommendations, I'd say study open source code and code libraries. |
|