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

# Guides

- [Getting familiar](https://code.thebaselab.com/guides/getting-familiar.md): An overview of Code App's interface and main features.
- [Your first program in Python](https://code.thebaselab.com/guides/your-first-program-in-python.md): Learn to write Python script and install third party packages using pip.
- [Creating a Node.js project](https://code.thebaselab.com/guides/creating-a-node.js-project.md): In this guide, we will build a simple web server using Node.js and Express.
- [Version Control](https://code.thebaselab.com/guides/version-control.md): Use the built-in support for Git to manage your code.
- [Connecting to a remote server (SSH/FTP)](https://code.thebaselab.com/guides/connecting-to-a-remote-server-ssh-ftp.md): Connect to a self-hosted server and get access to its files, terminal and network resources.
