Simple python Programs

Python program to find the area and perimeter of a rectangle

Python program to find the area and perimeter of a rectangle Problem Definition: Write a python program that has a class named Rectangle with attributes length and breadth and two methods area and perimeter they return area and perimeter respectively. Video Tutorial: Program source code for Python program to find the area and perimeter of […]

Python program to find the area and perimeter of a rectangle Read More »

Python program to keep track of the number of employees in an organization

Python program to keep track of the number of employees in an organization Problem Description: Write a python program to keep track of the number of employees in an organization and also store and display their name, designation, and salary details. Video Tutorial Program Description: As said in the problem definition, first create a class

Python program to keep track of the number of employees in an organization Read More »

Python Flask Interview Questions Part 5

Python Flask Interview Questions Part 5 Here you can find the most frequently asked Python Flask Interview Questions (Part 5) by many multi-national companies. 41) Explain database connection in Python Flask? Flask supports database powered application (RDBS). Such system requires creating a schema, which requires piping the shema.sql file into a sqlite3 command. So you

Python Flask Interview Questions Part 5 Read More »

Python Interview Questions Part 2

Python Interview Questions Part 2 Here you can find the most frequently asked Python Interview Questions (Part 2) by many multi-national companies. 11) What are the built-in type does python provides? There are mutable and Immutable types of Pythons built-in types. Mutable built-in types in Pytho Programming List Sets Dictionaries Immutable built-in types in Pytho

Python Interview Questions Part 2 Read More »

List and give syntax of all python supported conditional statements

List and give syntax of all python supported conditional statements List and give syntax of all python supported conditional statements along with their usage with an example program to check whether a given number is positive or negative or zero. Video Tutorial Solution Python support four types of conditional statements, they are, Conditional Execution: The

List and give syntax of all python supported conditional statements Read More »

Welcome to VTUPulse.com


Computer Graphics and Image Processing Mini Projects -> Click Here

Download Final Year Project -> Click Here

This will close in 12 seconds