https://github.com/dahlitzflorian/python-training-beginners
Part one of a three-part series to teach Python for beginners
https://github.com/dahlitzflorian/python-training-beginners
education educational educational-materials python python-3 python-basics python-beginners python3 training training-material
Last synced: 2 months ago
JSON representation
Part one of a three-part series to teach Python for beginners
- Host: GitHub
- URL: https://github.com/dahlitzflorian/python-training-beginners
- Owner: DahlitzFlorian
- License: apache-2.0
- Created: 2019-07-04T11:48:53.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-14T14:32:54.000Z (over 5 years ago)
- Last Synced: 2025-01-08T13:27:39.315Z (4 months ago)
- Topics: education, educational, educational-materials, python, python-3, python-basics, python-beginners, python3, training, training-material
- Language: Python
- Homepage: https://python-training-beginners.florian-dahlitz.de
- Size: 1.25 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Python Training: Beginners
## Description
This is part one of (maybe) a three-part series.
The goal of this trainings session is to give programming beginners a sense of what Python is and what it consists of, teach them basic programming concepts as well as providing examples of how to implement discussed concepts in Python.**Note:** As this is a new trainings course, all examples are in Python 3 only.
There is no intention to port it backwards to legacy Python (Python 2).author: [Florian Dahlitz][DahlitzFlorian]
website: [python-training-beginners.florian-dahlitz.de][OnlineWebsite]## Repository Structure
* `code`: Contains exercises and possible solutions related to the trainings session.
You don't need to install any further software or package.
However, make sure to have Python 3.6 or greater installed as the sample solutions use *f-strings* for printing.
* `docs`: The docs directory contains the Sphinx documentation, which is hosted [here][OnlineWebsite].
As a participant in the training, this won't be interesting for you.
* `presentation`: Contains the slides, which were used during the session.[DahlitzFlorian]: https://florian-dahlitz.de
[OnlineWebsite]: https://python-training-beginners.florian-dahlitz.de/