Python Programs
- Program to find even or odd.
- Program to find prime or not.
- Program to find reverse number.
- Program to find factorial of given number.
- Program to find sum of cubes of given number.
- Program to find factors of given number.
- Program to find Palindrome or not.
- Program to find Armstrong or not.
- Program to display fibonacci numbers.
- Program to display multiplication table.
- Program to create a text file.
- Program to read a text file.
- Program to append data to the text file.
- Program to create a class and object.
- Program to create inheritance to the class.
- Program to create constructor to the class.
- Python CGI program example.
- Program to create a table in the database using python and sqlite.
- Program to Insert records in the table using python and sqlite.
- Program to display records from the table using python and sqlite.
- Program to create a module.
- Program to print year and month calendars.
- map() function example.
- filter() function example.
- zip() function example.
- reduce() function example.
Father of Python Language