Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mwmorale/python_play
Welcome to python_play ! I figured that I should update my GitHub to show off my recent Python skills that I gained during my time at Nerdwallet as a Security Software Engineer! Here, I explore the infamous "polish notation". But, what is Polish notation and how would I implement it via programming? Simple! Polish notation(and the associated program written) is a very simple and useful program that uses Python to calculate the result of the users "Polish notation" input. Polish notation is a very fun mathematical trick that uses a mathematical notation in which operators precede their operands.
https://github.com/mwmorale/python_play
mathematical-programming mathematics python
Last synced: about 3 hours ago
JSON representation
Welcome to python_play ! I figured that I should update my GitHub to show off my recent Python skills that I gained during my time at Nerdwallet as a Security Software Engineer! Here, I explore the infamous "polish notation". But, what is Polish notation and how would I implement it via programming? Simple! Polish notation(and the associated program written) is a very simple and useful program that uses Python to calculate the result of the users "Polish notation" input. Polish notation is a very fun mathematical trick that uses a mathematical notation in which operators precede their operands.
- Host: GitHub
- URL: https://github.com/mwmorale/python_play
- Owner: mwmorale
- Created: 2021-03-16T20:38:31.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-26T22:35:52.000Z (about 3 years ago)
- Last Synced: 2023-09-02T10:16:42.731Z (about 1 year ago)
- Topics: mathematical-programming, mathematics, python
- Homepage:
- Size: 3.91 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ---python_play---
I figured that I should update my GitHub to show off my recent Python skills that I gained during my time at Nerdwallet as a Security Software Engineer! Here, I explore the infamous "polish notation".# --- What is this Polish notation program?---
Very simple and useful program that uses Python to calculate the result of the users "Polish notation" input. Polish notation is a very fun mathematical trick that uses a mathematical notation in which operators precede their operands.