Using Python you can check a status of the website with a very simple trick. Just check the response of it.
Printing simple matrix using random module
New easy trick today. Let’s see how to print simple matrix using Python random module.
Here’s how to draw a hyperbola
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
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.