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

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.

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]
![Hireable](https://cdn.rawgit.com/hiendv/hireable/master/styles/default/yes.svg)

# 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