Hiikaru
Run.
- Pronoun
- he
Programming Club
In the interest of more threads to talk in, here's a programming club! I have no idea how many of the people floating around are interested but I know at least a few people are.
Post any questions about programming, resources you found useful, or projects you're working on. Or even just something you're thinking about that's somehow related to programming.
Beginner Resources
Learn Python the Hard Way - Free Python book! Separated into ~50 lessons and oriented toward beginning programmers and especially toward people who are terrified of programming.
Invent With Python - Two free books about making games in Python! One is text games, and one is graphics games. Almost every chapter gives you the full source code for a game and then explains how it works.
Khan Academy Python Videos - Videos on Python by Sal Khan. Each video, he writes a small program and explains it.
#python - IRC channel on Freenode. There are tons of people around willing to help, and they're really friendly to beginners.
Khan Academy JavaScript lessons - JavaScript lessons oriented toward kids (but appropriate for all beginners). You write code in your browser, and you get to make pictures, animations, and games. A voiceover on the lessons will explain the code and talks about things like how functions are just like Pokemon attacks.
Ren'py - A semi-Python thing to write visual novels (it's really basically its own language). It's pretty easy to work with. Appropriate for little kids and up.
Projects
Supybot - A thing to make an IRC bot in Python! You can program them to play games like Apples to Apples or Go Fish, and anyone on IRC can play just by talking to the bot. Windows installation guides here, here, and here. Mac install here. It's also in the Ubuntu repos as supybot (after installing, type supybot-wizard) or you can get it from source.
Project Euler - Math-based programming challenges.
_________________
And if you post about completing some kind of progamming-ish thing, you get a star!
In the interest of more threads to talk in, here's a programming club! I have no idea how many of the people floating around are interested but I know at least a few people are.
Post any questions about programming, resources you found useful, or projects you're working on. Or even just something you're thinking about that's somehow related to programming.
Beginner Resources
Learn Python the Hard Way - Free Python book! Separated into ~50 lessons and oriented toward beginning programmers and especially toward people who are terrified of programming.
Invent With Python - Two free books about making games in Python! One is text games, and one is graphics games. Almost every chapter gives you the full source code for a game and then explains how it works.
Khan Academy Python Videos - Videos on Python by Sal Khan. Each video, he writes a small program and explains it.
#python - IRC channel on Freenode. There are tons of people around willing to help, and they're really friendly to beginners.
Khan Academy JavaScript lessons - JavaScript lessons oriented toward kids (but appropriate for all beginners). You write code in your browser, and you get to make pictures, animations, and games. A voiceover on the lessons will explain the code and talks about things like how functions are just like Pokemon attacks.
Ren'py - A semi-Python thing to write visual novels (it's really basically its own language). It's pretty easy to work with. Appropriate for little kids and up.
Projects
Supybot - A thing to make an IRC bot in Python! You can program them to play games like Apples to Apples or Go Fish, and anyone on IRC can play just by talking to the bot. Windows installation guides here, here, and here. Mac install here. It's also in the Ubuntu repos as supybot (after installing, type supybot-wizard) or you can get it from source.
Project Euler - Math-based programming challenges.
_________________
And if you post about completing some kind of progamming-ish thing, you get a star!
Last edited: