Python3 Examples
The following examples have been tested under Python3.4.3:
- Python Hello World Example
- Python Number Summation
- Python Square Root
- Python Quadratic Equation
- Python Triangle Area Calculation
- Python Circle Area Calculation
- Python Random Number Generation
- Python Celsius to Fahrenheit Conversion
- Python Variable Swap
- Python if Statement
- Python Check if String is a Number
- Python Odd or Even Check
- Python Leap Year Check
- Python Maximum Value Function
- Python Prime Number Check
- Python Prime Numbers in a Specified Range
- Python Factorial Example
- Python Multiplication Table
- Python Fibonacci Sequence
- Python Armstrong Number
- Python Decimal to Binary, Octal, Hexadecimal Conversion
- Python ASCII to Character and Vice Versa
- Python Greatest Common Divisor Algorithm
- Python Least Common Multiple Algorithm
- Python Simple Calculator Implementation
- Python Calendar Generation
- Python Fibonacci Sequence Using Recursion
- Python File IO
- Python String Check
- Python String Case Conversion
- Python Days in a Month Calculation
- Python Get Yesterday's Date
- Python List Common Operations
- Python Josephus Survivor Game
- Python Five Fishermen Dividing Fish
- Python Stopwatch Functionality
- Python Sum of Cubes of Natural Numbers
- Python Array Element Sum Calculation
- Python Array Rotation by Specified Elements
- Python Interchange First and Last List Elements
- Python Swap Two Elements in a List
- Python Reverse a List
- Python Check if Element Exists in List
- Python Clear List
- Python Remove Duplicates from List
- Python Copy List
- Python Count Occurrences of Element in List
- Python Sum List Elements
- Python Multiply List Elements
- Python Find Minimum Element in List
- Python Find Maximum Element in List
- Python Remove Character at Specified Position from String
- Python Check if Substring is Present in Given String
- Python Determine String Length
- Python Extract URLs from String Using Regular Expressions
- Python Execute String as Code
- Python Reverse String
- Python Slice and Rotate String
- Python Sort Dictionaries by Key or Value
- Python Sum Dictionary Values
- Python Remove Key-Value Pair from Dictionary
- Python Merge Dictionaries
- Python Convert String Time to Timestamp
- Python Get Time Several Days Ago
- Python Convert Timestamp to Specified Date Format
- Python Print Custom Designed Font
- Python Binary Search
- Python Linear Search
- Python Insertion Sort
- Python Quick Sort
- Python Selection Sort
- Python Bubble Sort
- Python Merge Sort
- Python Heap Sort
- Python Counting Sort
- Python Shell Sort
- Python Topological Sorting
- Python Simple Bank System