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:
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:
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.
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.
The following are two Python scripts that use height and weight to calculate Body Mass Index (BMI).
In this article, I'm going to share a single Python script to convert Celsius to Fahrenheit and Fahrenheit to Celsius.
Learn how-to create stacked social sharing buttons using Bootstrap, which is a great addition to any sidebar.
In this tutorial I’m going to show you how-to display a “back to top” link only on small devices.
You can use the following CSS to lint your HTML. Avoid inline styling: Check to see if a link has no or meaningless href value, and check for empty interactive elements:
The following is a code snippet that allows you to redirect users to a custom page after they login to your WordPress site.
By default, Twitter’s Bootstrap employs a flat website design. There is nothing wrong with this but you may want to add a little something to certain elements of your website. In this code snippet, I’m going to show you how-to add a shadow to your buttons to make...
Learn how-to create a Google+ social sharing button for the Bootstrap front-end framework using Sass and Font Awesome.
Learn how-to create a StumbleUpon social sharing button for the Bootstrap front-end framework using Sass and Font Awesome.
Using scrollReveal.js, you can simply create animated HTML elements that fade-in, from all sides and over a certain amount of time. The animations you create are only triggered when the end user scrolls the web page.
Display only posts that were modified last, and not necessarily posts that were published last.
Learn how-to display the latest posts in WordPress. Display X amount of posts and learn how-to make the list group into a Bootstrap panel.