> For the complete documentation index, see [llms.txt](https://llm-aws.course.gspivey.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://llm-aws.course.gspivey.com/foundations.md).

# Foundations

- [Introduction to Python](https://llm-aws.course.gspivey.com/foundations/introduction-to-python.md)
- [Setup Your IDE](https://llm-aws.course.gspivey.com/foundations/introduction-to-python/setup-your-ide.md): Setting up your Integrated Development Environment
- [Python Install & Virtual Environment](https://llm-aws.course.gspivey.com/foundations/introduction-to-python/python-install.md)
- [Python Basics](https://llm-aws.course.gspivey.com/foundations/introduction-to-python/python-basics.md)
- [Python Modules](https://llm-aws.course.gspivey.com/foundations/introduction-to-python/python-modules.md)
- [Python Package](https://llm-aws.course.gspivey.com/foundations/introduction-to-python/python-package.md)
- [Additional Resources](https://llm-aws.course.gspivey.com/foundations/introduction-to-python/additional-resources.md)
- [Project: SEC CIK Lookup Module](https://llm-aws.course.gspivey.com/foundations/project-sec-cik-lookup.md)
- [Building a CIK Lookup Module](https://llm-aws.course.gspivey.com/foundations/project-sec-cik-lookup/building-a-cik-lookup-module.md)
- [Introduction to Git and GitHub](https://llm-aws.course.gspivey.com/foundations/introduction-to-git-and-github.md)
- [Getting Started with Git](https://llm-aws.course.gspivey.com/foundations/introduction-to-git-and-github/getting-started-with-git.md)
- [Project: GitHub Setup](https://llm-aws.course.gspivey.com/foundations/introduction-to-git-and-github/project-github-setup.md)
- [Introduction to APIs](https://llm-aws.course.gspivey.com/foundations/introduction-to-apis.md)
- [Types of APIs](https://llm-aws.course.gspivey.com/foundations/introduction-to-apis/types-of-apis.md)
- [REST APIs](https://llm-aws.course.gspivey.com/foundations/introduction-to-apis/rest-apis.md)
- [What is cURL?](https://llm-aws.course.gspivey.com/foundations/introduction-to-apis/what-is-curl.md)
- [Data Formats](https://llm-aws.course.gspivey.com/foundations/introduction-to-apis/data-formats.md)
- [Project: SEC EDGAR API Library](https://llm-aws.course.gspivey.com/foundations/project-sec-edgar-api-library.md)
- [Find Company Submissions](https://llm-aws.course.gspivey.com/foundations/project-sec-edgar-api-library/find-company-submissions.md)
- [Filter Submissions and Retrieve Doc](https://llm-aws.course.gspivey.com/foundations/project-sec-edgar-api-library/filter-submissions-and-retrieve-doc.md)
- [Expanding Your CIK Module](https://llm-aws.course.gspivey.com/foundations/project-sec-edgar-api-library/expanding-your-cik-module.md)
