py_beginners
Basic level python code to do basic things that will help you build your basics
Table of Contents
| File Name | Description |
|---|---|
| binary_to_decimal.py | provides an equivalent decimal output for a given binary number |
| celsius_to_fahrenheit.py | converts given Celsius temperature to Fahrenheit unit |
| decimal_to_binary.py | provides an equivalent binary output for a given decimal number |
| fahrenheit_to_celsius.py | converts given Fahrenheit temperature to Celsius unit |
| fibonacci_series.py | prints Fibonacci series for given n terms |
| greatest_of_3_nos.py | gives greatest of 3 given numbers |
| prime.py | determines if given number is a prime number |
| txt _calculator.py | textual input based calculator (operations: add/subtract/multiply/divide) |
For Contributors
- All code is in python.
- No project should have a library.
- Just upload your .py extension file and start a PR.
- Add a comment to your
.pyfile stating it's purpose. - Give your file a meaningful name related to your file.
- Create issues for ideas you do not know how to solve.

Log in or sign up for Devpost to join the conversation.