tutorial

Displaying All Posts Tagged as "tutorial"

Introducing C

I have previously posted getting-started tutorials for Python and Ruby, and next up is good old C. Many argue that if performance and control is what you’re after, then C is really the only way to go. I would say that knowing at least the basics of C is important as it gives a greater understanding of what is actually going on than other high level languages.

Read More »
Understanding Android stack traces

If you’re developing Android applications, you will inevitably make mistakes and cause crashes. Luckily, its usually dead simple to figure out what’s gone wrong by reading the stack trace. If you’re not comfortable with reading them, then I strongly suggest you take a few minutes and read on.

Read More »
Introducing Python

Python is one of the most popular languages out there these days. Its easy to learn and suitable for a lot of different purposes, from small and quick scripts to large massive projects. So, just like I did with Ruby before I will do with Python now to give you a nice and quick introduction.

Read More »