# coding

- [of any interest](https://stephanosterburg.gitbook.io/scrapbook/coding/of-any-interest.md)
- [Maya API](https://stephanosterburg.gitbook.io/scrapbook/coding/maya-api.md)
- [Python API](https://stephanosterburg.gitbook.io/scrapbook/coding/maya-api/python-api.md)
- [Python](https://stephanosterburg.gitbook.io/scrapbook/coding/python.md)
- [Understanding Class Inheritance in Python 3](https://stephanosterburg.gitbook.io/scrapbook/coding/python/understanding-class-inheritance-in-python-3.md)
- [100+ Python challenging programming exercises](https://stephanosterburg.gitbook.io/scrapbook/coding/python/untitled.md)
- [coding](https://stephanosterburg.gitbook.io/scrapbook/coding/python/coding.md)
- [Iterables vs. Iterators vs. Generators](https://stephanosterburg.gitbook.io/scrapbook/coding/python/iterables-vs.-iterators-vs.-generators.md)
- [Generator Expression](https://stephanosterburg.gitbook.io/scrapbook/coding/python/generator-expression.md)
- [Stacks (LIFO) / Queues (FIFO)](https://stephanosterburg.gitbook.io/scrapbook/coding/python/stacks-lifo-queues-fifo.md)
- [What does -1 mean in numpy reshape?](https://stephanosterburg.gitbook.io/scrapbook/coding/python/what-does-1-mean-in-numpy-reshape.md)
- [Fold Left and Right in Python](https://stephanosterburg.gitbook.io/scrapbook/coding/python/fold-left-and-right-in-python.md)
- [Flatten a nested list of lists](https://stephanosterburg.gitbook.io/scrapbook/coding/python/flatten-a-nested-list-of-lists.md)
- [Flatten a nested dictionary](https://stephanosterburg.gitbook.io/scrapbook/coding/python/flatten-a-nested-dictionary.md)
- [Traverse A Tree](https://stephanosterburg.gitbook.io/scrapbook/coding/python/tra.md)
- [How to Implement Breadth-First Search](https://stephanosterburg.gitbook.io/scrapbook/coding/python/how-to-implement-breadth-first-search-in-python.md)
- [Breadth First Search](https://stephanosterburg.gitbook.io/scrapbook/coding/python/breadth-first-search.md)
- [Level Order Tree Traversal](https://stephanosterburg.gitbook.io/scrapbook/coding/python/breadth-first-search/level-order-tree-traversal.md)
- [Breadth First Search or BFS for a Graph](https://stephanosterburg.gitbook.io/scrapbook/coding/python/breadth-first-search/breadth-first-search-or-bfs-for-a-graph.md)
- [BFS for Disconnected Graph](https://stephanosterburg.gitbook.io/scrapbook/coding/python/breadth-first-search/bfs-for-disconnected-graph.md)
- [Trees and Tree Algorithms](https://stephanosterburg.gitbook.io/scrapbook/coding/python/trees-and-tree-algorithms.md)
- [Graph and its representations](https://stephanosterburg.gitbook.io/scrapbook/coding/python/graph-and-its-representations.md)
- [Graph Data Structure Interview Questions](https://stephanosterburg.gitbook.io/scrapbook/coding/python/graph-data-structure-interview-questions.md)
- [Graphs in Python](https://stephanosterburg.gitbook.io/scrapbook/coding/python/graphs-in-python.md)
- [GitHub Repo's](https://stephanosterburg.gitbook.io/scrapbook/coding/python/github-repos.md)
- [Python in CG Production](https://stephanosterburg.gitbook.io/scrapbook/coding/python-in-cg-production.md)
- [GLSL/HLSL Shading programming](https://stephanosterburg.gitbook.io/scrapbook/coding/glsl-hlsl-shading-programming.md)
- [Deep Learning Specialization](https://stephanosterburg.gitbook.io/scrapbook/coding/deep-learning-specialization.md)
- [Neural Networks and Deep Learning](https://stephanosterburg.gitbook.io/scrapbook/coding/deep-learning-specialization/deep-learning-specialization.md): deeplearning.ai @ coursera
- [Untitled](https://stephanosterburg.gitbook.io/scrapbook/coding/deep-learning-specialization/untitled-2.md)
- [Untitled](https://stephanosterburg.gitbook.io/scrapbook/coding/deep-learning-specialization/untitled-1.md)
- [Untitled](https://stephanosterburg.gitbook.io/scrapbook/coding/deep-learning-specialization/untitled.md)
- [TensorFlow for AI, ML, and DL](https://stephanosterburg.gitbook.io/scrapbook/coding/intro-to-tensorflow-for-ai-ml-and-dl.md)
- [Google ML Crash Course](https://stephanosterburg.gitbook.io/scrapbook/coding/intro-to-tensorflow-for-ai-ml-and-dl/google-ml-crash-course.md)
- [TensorFlow C++ API](https://stephanosterburg.gitbook.io/scrapbook/coding/intro-to-tensorflow-for-ai-ml-and-dl/tensorflow-c++-api.md)
- [TensorFlow - coursera](https://stephanosterburg.gitbook.io/scrapbook/coding/intro-to-tensorflow-for-ai-ml-and-dl/tensorflow-coursera.md)
- [Notes](https://stephanosterburg.gitbook.io/scrapbook/coding/intro-to-tensorflow-for-ai-ml-and-dl/notes.md)
- [An Introduction to different Types of Convolutions in Deep Learning](https://stephanosterburg.gitbook.io/scrapbook/coding/intro-to-tensorflow-for-ai-ml-and-dl/an-introduction-to-different-types-of-convolutions-in-deep-learning.md)
- [One by One \[ 1 x 1 \] Convolution - counter-intuitively useful](https://stephanosterburg.gitbook.io/scrapbook/coding/intro-to-tensorflow-for-ai-ml-and-dl/one-by-one-1-x-1-convolution-counter-intuitively-useful.md)
- [SqueezeNet](https://stephanosterburg.gitbook.io/scrapbook/coding/intro-to-tensorflow-for-ai-ml-and-dl/squeezenet.md)
- [Deep Compression](https://stephanosterburg.gitbook.io/scrapbook/coding/intro-to-tensorflow-for-ai-ml-and-dl/deep-compression.md)
- [An Overview of ResNet and its Variants](https://stephanosterburg.gitbook.io/scrapbook/coding/intro-to-tensorflow-for-ai-ml-and-dl/an-overview-of-resnet-and-its-variants.md)
- [Introducing capsule networks](https://stephanosterburg.gitbook.io/scrapbook/coding/intro-to-tensorflow-for-ai-ml-and-dl/introducing-capsule-networks.md)
- [What is a CapsNet or Capsule Network?](https://stephanosterburg.gitbook.io/scrapbook/coding/intro-to-tensorflow-for-ai-ml-and-dl/what-is-a-capsnet-or-capsule-network-1.md)
- [Xception](https://stephanosterburg.gitbook.io/scrapbook/coding/intro-to-tensorflow-for-ai-ml-and-dl/xception.md)
- [TensorFlow Eager](https://stephanosterburg.gitbook.io/scrapbook/coding/intro-to-tensorflow-for-ai-ml-and-dl/tensorflow-eager.md)
- [GitHub](https://stephanosterburg.gitbook.io/scrapbook/coding/github.md)
- [Project README](https://stephanosterburg.gitbook.io/scrapbook/coding/github/project-readme.md)
- [Agile - User Stories](https://stephanosterburg.gitbook.io/scrapbook/coding/agile-user-stories.md)
- [The Open-Source Data Science Masters](https://stephanosterburg.gitbook.io/scrapbook/coding/the-open-source-data-science-masters.md): https://github.com/datasciencemasters/go#python-learning
- [Coding Challenge Websites](https://stephanosterburg.gitbook.io/scrapbook/coding/coding-challenge-websites.md)
- [Coding Interview](https://stephanosterburg.gitbook.io/scrapbook/coding/coding-interview.md)
- [leetcode python](https://stephanosterburg.gitbook.io/scrapbook/coding/coding-interview/leetcode-python.md)
- [Data Structures](https://stephanosterburg.gitbook.io/scrapbook/coding/coding-interview/data-structures.md)
- [Arrays](https://stephanosterburg.gitbook.io/scrapbook/coding/coding-interview/data-structures/arrays.md)
- [Linked List](https://stephanosterburg.gitbook.io/scrapbook/coding/coding-interview/data-structures/linked-list.md)
- [Hash Tables](https://stephanosterburg.gitbook.io/scrapbook/coding/coding-interview/data-structures/hash-tables.md)
- [Trees: Basic](https://stephanosterburg.gitbook.io/scrapbook/coding/coding-interview/data-structures/trees-basic.md)
- [Heaps, Stacks, Queues](https://stephanosterburg.gitbook.io/scrapbook/coding/coding-interview/data-structures/heaps-stacks-queues.md)
- [Graphs](https://stephanosterburg.gitbook.io/scrapbook/coding/coding-interview/data-structures/graphs.md)
- [Shortest Path](https://stephanosterburg.gitbook.io/scrapbook/coding/coding-interview/data-structures/graphs/shortest-path.md)
- [Sorting & Searching](https://stephanosterburg.gitbook.io/scrapbook/coding/coding-interview/sorting-and-searching.md)
- [Depth-First Search & Breadth-First Search](https://stephanosterburg.gitbook.io/scrapbook/coding/coding-interview/sorting-and-searching/depth-first-search-and-breadth-first-search.md)
- [Backtracking](https://stephanosterburg.gitbook.io/scrapbook/coding/coding-interview/sorting-and-searching/backtracking.md)
- [Sorting](https://stephanosterburg.gitbook.io/scrapbook/coding/coding-interview/sorting-and-searching/sorting.md)
- [Dynamic Programming](https://stephanosterburg.gitbook.io/scrapbook/coding/coding-interview/untitled-1.md)
- [Dynamic Programming: Basic](https://stephanosterburg.gitbook.io/scrapbook/coding/coding-interview/untitled-1/dynamic-programming-basic.md)
- [Dynamic Programming: Advanced](https://stephanosterburg.gitbook.io/scrapbook/coding/coding-interview/untitled-1/untitled.md)
- [spaCy](https://stephanosterburg.gitbook.io/scrapbook/coding/spacy.md)
- [Pandas](https://stephanosterburg.gitbook.io/scrapbook/coding/pandas.md)
- [Python Packages](https://stephanosterburg.gitbook.io/scrapbook/coding/python-packages.md)
- [Julia](https://stephanosterburg.gitbook.io/scrapbook/coding/julia.md)
- [jupyter](https://stephanosterburg.gitbook.io/scrapbook/coding/julia/jupyter.md)
- [macos](https://stephanosterburg.gitbook.io/scrapbook/coding/macos.md)
- [CPP](https://stephanosterburg.gitbook.io/scrapbook/coding/cpp.md)
- [Debugging](https://stephanosterburg.gitbook.io/scrapbook/coding/cpp/debugging.md)
- [Overview of memory management problems](https://stephanosterburg.gitbook.io/scrapbook/coding/cpp/overview-of-memory-management-problems.md)
- [What are lvalues and rvalues?](https://stephanosterburg.gitbook.io/scrapbook/coding/cpp/what-are-lvalues-and-rvalues.md)
- [The Rule of Five](https://stephanosterburg.gitbook.io/scrapbook/coding/cpp/the-rule-of-five.md)
- [Concurrency](https://stephanosterburg.gitbook.io/scrapbook/coding/cpp/concurrency.md)
- [Avoiding Data Races](https://stephanosterburg.gitbook.io/scrapbook/coding/cpp/avoiding-data-races.md)
- [Mutex](https://stephanosterburg.gitbook.io/scrapbook/coding/cpp/mutex.md)
- [The Monitor Object Pattern](https://stephanosterburg.gitbook.io/scrapbook/coding/cpp/the-monitor-object-pattern.md)
- [Lambdas](https://stephanosterburg.gitbook.io/scrapbook/coding/cpp/lambdas.md)
- [Maya C++ API Programming Tips](https://stephanosterburg.gitbook.io/scrapbook/coding/cpp/maya-c++-api-programming-tips.md)
- [How can I read and parse CSV files in C++?](https://stephanosterburg.gitbook.io/scrapbook/coding/cpp/how-can-i-read-and-parse-csv-files-in-c++.md): https://stackoverflow.com/questions/1120140/how-can-i-read-and-parse-csv-files-in-c
- [Cpp NumPy](https://stephanosterburg.gitbook.io/scrapbook/coding/cpp/cpp-numpy.md)
- [Advanced Machine Learning](https://stephanosterburg.gitbook.io/scrapbook/coding/advanced-machine-learning.md): https://www.coursera.org/learn/intro-to-deep-learning/home/welcome
- [Wk 1](https://stephanosterburg.gitbook.io/scrapbook/coding/advanced-machine-learning/wk-1.md)
- [Untitled](https://stephanosterburg.gitbook.io/scrapbook/coding/advanced-machine-learning/untitled-3.md)
- [Untitled](https://stephanosterburg.gitbook.io/scrapbook/coding/advanced-machine-learning/untitled-2.md)
- [Untitled](https://stephanosterburg.gitbook.io/scrapbook/coding/advanced-machine-learning/untitled-1.md)
- [Untitled](https://stephanosterburg.gitbook.io/scrapbook/coding/advanced-machine-learning/untitled.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://stephanosterburg.gitbook.io/scrapbook/coding.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
