-
Recent Posts
Recent Comments
Archives
Categories
- "Get the Facts" ™
- Astronomy
- Backup
- Bicycles
- Books
- Business Intelligence
- Business Practices
- Command Line
- Compiz
- computer science
- Cooking with Kids
- Copyrights and Copywrongs
- Django
- Editors
- Education
- Emacs
- Family Stuff
- Firefox
- Free/Open Source Projects to Watch
- Fun Things to Do
- Futurama
- Games
- git
- Good blogs to follow
- Hardware
- Health and fitness
- Healthy Diet
- Household Chores
- How-To
- How-to Websites
- IBM Linux Articles
- interesting applications
- Interesting Stuff
- Learning
- Learning Programming
- learning to program
- Linux Distros
- Linux Hardware
- Linux News
- Linux Tech Talk
- list application design
- list applications
- list databases
- Listacular
- Lists
- Mathematics
- Meta
- Microsoft Watch
- Microsoft Windows
- Multimedia
- Music
- MySQL
- Mystery Science Theater 3000
- Nature
- Office Productivity
- Open Sauce
- Open source and politics
- Open source applications
- Open Source Education
- Open source enterprise software
- Open Source News
- Open Source Paradigm
- Open source software
- Open Standards
- Our World
- Papercraft
- Performance Tuning
- PHP
- Programmer's Tools
- Python
- Reading
- School stuff
- Science Fiction
- Security/Cryptography
- Software Licensing
- Stories
- Switching to Linux
- Ubuntu Linux
- Uncategorized
- Upgrades
- Utilities
- Virtualization
- web list applications
- Web/Tech
- Windows "Wins"
- WordPress
Meta
Category Archives: learning to program
Using and learning Git
Any time you want to be able to keep track of all the aspects of a project, particularly to be able to roll back the state of a set of files to a previous version, you want to use version … Continue reading
Posted in git, learning to program
Leave a comment
Using Ruby to learn to program
I got interested in the possibility of learning Ruby after seeing Ruby for Kids: teach programming by writing games in Ruby on Reddit last month. I’m still not “ready” to dive in, but I did want to line up a … Continue reading
Posted in learning to program
Leave a comment
More resources for learning Python
I keep turning up more stuff; some better than others. This is just a list of the most recent ones: DaniWeb Python Forum. Haven’t explored this much yet, but it looks like a reasonable starting point. Learn Python the Hard … Continue reading
Posted in learning to program, Python
Leave a comment
Conway’s Game of Life
Learning to program, at least if you’re going in a more scholarly direction, means at the least hearing about John Conway’s Game of Life. It’s all about cellular automata, and it was invented in 1970–but it still is perfectly relevant, … Continue reading
Posted in computer science, learning to program
Leave a comment
Resources for Learning to Program
I keep making posts with titles similar to this one, but then again, I keep finding new resources. There are a lot, including books (many of them freely available for download), videos, on-line courses, and so on. Invent Your Own … Continue reading
Posted in learning to program, Python
2 Comments
Why does the PHP universe do this?
Something odd, that I sort of have figured out. It’s an opportunity to learn something new and useful, but I’m not quite there yet. I got XAMPP installed and up and running last month, that was great actually, pretty much … Continue reading
Posted in learning to program, PHP
Leave a comment
More programming-related links of interest
As the title suggests, another hodge-podge of links that look to be useful (or that I’ve already found to be useful), relating one way or another to programming, especially learning about programming: Vi Cheat Sheet is indeed a very handy … Continue reading
Posted in learning to program
Leave a comment