Skip to content

haricotVerts/Python-Scripts1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python-Scripts1

Various python programs.

Many of the programs developed were based on information on these sites.
http://stanfordpython.com/#overview
http://web.cs.ucdavis.edu/~amenta/w13/ecs10.html
http://csiflabs.cs.ucdavis.edu/~ssdavis/10/

All programed using python 2.7

Acronym-Creator: Returns an acronym version of a given string.
Anagram_Finder: Takes user string input, and looks through a dictionary for annograms.
Average: Function returns the average of numbers that are input.
Bank-Account-iInterest: Calculates the yearly interest of a bank account.
Collatz-Conjecture: Given a number, return the steps neded to satisfy the collatz conjecture.
Course-Class: A class that has attributes and methods that pertain to a university course.
Crypto-Suite: Different encryption and decryption methods.
Cyclone-Phrase-Verify: Check if a input string is a cyclone phrase.
Distance-Converter: Converts a value between mile and kilometer units.
Get-Age_Custom-Error-Handling: Custom error checks if an input age value is in bounds.
Palindrome-Verify: Program checks if user input is a palindrome.
Pascal-Row-Generator: Given a pascal row the program returns the next itteration.
Speak-Excitedly: Take a user string and add different leels of excitment to it.
Sum-with-Command-Line: Sum the numbers on the command line using argv.
Table-Generator: Take an undefined amount of keys/values, and return them in a uniquely justified table.
Temperature-Converter: Convert values between units of kelvin, celcius, and fahrenheit.
Test-Score-Average: Return the average of user input values.
Timed-Key-Value-Structure: Key value structure that organizes a key value chronologically.

About

A dump of assorted programs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages