Learn More
We hope this tutorial has helped you get started with Pinax and you are ready to learn more. As follows are general resources for learning more about Pinax, as well as resources specific to each chapter of this tutorial.
Pinax
Here are a few ways to learn more about Pinax:
- Join our Slack channel
- Check out our official documentation at http://pinaxproject.com
- Watch a screencast or demo (If you don't see what you are looking for, suggest one in our screencasts repo!)
UML Class diagram
You can use these UML class diagrams to better understand the links between the default user model and other models.
What is Pinax? Chapter
- Python Official Documentation
- Guido van Rossum Wikipedia Article
- Foreword for "Programming Python" (1st ed.) in which Guido van Rossum explains how and why Python came into existence.
- Stack Overflow Post about the incredible growth of Python
- Django Official Documentation
- Django FAQs "Why Does This Project Exist?"
- Django Wikipedia Article)
- Django Reinhardt Wikipedia Article
Pinax Starter Projects and Apps Chapter
Pinax Starter Projects Chapter
Pinax Apps Chapter
Setting Up Your Development Environment Chapter
- Python Downloads Page
- Python 2 End of Life (EOL) Python Developer email
- pip Website
- Pipenv Website
- Get npm Page
- Homebrew Website
- Python Integrated Development Environments (IDEs) Page
- Pep 20: The Zen of Python by Tim Peters
- PEP 8: Style Guide for Python Code
- Django Coding Style Guide
Command Line Chapter
- Graphical User Interface Wikipedia Article
- Windows Command Line Interface Wikipedia Article
- PowerShell Wikipedia Article
- man Page Wikipedia Article