Code Calculate the Selling Price of Multiple Photography Prints using Python In a previous post, I showed you a Python script that will allow you to determine the price of a print using the command line. But, how about if you have multiple photography prints? No problem.
Code Calculate the Selling Price of a Photography Print using Python The following is a simple python script that you may run at the command line to determine the selling price of a photography print.
Code Convert Cat's Age to Human Years using Ruby Use you may use the following simple Ruby script to convert a cat's age to human years.
Learning Centre 50 Useful Linux Commands Linux is a family of open-source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991, by Linus Torvalds. The following is a list of 50 useful Linux commands:
Code Convert Storage Sizes using Python The following are two Python scripts that will allow you to convert storage sizes. Example usage of the above script: The next script will allow an end user to set the value, source unit and the destination unit:
Java How-To Install Java with Apt-Get on Ubuntu 16.04 In this tutorial, I'm going to show you how-to install Java using Apt-Get on Ubuntu 16.04 in three easy steps.
Learning Centre How-To Install Node.js on Ubuntu 20.04 You may the following steps to install Node.js on Ubuntu 20.04.
Code Convert Time Zones using Python The following are two Python scripts to convert time zones. The second Python script I will share with you will allow the end user to enter the time zones.
Code Convert Currencies using Python The following are two Pythong scripts that will allow you or an end user convert currencies. To use these scripts, you'll need to install the forex-python library, which you can do by running pip install forex-python in your terminal.
Learning Centre 50 Useful Learning Resources for Data Science Here are 50 useful learning resources, in no particular order, for data science along with their URLs:
Learning Centre 50 Useful Learning Resources for UX/UI Designers Here are 50 useful learning resources for UX/UI designers along with their URLs.
Code Calculate BMI using Python The following are two Python scripts that use height and weight to calculate Body Mass Index (BMI).
Code Convert Celsius to Fahrenheit and Fahrenheit to Celsius using Python In this article, I'm going to share a single Python script to convert Celsius to Fahrenheit and Fahrenheit to Celsius.
Code Convert Celsius to Fahrenheit using Python You may use the following Python script to convert Celsius to Fahrenheit. Get temperature in Celsius from user. Convert Celsius to Fahrenheit. Print the result.
Code Convert Fahrenheit to Celsius using Python You may use the following Python script to convert Fahrenheit to Celsius. Get temperature in Fahrenheit from user. Convert Fahrenheit to Celsius. Print the result.
Ubuntu How-To Install Node.js on Ubuntu 16.04 In this tutorial, I'm going to show you how-to install Node.js on Ubuntu 16.04. Firstly, we will update the package index:
Code Generate a Random Secure Password with PHP You may use the following PHP script to generate a random secure password. The random secure password may include lowercase letters, uppercase letters, numbers and special characters.
Learning Centre How-to Install Django on Ubuntu 12.04 In this tutorial, I will show you how-to install Django on Ubuntu. We will frist check to see if Python is installed, this is because Django requires Python to be installed.
Code Calculate the Engagement Rate of a Instagram Post using Python The following is a simple Python script that can calculate the engagement rate of a Instagram post based upon the number of likes, comments and followers of the user who posted it.
Code Convert Dog's Age to Human Years using Python Use you may use the following simple python script to convert a dog's age to human years.
Code Convert Cat's Age to Human Years using Python Use you may use the following simple python script to convert a cat's age to human years.
Code Generate a Random Secure Password with Ruby You may use the following Ruby script to generate a random secure password. The random secure password may include lowercase letters, uppercase letters, numbers and special characters.
Learning Centre 50 Travel Blog Post Title Ideas The following is a list of 50 ideas for post titles that you may use for your travel blog. Itβs easy to use the same title for multiple travel blog posts by changing the destination or city name. 1. 10 Hidden Gems to Discover in [City Name] 2. A
Code Generate a Random Secure Password with Python You may use the following Python script to generate a random secure password. The random secure password may include lowercase letters, uppercase letters, numbers and special characters.
Code Stacked Social Sharing Buttons for Bootstrap Learn how-to create stacked social sharing buttons using Bootstrap, which is a great addition to any sidebar.