Let’s draw using tkinter. Hyperbola is my choice!
The most basic Gui with hyperlink added to button
Do you need a GUI and don’t know how to start? Just use this and develop for your own needs.
GUI code with a hyperlink
Read More “The most basic Gui with hyperlink added to button” »
Copy only specific files using shutil and path
Let’s work with files and directories. Copying specific files between directories is a few lines of Python code job.
Read More “Copy only specific files using shutil and path” »
Draw random stars using turtle
I’m having fun drawing random objects with Python. Let’s play around and draw random 3 stars.
Returning list without specific elements but not removing them
Working with a list using Python is fun.
Task for today: Return the first two list items, but don’t change the list.
Read More “Returning list without specific elements but not removing them” »
Counting maximum values in the list
Let’s play a bit with randomly generated lists.
Tkinter GUI to fetch data
Loading bunch of text files
There is a bunch of text files on your hard disc. You’d like to load then into a big one file for further processing/analysis. Let’s see how to do it.