Developing a Graphical User Interface (GUI) with the Tkinter package is simple and fun! Tkinter is Python’s de facto standard for GUI. There are of course other GUI toolkits offered by 3rd party libraries. In many instances, Tkinter is all
Fun with Python
One major reason to account for the wide adoption of Python is its large Standard Library. The library makes it easy to code for applications involving regular expressions, general documentation, unit testing, threading, data bases, web browser, GUI and many
Python Powered Excel
Imagine you work in an international delivery company. You have just been handed an Excel spreadsheet shipments.xlsx that holds the shipment data to your customers for the current quarter. You need to crunch some 90,000+ rows of Excel data in
Zipped Up with Python
Python is gaining popularity the world over. It is easy to understand why. Unlike other “heavy” languages like C++/Java, Python often allows us to get the job done with fewer lines of code. Its syntax is simple and concise. In
Web Scraping with Python
Web scraping is a process whereby data is mined or useful information is collected from website(s). Python is a very versatile language that has been used in many fields including web scraping. A short Python program (Fig 1) is all that’s needed