This repository holds lecture material from an introductionary python course based off the book Python Crash Course by Eric Matthes.
It was created for programming students at a local church.
Request Help
- Python.org's Getting Started page has tutorials for installing python and additional resources for learning.
- Google. If you have a question or problem! Don't be afraid to google it! There's not shame in it; all programmers do it. Look for results from Stack Overflow.
- codewars is a great for practicing your coding skills at all levels using short word problems. The exercises get harder as you level up. Many languages are supported. Community solutions are provided.
- GitHub is a public interface for Git repositories. This is a great way to share your code and follow the things your friends are making. It can also be a great tool for learning. Reading other people's code teaches you good practices.
- Python Website Tutorial
- ChatGPT can be a great resource for programming help. Provide your error codes or ask for examples of what you are trying to develop.
Jacob Taylor Cassady - [email protected]
Project Link: https://github.com/jtcass01/Introduction-to-Python