reading-notes

code fellows reading notes

View on GitHub

Reading-Notes

Code Fellows Python 401

Read: 02 - Testing and Modules

In Tests We Trust - TDD with Python

If name equals main

Recursion

The process in which a function calls itself directly or indirectly

  • Recursive-

Video:What on Earth is Recursion

Bookmark and Review