How to prepare for studies in Computer Science? What to learn in preparation for studying Computer Science in depth? Here is my list!
Interactive Python for Incremental Programming Learn a much more efficient way to program in Python. Move a step closer to the legendary concept of Incremental Programming.
Teaching programming How should we be teaching programming? Here is an account of a good impression a student had when he encountered a lecture where they would actually improve something about their programming: Hal put the archetypical Lisp program on the blackboard: (define (fact x) (if (zero? x) 1 (* x (fact (-
A happy student How should we teach programming? Let us look at an example of a very satisfied student: There were several great lectures in 6.001, but that first one was the most memorable because it showed me that real computer hackers weren't writing accounts receivable and inventory reporting programs
Display a message on an e-ink screen with a NanoPi in 15 minutes Resources 1. 2.7inch e-Paper HAT (B), Waveshare 2. Hacking Together an E-ink Dashboard 3. Refresh epaper in 1/3 of a second by Ben Krasnow