Search Results

2
votes

Python, beyond the basics

The Python Cookbook is absolutely essential if you want to master idiomatic Python. Besides, that's the book that made me fall in love with the language. …
0
votes

What are good projects to develop C skills?

Just rewrite all Unix utilities. You'll get an epiphany that I won't want to spoil right now. …
2
votes

What is the best way to learn C? What next after K&R?

Reading K&R doesn't really do much unless you have done the equivalent of taking a course on machine structures. For instance, learning C is completely useless if you don't know what a stack fr …
32
votes

How do you advance beyond being an ‘advanced’ programmer?

You can reassess your proficiency by looking at this Programmer Comptency Matrix. …
-4
votes

What programming language should be taught in Computer Science 101?

None. They should have learned to program in high school. …