Bindeshwar S. Kushwaha

SQL

Create Table Insert Data Into Table and Select Data in SQL

Structured Query Language (SQL) is standard language to manipulate databases. MySQL, MariaDB, MS-Access and all popular Database Management System software use SQL. In this post, I will demonstrate how to create a table, insert data into table and select columns and rows. In this example, I will example of class table of school database. So,

Create Table Insert Data Into Table and Select Data in SQL Read More »

Different Ways to Create a Dictionary in Python

Dictionary in Python is a very important data-structure which can have unordered list of key value pairs. See a dictionary d={2:4, 3:9, 4:16, ‘India’:’Delhi’} In dictionary d, you can key:value pairs this is one of the ways to create a dictionary. However, there are several ways to create a dictionary using dict() function. In this

Different Ways to Create a Dictionary in Python Read More »

GeoGebra

Draw Point, Segment and Circle in GeoGebra

Geogebra is a very powerful tool to visualize mathematical concepts. Such as, points, lines functions, circle, and three dimensional objects cylinder, sphere, cube and many more objects. Furthermore, it supports Geogebra and Javascript scripts to draw objects. In this post, you will know about how to draw a point, a line and circle in Geogebra.

Draw Point, Segment and Circle in GeoGebra Read More »

Graphical User Interface (GUI) Programs in Python using tkinter Package

Graphical User Interface (GUI) Programs in Python using tkinter Package

Graphical User Interface (GUI)-   Graphical User Interface (GUI) allows a user to interact with programs using visual components. Such as, entry box, buttons, canvas, menus etc.. On the other hand, Command Line Interface (CLI) uses commands or text labels to interact with a software program. Graphical User Interface (GUI) Programming in Python using tkinter-

Graphical User Interface (GUI) Programs in Python using tkinter Package Read More »

©Postnetwork-All rights reserved.