Bindeshwar S. Kushwaha

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 »

Operators in Python

Operators in Python

  Operators in python play very important role to compute mathematical, relational or logical expression. Operators in Python are tokens  and when they apply on variables they provoke some computation.   I-Unary Operators-    These operators require only one variable. Examples- + (Unary Plus) – (Unary Minus) not ( Negation) ~ ( Bit-wise Negation)  

Operators in Python Read More »

©Postnetwork-All rights reserved.