The contents of this repository are code samples used in an introductory presentation to people interested in learning Python.
The contents of this repository on its own are not sufficient to teach yourself the Python programming language and it is assumed that consumers of this material will also be in attendance at the event.
If you're attending this event, please read the prerequisites file beforehand and fulfill them.
If you find a problem with something in the repository, follow these steps:
- Fork the repository on GitHub
- Clone the repository to your computer from your fork
- Create a branch
- Make the changes and commit them
- Push the changes to your fork
- Create a pull request
For a greater amount of detail, please read GitHub's Documentation on creating pull requests.
The contents of this repository are shared under the MIT License and are
free for anyone to use. A copy of it can be found in the repository in a file
named LICENSE
.