Home

Featured Post

Python Technical Trading Bot – Calculating the MACD & RSI 📈💰


Learn Python🐍

Explore our array of Python projects.

Explore Python Libraries📚

Looking for your next project? Find the inspiration here.

Excel Tips and Tricks📊

Visit our library of Excel tutorials.

Python Geopy – Find farthest location

In this post we will be creating a Python script that will find the farthest location to a given reference location. To do this we will be using the Geopy library which is a Python client for several popular geocoding web services. To install the library run the following in command line. For this example…

Python Turtle – Draw the Dollar sign

In this post we will be creating a Python script to draw the dollar sign seen as ‘$’ using the turtle library. The turtle library enables us to a virtual canvas where one can draw an endless number of shapes and pictures. It is especially useful for beginners, children and programmers wanting to have some…

Python Turtle – Draw the number 0

In this post we will be creating a Python script to draw the number ‘0’ using the turtle library. The turtle library enables us to a virtual canvas where one can draw an endless number of shapes and pictures. It is especially useful for beginners, children and programmers wanting to have some fun – The…

Python Turtle – Draw the number 9

In this post we will be creating a Python script to draw the number ‘9’ using the turtle library. The turtle library enables us to a virtual canvas where one can draw an endless number of shapes and pictures. It is especially useful for beginners, children and programmers wanting to have some fun – The…

Python Turtle – Draw the number 8

In this post we will be creating a Python script to draw the number ‘8’ using the turtle library. The turtle library enables us to a virtual canvas where one can draw an endless number of shapes and pictures. It is especially useful for beginners, children and programmers wanting to have some fun – The…

Python Turtle – Draw the number 7

In this post we will be creating a Python script to draw the number 7” using the turtle library. The turtle library enables us to a virtual canvas where one can draw an endless number of shapes and pictures. It is especially useful for beginners, children and programmers wanting to have some fun – The…

Python Turtle – Draw the number 6

In this post we will be creating a Python script to draw the number ‘6’ using the turtle library. The turtle library enables us to a virtual canvas where one can draw an endless number of shapes and pictures. It is especially useful for beginners, children and programmers wanting to have some fun – The…

Python openpyxl – Unwrap text in cell

In this post we will be creating a Python script that will unwrap text within a cell in an existing Excel spreadsheet using the openpyxl library. Openpyxl is a library that allows us to interact with Excel files in Python. It provides a range of tools for reading, writing, manipulating, and formatting Excel data. This…

Python Turtle – Draw the number 5

In this post we will be creating a Python script to draw the number ‘5’ using the turtle library. The turtle library enables us to a virtual canvas where one can draw an endless number of shapes and pictures. It is especially useful for beginners, children and programmers wanting to have some fun – The…

Python openpyxl – Vertically align cell to bottom

In this post we will be creating a Python script that will vertically align a cell to the bottom within an existing Excel spreadsheet using the openpyxl library. Openpyxl is a library that allows us to interact with Excel files in Python. It provides a range of tools for reading, writing, manipulating, and formatting Excel…

Python Turtle – Draw the number 4

In this post we will be creating a Python script to draw the number ‘4’ using the turtle library. The turtle library enables us to a virtual canvas where one can draw an endless number of shapes and pictures. It is especially useful for beginners, children and programmers wanting to have some fun – The…

Python colorama – Change text and background color

In this post we will be creating Python script that will change the colour and background color of text in console using Colorama. Colorama is a Python library that simplifies the process of adding colors and styles to command-line output. It provides cross-platform support for colored terminal text, making it easier to enhance the visual…

Latest Python posts🐍

Python openpyxl – Indent text in cell

In this post we will be creating a Python script that will indent text within a cell in an existing Excel spreadsheet using the openpyxl library. Openpyxl is a library that allows us to interact with Excel files in Python. It provides a range of tools for reading, writing, manipulating, and formatting Excel data. This…

Python youtubesearchpython – Retrieve YouTube video information

In this post we will be creating a Python script that will retrieve information on a YouTube Video. To achieve this we will be using the youtubesearchpython library. The library allows us to search and get information about videos on YouTube using Python. It provides an easy-to-use interface for accessing the YouTube Data API v3…

Python colorama -Printing a rainbow of colors

In this post we will be creating a Python script that will print the colors of the rainbow using Colorama. Colorama is a Python library that simplifies the process of adding colors and styles to command-line output. It provides cross-platform support for colored terminal text, making it easier to enhance the visual appearance of terminal…

Latest Microsoft Excel posts📊

Microsoft Excel – Set a minimum input value

In this post we will be setting a minimum input value for cells within an Excel spreadsheet. To achieve this we will use a data validation function to restrict the type of data or the values that users enter into a cell. In this example we will be setting the minimum input value for a…

Microsoft Excel – Set a maximum input value

In this post we will be setting a maximum input value for cells within an Excel spreadsheet. To achieve this we will use a data validation function to restrict the type of data or the values that users enter into a cell. In this example we will be setting the maximum input value for a…

Microsoft Excel – Create a map chart

In this post we will be creating a map chart within Excel, a map chart will allow us to display data on a map. These charts can be beneficial for displaying data that has a correlation with geographical locations, including sales figures by region, population counts by country, and weather information by city. To create…

Get the latest updates delivered directly to your inbox.🌈🌈