Current humble book bundle has childrens books about programming. It might help and it is cheap.Fragems wrote:Thinking about teaching myself some programming skills and was wondering if anyone had any introductory book / website suggestions for learning Java, C++, Basic, etc.
Random Thoughts Thread
-
fastbilly1
- Site Admin
- Posts: 13775
- Joined: Tue Apr 17, 2007 7:08 pm
Re: Random Thoughts Thread
- KalessinDB
- Next-Gen
- Posts: 2461
- Joined: Tue Aug 28, 2012 7:07 pm
Re: Random Thoughts Thread
code.org is real basic stuff, I've heard decent things about it. I know once you've wrapped your head around the absolute basics of the theory, all my friends who actually stayed with CS swear by O'Reilly books to teach themselves a new language.
Personal experience though, I cannot help with. I abandoned it in college and while I've toyed with the idea of going back I've never pulled the trigger.
Personal experience though, I cannot help with. I abandoned it in college and while I've toyed with the idea of going back I've never pulled the trigger.
Gunning for a licensed NES NTSC-U set, follow the madness and poverty here!
Cheat sheet of my collection, always looking to increase it. 405/677 licensed games, 46/"95" unlicensed
Chronically out of date BST thread
Cheat sheet of my collection, always looking to increase it. 405/677 licensed games, 46/"95" unlicensed
Chronically out of date BST thread
- BoneSnapDeez
- Next-Gen
- Posts: 20148
- Joined: Mon May 02, 2011 1:08 pm
- Location: Maine
Re: Random Thoughts Thread
O'Reilly books are king. I have a bunch.
Re: Random Thoughts Thread
If you find your self needing to read a bunch of these I recommend: https://www.safaribooksonline.com/KalessinDB wrote:code.org is real basic stuff, I've heard decent things about it. I know once you've wrapped your head around the absolute basics of the theory, all my friends who actually stayed with CS swear by O'Reilly books to teach themselves a new language.
Personal experience though, I cannot help with. I abandoned it in college and while I've toyed with the idea of going back I've never pulled the trigger.
You can get a bunch of those online and on some iOS/Android devices. It's a monthly sub and you can check out like 10 books at a time and just swap them as you're done. Pretty dang snazzy.
Let strength be granted, so the world might be mended...so the world might be mended.
Re: Random Thoughts Thread
Don't focus on learning a language; focus on learning to program. Someone with good software development skills can pick up new languages fairly easily. Obviously you're going to learn a language as you learn to code, but you should focus on things that teach good techniques and the more generalized algorithmic and data structure theory. That'll give you the grounding you need.
Blizzard Entertainment Software Developer - All comments and views are my own and not representative of the company.
- ZeroAX
- Next-Gen
- Posts: 7469
- Joined: Sun Aug 03, 2008 9:20 am
- Location: Current: Amsterdam. From Greece
- Contact:
Re: Random Thoughts Thread
Start with Html
BoneSnapDeez wrote:The success of a console is determined by how much I enjoy it.
Re: Random Thoughts Thread
Love pomegranates, hate pomegranate stains.
- BoneSnapDeez
- Next-Gen
- Posts: 20148
- Joined: Mon May 02, 2011 1:08 pm
- Location: Maine
Re: Random Thoughts Thread
That'd what I did.......ZeroAX wrote:Start with Html
Re: Random Thoughts Thread
10 PRINT "8===>"
20 GOTO 10
20 GOTO 10
Re: Random Thoughts Thread
30 Your work is done, play Gorillas.