Function | Description |
---|---|
bubble_sort | Python implementation of bubble sort. Bubble sort, sometimes incorrectly referred to as sinking ... |
distribute_random | Generate a list of random numbers that totals to 1 |
draw_triangle | Prints a triangle. If you took computer science, this are just one of those things that helps you ... |
fibonacci | Python way of fibonacci. By definition, the first two numbers in the Fibonacci sequence are 0 and ... |
is_email_valid | Checks weather an email is valid email or not. |
list_combinations | Get all possible combinations given a data(list of names/numbers) and num(number of people in ... |
pluralize | Can be used as a filter for jinja templates. Easily makes a word plural base on inputs. Useful for ... |
pretty_date | Converts a timestamp or datetime to a nice looking time that make sense like 5 days ago, 3 minutes ... |
rapid_automatic_keyword_extraction | Extracts keywords from text documents. Rapid Automatic Keyword Extraction for Information ... |
solve_triangle | Finds the highest total adjacent numbers from top to bottom of triangle of numbers. |
time_round_up | Rounds up a time to the nearest minute passed. |
truncate_middle | Truncates long text from the center/middle. |
Python is a programming language that lets you work more quickly and integrate your systems more effectively. You can learn to use Python and see almost immediate gains in productivity and lower maintenance costs.
Python