Hi, what do you want to do?
IDG TECHtalk
Creating tests for your Go apps: Smart Go
Learn the basics of Go's built-in testing framework, used for writing unit tests that sit side-by-side with the code you're testing.
IDG TECHtalk
The basics of benchmarking Go applications | Smart Go
Learn how to use Go's built-in testing framework to run benchmarks on your code, and find out where your programs may have performance bottlenecks.
Khan Academy
Khan Academy: Python Programming: Iterative Fibonacci Function Example
Explains one way to write a Fibonacci function iteratively.
Khan Academy
Khan Academy: Python Programming: Exercise Write a Fibonacci Function
Introduction to the Fibonacci sequence, and a programming challenge to write a Fibonacci function.
Khan Academy
Khan Academy: Python Programming: Stepping Through Iterative Fibonacci Function
Understanding how the iterative Fibonacci function works for a particular example.
Khan Academy
Khan Academy: Python Programming: Recursive Fibonacci Example
Explains how to use recursion to write a Fibonacci function in Python. [7:37]