> For the complete documentation index, see [llms.txt](https://neexnotes.gitbook.io/think-python/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://neexnotes.gitbook.io/think-python/master.md).

# Introduction

## Think Python

Compiled notes from Think Python (LaunchCode Edition) and [Treehouse](https://teamtreehouse.com/) Python Tech Degree

## Summary

* [General Intro](/think-python/general-intro.md)
* [Simple Python Data](/think-python/simple-python-data.md)
* [Debugging](/think-python/debugging.md)
* [Turtles](/think-python/turtles.md)
* [Functions](/think-python/functions.md)
* [Iteration, Bool, Selection](/think-python/selection.md)
* [Strings](/think-python/strings.md)
* [Lists](/think-python/lists.md)
* [Dictionaries](/think-python/dictionaries.md)
* [Classes and Objects](/think-python/classes-and-objects.md)
* [Glossary](/think-python/glossary.md)
