I've been reading a chapter each day from the Django book. I'm now almost through working through the appendix. Now, just in the nick of time, I discovered where to go next.
The book is an open-source, ongoing project that is headed by my current python hero, Kenneth Reitz.
http://docs.python-guide.org/en/latest/
Recursive algorithms can be slow because they end up solving the same little problems over and over again. To speed them up, you can use a technique called "memoization." Memoization allows algorithms go much more quickly by remembering solutions to problems they have already solved. I’m the recursive algorithm. This blog is my memoization.
Showing posts with label to-read. Show all posts
Showing posts with label to-read. Show all posts
Monday, December 8, 2014
The Hitchhiker’s Guide to Python!--the next book
Thursday, November 20, 2014
Subscribe to:
Posts (Atom)