A comprehensive study journal tailored specifically for Python code snippets. This journal is intended to serve as a documentation for progress and seamlessly preserve valuable information on a wide range of subjects. While primarily intended for personal use, it is open to anyone who wishes to follow along.
- [Variables]
- [Strings]
- [Control Flow]
- [Lists]
- [Functions]
For personal use, simply clone this repository and make sure you have the necessary dependencies installed. An example of how to achieve this with Bash is displayed below.
$ git clone https://github.com/klovach/Python-Journal.git
$ cd project
$ npm install
An example of how to achieve with this Windows Powershell is displayed below.
git clone https://github.com/klovach/Python-Journal.git
cd .\Python-Journal\
Any acknowledgements will be documented below as the journal is filled. At present, there are no notable acknowledgements.
For any questions or feedback, feel free to reach out.
GitHub: github.com/klovach