Skip to content

Small python projects without using frameworks or libraries

Notifications You must be signed in to change notification settings

shalinipal69/py_beginners

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
compound_int_cal.py find compound interest for principal amount
decimal_to_binary.py provides an equivalent binary output for a given decimal number
discount_calc.py provides price after discount output for a given number
encrypt_decrypt.py encrypts / decrypts given input string based on user preference
factorial.py calculate the factorial of a given 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
Hello_World.py output hello world
palindrome_no_chk.py check if a given number is a palindrome number or not
palindrome_string_chk.py check if a given string is a palindrome string or not
pants_pyramid_patter.py output a pants pyramid pattern
prime.py determines if given number is a prime number
queue.py simple queue data structure with CRUD
reverse_integer.py reverse given integer number from user input
timer_prog.py create a timer to wait for x second before doing some actions
txt _calculator.py textual input based calculator (operations: add/subtract/multiply/divide)

For Contributors

  1. All code is in python.
  2. No project should have a library.
  3. Just upload your .py extension file and start a PR.
  4. Add a comment to your .py file stating it's purpose.
  5. Give your file a meaningful name related to your file.
  6. Create issues for ideas you do not know how to solve.

About

Small python projects without using frameworks or libraries

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%