https://github.com/hrosicka/pythonforbeginners
Simple examples for beginners.
https://github.com/hrosicka/pythonforbeginners
basics basics-of-python beginner calculator easy example python pythonforbeginner tutorials
Last synced: 3 months ago
JSON representation
Simple examples for beginners.
- Host: GitHub
- URL: https://github.com/hrosicka/pythonforbeginners
- Owner: hrosicka
- License: mit
- Created: 2023-10-01T16:25:27.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-15T19:59:32.000Z (7 months ago)
- Last Synced: 2025-01-26T12:14:22.783Z (5 months ago)
- Topics: basics, basics-of-python, beginner, calculator, easy, example, python, pythonforbeginner, tutorials
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PythonForBeginners
Simple examples for beginners.### Example1.py
- Simple Example 1
- input, variables, strings, print
- Simple Example 2
- input, math, pow, print
- Simple Example 2
- input, math, pow, print
- circle perimetr and area calculation### Example2.py
- Simple Example 1
- print, in/not in, True/False
- Simple Example 2
- if/else
- Simple Example 3
- if/else, math, round### Example3.py
- Basic Calculator
- total, difference, product, quotient
- input, calculate and print results
### Example4.py
- Calculator
- total, difference, product, quotient
- input, calculate and print results, repeater, choice operation
### Example5.py
- While cycle
- Conditions
- Arrays