Basic fundamentals of Python part 1

By // No comments:
There are following basic fundamentals of python as given below.
  1. Tokens
  2. Comments,Indentation and multi-lining
  3. Python types
  4. Operations and conversions
  5. Built-in functions
  6. Library functions
1.) Tokens :-
  • Token can be defined as a reserved word, punctuation mark and each individual word in a statement .
  • Token is the small unit in the given program.
3

Python Programming Modes

By // No comments:
There are two modes of python programs.
  1. Interactive Modes
  2. Script Modes
1.) Interactive Mode :- 
  • It is used for exploring Python syntax,seek help and debug short programs.
  • Interactive modes uses IDLE (Python Integrated development and Learning Environment).
  • It is available in windows after installation of python setup. Go Start Button--> Search IDLE --> open IDLE python--> It will be opened python shell prompt window-->You can run your python codes from here.
3

How to install Python software on Window Linux Unix and Macintosh operating systems easily

By // No comments:
Hi friends , Today we will learn "How to install python software on window 7,window 8 and window 10 easily".There are many student who are facing problem to install python software on your window 7 ,window vista or window xp. Here we will solve each problems step by steps through our video.You can watch the video and install python software on your window Linux and Macintosh OS easily.  In this tutorial we will solve three type of problems which affects to install the python .
  1. You are not download correct software on the basis of your machine architecture.
  2. Your window 7 or window vista has missing some files.
  3. Your Environment variable path is not set correct in your machine.
3

Learn Python Concepts History Features and its Applications in today real lifeprojects

By // No comments:
Python is a simple general -purpose, interpreted, interactive, high level and object oriented programming language.
Python was created by Guido Van Rossum during 1985 - 1990. 
This python tutorial is designed for beginners and professionals. Every student and professional can learn  on your home without any institutions.You can learn each concepts of python step by step from here.
  • The idea came for python 1980s.
  • Python start in implementation December 1989s.
  • February 1991 ,Guido Van Rossum published the codes version 0.9.0
  • Guido Van Rossum was born 31 January 1956 in Netherlands.
  • He did the Master’s degree in the mathematics and computer science from University of Amsterdam in 1982.
  • Guido later worked for various research institutes, such as Dutch Centrum Wiskunde & Informatica (CWI), United States National Institute of Standards and Technology (NIST), and also Corporation for National Research Initiatives (CNRI).
  • Python language is derived from two languages
  1. ABC Programming language
  2. Modula-3 language

  • ABC language was also derived from SETL programming language.
  • Guido Added some extra features in python as Exceptional handling concepts Which was early present in ABC language.
  •  Guido worked at Google from 2005 till 7 2012 .
  • Guido joined the cloud file storage company Drop box in 2012.It was surprising to all
  • Python’s name is derived from a television comedy series called “Monty Python’s Flying Circus” according to Guido van Rossum.
3

How to perform Insert Edit Update Delete Cancel and Print Operations in GridView Using Stored Procedure with Example

By // 1 comment:
Hi Friend ,Today we will learn "How to Perform Insert,Edit,Update,Delete and Cancel operations in Gridview Easily".Here I have using Stored Procedure for this operations. This concepts is very good and easy.For this You have to knowledge of Stored Procedure. First we will create Stored Procedure after that use it in different operations in Gridview. For More Knowledge, you have read below link that will be very helpful to you.
There are some steps to implement this whole concepts as given below:-
Step 1 :-First open Open SQL Server Management Studio-->Create a table (Student_Details) with an  identity column as given below:-
3

How to Perform Some DML Commands with Single Stored Procedure in SQL Server

By // No comments:
Introduction:-  There are two types of statements used in SQL Server 
1.) DML(Data Manipulation Language):- Some Commands of DML are:
  • SELECT :-Retrieve information from the database.
  • INSERT:-Insert data into a table.
  • UPDATE:-Update Existing Records in a table.
  • DELETE:- Delete Records in a table.
2.) DDL (Data Definition Language) :- There are some Commands of DDL are:-
  • CREATE:-Create table in database.
  • ALTER:-Modify the structure of database.
  • DROP:- Delete the table in database.
  • TRUNCATE:-Remove all records from the table including  all allotted space also.
  • COMMENT:- It is used for comment.
  • RENAME:- Rename the objects.
Here we will perform select, insert,Update and Delete commands in a single Stored Procedure in sql server.
3

How to implement Ajax Balloon Popup Extender on Asp.net website

By // No comments:
Hi Friend, Today we will learn about Balloon popup Extender control in asp.net.This control display a popup message which can contain any information when you move your mouse and  focus to a TextBox  control.This control supports three Balloon style properties
  • Balloon
  • Rectangle
  • Custom
You can choose three size of  this style properties
  • Small
  • Medium
  • Large
If you want to choose Balloon Style Property Custom then you have to set CustumCssUrl Property to point to a custom Stylesheet. 
This Popup can be set to 5 positions
  • TopRight
  • TopLeft
  • BottomLeft
  • BottomRight
  • Auto
If you select value the Auto then the position of BalloonPopup will be determined automatically based on available space.
This popup will be displayed when any user move your mouse or click on textBox.
There are some step to implement this whole concepts as shown below:- 
3
Powered by Blogger.