https://github.com/javitocor/computing-with-python
5 Different projects to practice using Python.
https://github.com/javitocor/computing-with-python
freecodecamp-curriculum practice-project python3
Last synced: about 1 year ago
JSON representation
5 Different projects to practice using Python.
- Host: GitHub
- URL: https://github.com/javitocor/computing-with-python
- Owner: javitocor
- License: mit
- Created: 2020-11-24T08:40:08.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-24T08:49:29.000Z (over 5 years ago)
- Last Synced: 2025-01-25T17:46:07.858Z (over 1 year ago)
- Topics: freecodecamp-curriculum, practice-project, python3
- Language: Python
- Homepage:
- Size: 27.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]

# Scientific Computing with Python
> 5 Different projects to practice using Python.
> - Arithmetic Formatter: Format operations in old school style
> - Budget App: Keep track of the money you spend
> - Polygon Area Calculator: Calculate the are, perimeter and more of an square or rectangle
> - Probability Calculator: Calculate probabilities
> - Time Calculator: Given a time calculate when it will be in the future
Additional description about the project and its features.
## Built With
- PYTHON
### Usage
To have this app on your pc, you need to:
* [download](https://github.com/javitocor/Computing-with-Python/archive/development.zip) or clone this repo:
- Clone with SSH:
```
git@github.com:javitocor/Computing-with-Python.git
```
- Clone with HTTPS
```
https://github.com/javitocor/Computing-with-Python.git
```
* Access each folder from your terminal and run `python main.py`.
## Authors
👤 **Javier Oriol Correas Sanchez Cuesta**
- Github: [@javitocor](https://github.com/javitocor)
- Twitter: [@JavierCorreas4](https://twitter.com/JavierCorreas4)
- Linkedin: [Javier Oriol Correas Sanchez Cuesta](https://www.linkedin.com/in/javier-correas-sanchez-cuesta-15289482/)
## 🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check the [issues page](https://github.com/javitocor/Computing-with-Python/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments 🚀
- FreeCodeCamp
- Python Docs
- Python for everyone course
## 📝 License
This project is [MIT](lic.url) licensed.
[contributors-shield]: https://img.shields.io/github/contributors/javitocor/Computing-with-Python.svg?style=flat-square
[contributors-url]: https://github.com/javitocor/Computing-with-Python/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/javitocor/Computing-with-Python.svg?style=flat-square
[forks-url]: https://github.com/javitocor/Computing-with-Python/network/members
[stars-shield]: https://img.shields.io/github/stars/javitocor/Computing-with-Python.svg?style=flat-square
[stars-url]: https://github.com/javitocor/Computing-with-Python/stargazers
[issues-shield]: https://img.shields.io/github/issues/javitocor/Computing-with-Python.svg?style=flat-square
[issues-url]: https://github.com/javitocor/Computing-with-Python/issues