Tagged Questions
The cs101 tag has no wiki summary.
11
votes
7answers
14k views
Exception thrown inside catch block - will it be caught again?
This may seem like a programming 101 question and I had thought I knew the answer but now find myself needing to double check. In this piece of code below, will the exception thrown in the first catch ...
11
votes
6answers
3k views
4
votes
3answers
6k views
Base-2 (Binary) Representation Using Python
Building on How Do You Express Binary Literals in Python, I was thinking about sensible, intuitive ways to do that Programming 101 chestnut of displaying integers in base-2 form. This is the best I ...
0
votes
5answers
88 views
multidimensional approach to learning Ruby (& CS in general)
I'll try to not make this question too personalised, so here we go.
I'm currently studying Pickaxe to learn Ruby (This is my first programming language). The goal is to develop strong ability in ...