These were some of the most influential books of my youth, teaching a generation of young kids quite advanced topics. I still picture cartoon robots putting numbers in boxes whenever I write code involving pointers. But my favourite[0] was Write Your Own Adventure Programs, which taught data driven programming and text parsing. [0] https://sheep.horse/2017/2/usborne_computer_books.html
Usborne 1980s Computer Books
41–50 of 62 posts
Re: Usborne 1980s Computer Books
#42Earlier quoted context omitted.
[picture of Tips Kitty] Don't forget! Every time you see " ⦙ " in the listing, press the [Tab] key on your keyboard. See page 23 to learn why this is important. And page 23 teaches you about significant whitespace, and how to configure several text editors that a kid's likely to have available to actually show it like that. Heck, I use Panic's Nova for my text editing and it does that out of the box with no configura…
> [picture of Tips Kitty] Don't forget! Every time you see " ⦙ " in the listing, press the [Tab] key on your keyboard. See page 23 to learn why this is important. I don't think you actually used those books :-/ No one linearly writes code, from the start of the file to the end; they edit it. They move blocks around if they missed a page, they navigate around putting in missing if statements and removing incorrectly-a…
Re: Usborne 1980s Computer Books
#43The "Practice your BASIC" book was in my school library, and in the spring of 1989, I was able to take said book to the computer room at lunch breaks and for a donation of 40p to charity (Cafod, it was a Catholic school), I could do what I wanted on the computers. I learned to code. Most of the other kids played games. That book started a remarkable journey. By 1996 I was at University studying Software Engineering,…
Also have a look at 'Coding Projects in Python' by DK books.
Both these books are excellent and would enable a smart and determined 11 year old to learn to code.
To be honest these books teach coding in a way that is much easier than it was in your day. You can also jump on many, many websites and teach yourself how to code.
You're also an exception. Many, many kids read those old Osborne books and only a very tiny fraction like yourself became coders and an even smaller fraction became as successful as yourself.
Re: Usborne 1980s Computer Books
#44The page is redirected to https://usborne.com/fr/books/computer-and-coding-books which is 404, and there is no way around it. That's quite maddening when a website does this kind of things.
Re: Usborne 1980s Computer Books
#45These are actually how I first learned to program, but around 2001-2002, when I was about ten years old. I found a couple of them at the library, and that's when I realized it was something you could just learn...but lacked a BASIC interpreter. I ended up also finding a No Starch Press book on JavaScript, and porting the BASIC listings to ye olde pre-Node JavaScript as my first foray into programming. Then I also got…
Re: Usborne 1980s Computer Books
#46These are actually how I first learned to program, but around 2001-2002, when I was about ten years old. I found a couple of them at the library, and that's when I realized it was something you could just learn...but lacked a BASIC interpreter. I ended up also finding a No Starch Press book on JavaScript, and porting the BASIC listings to ye olde pre-Node JavaScript as my first foray into programming. Then I also got…
If my school's library had had Machine Code for Beginners, my career might have been very different. (I'm actually a bit annoyed; I didn't know that existed). I definitely remember Creepy, Battle and Space.
Re: Usborne 1980s Computer Books
#47Stumbling on the Usborne "Introduction to Computer Programming - Basic for Beginners" book in the library bookmobile that came to my school was probably the first domino that set off the rest of my life in computing. I owe a lot to that book. When I had the book checked out my family didn't have a computer at home so I had to imagine what it'd be like to do the things in my head until I managed to get some time in th…
Re: Usborne 1980s Computer Books
#48The Usborne books were the single strongest teacher I had getting into coding. I never owned any; I relied on the library.
In the earliest days, I didn't have a computer either. I'd read an Usborne book, then hang around computer stores poking at the 4+ years out of date Commodore 64s and CPC 464s and even the Acorn Archimedes (fanciest most capable BASIC), putting what I learned into practice. I'd even practice on VTech devices with two monochrome LCD lines of text, in toy shops, to get my fix.
I don't think I'd be where I am today without those books.
Re: Usborne 1980s Computer Books
#49I was fascinated with these and read them many times cover to cover over the years. Practical Things to Do with your Microcomputer was always my favourite, as well as the robotics one. I also found the machine code one interesting but never really grasped it until later.
I think the ideas in them (as well as some other computer books and magazines I had) really helped steer my interests from just being interested in computers and software to being more interested in hardware and embedded systems, which is where I work today. These were very important in hindsight in shaping my interests!