Python3 Examples
The following examples have been tested under Python 3.4.3:
- Python Hello World Example
- Python Number Addition
- Python Square Root
- Python Quadratic Equation
- Python Calculate Triangle Area
- Python Calculate Circle Area
- Python Random Number Generation
- Python Celsius to Fahrenheit
- Python Swap Variables
- Python if Statement
- Python Check if String is a Number
- Python Check Odd or Even
- Python Check Leap Year
- Python Get Maximum Value Function
- Python Prime Number Check
- Python Print Prime Numbers in a Range
- Python Factorial Example
- Python Multiplication Table
- Python Fibonacci Sequence
- Python Armstrong Number
- Python Decimal to Binary, Octal, Hexadecimal
- Python ASCII and Character Conversion
- Python Greatest Common Divisor Algorithm
- Python Least Common Multiple Algorithm
- Python Simple Calculator Implementation
- Python Generate Calendar
- Python Fibonacci Using Recursion
- Python File I/O
- Python String Check
- Python String Case Conversion
- Python Calculate Days in Each Month
- Python Get Yesterday’s Date
- Python List Common Operations
- Python Josephus Life and Death Game
- Python Five People Dividing Fish
- Python Implement Stopwatch
- Python Calculate Sum of Cubes of n Natural Numbers
- Python Calculate Sum of Array Elements
- Python Array Rotation of Specified Elements
- Python Swap Head and Tail Elements of a List
- Python Swap Two Elements at Specified Positions in a List
- Python Reverse a List
- Python Check if an Element Exists in a List
- Python Clear a List
- Python Remove Duplicate Elements from a List
- Python Copy a List
- Python Count Occurrences of an Element in a List
- Python Calculate Sum of List Elements
- Python Calculate Product of List Elements
- Python Find the Smallest Element in a List
- Python Find the Largest Element in a List
- Python Remove Character at Specified Position from a String
- Python Check if a Substring Exists in a String
- Python Check String Length
- Python Extract URLs from a String Using Regular Expressions
- Python Execute a String as Code
- Python Reverse a String
- Python String Slicing and Rotation
- Python Sort Dictionary by Key or Value
- Python Calculate Sum of Dictionary Values
- Python Remove a Key/Value Pair from a Dictionary
- Python Merge Two Dictionaries
- Python Convert String Time to Timestamp
- Python Get Time a Few Days Ago
- Python Convert Timestamp to Specified Date Format
- Python Print Your Own 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 Sort
- Python Simple Bank System
- Python Trim Whitespace from a String
- Python Sort List Alphabetically
- Python Simple To-Do List
More Examples
Section titled “More Examples”| No. | Exercise |
|---|