An open API service indexing awesome lists of open source software.

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.

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