Posts by Saruque Ahamed Mollick
Author Biographical Info: Hi, I am a co-founder of CodeSpeedy Technology Private Limited.
I am in love with technology, music and green places.
Today, I found a cool thing in Python. Actually, this function is a part of requests module. Using CaseInsensitiveDict of requests module, we can easily make our dictionary to be c.... Read More
In this Tkinter tutorial, I am going to share you with full Python code of a Tkinter GUI application which is To do app. I am considering it as the best To do app that you will find on the internet built using Python. The reason is, here I have made an easy-to-understand interface for […] Read More
In this Tkinter tutorial, we will learn how to pass an argument to a button command function. We can pass arguments in two different ways. Using lambda Using nested function Pass a.... Read More
In this tutorial, I will show you how easily we can set any text as the default text in the Tkinter Entry widget. You can also say that I will set placeholder text for Tkinter Entr.... Read More
Here, I will share a trick to remove the restriction of Apple that prevents you from uploading or updating apps to App store from Xcode beta versions. One of my reddit mates just s.... Read More
In this tutorial, I will show you how to pass parameters or arguments in the Tkinter button command. We can do this in two different ways. Using lambda function. Using Nested funct.... Read More
Hello, just a few hours back I updated my macOS 14 to macOS Sequoia Developer Beta. Everything looked so charming and nice, I tried the new features of macOS 15. I have also update.... Read More
Recently I have built a simple QR code generator in Tkinter. I thought it will be fun sharing the tutorial here with you here. In order to build this QR code generator, we will nee.... Read More