Quantcast
Channel: matt392 [INSTRUCTABLES]
Browsing latest articles
Browse All 167 View Live

Image may be NSFW.
Clik here to view.

Python - Lift to Drag Ratio

{"context":{"location":{"href":"https://www.instructables.com/editInstructable/publish/ECIOQQ0KBP33SCX","origin":"https://www.instructables.com","protocol":"https:","host":"www.instructables.com","host...

View Article



Image may be NSFW.
Clik here to view.

Python - Create Plot Line Chart Using Matplotlib

In order to use the Matplotlib library, it must be installed first: Open a command line (in Linux, I used Xfce Terminal) Install "pip", the Python package manager (this was for Python3): python3 -m pip...

View Article

Image may be NSFW.
Clik here to view.

Python - Create Bar Chart Using Matplotlib

import matplotlib.pyplot as mattexample print ("Imported matplotlib") # x axis values x = [2, 4, 6, 8, 10, 12, 14, 16] # y axis y = [7, 5, 8, 6, 7, 8, 10, 14] print("The x-axis values are: ", x)...

View Article

Image may be NSFW.
Clik here to view.

Python - Create Scatter Chart Using Matplotlib

import matplotlib.pyplot as mattexample print ("Imported matplotlib as 'mattexample'") # x axis values x = [2, 4, 6, 8, 10, 12, 14, 16] # y axis y = [7, 5, 8, 6, 7, 8, 10, 14] print("The x-axis values...

View Article

Image may be NSFW.
Clik here to view.

Python - Using Seaborn and Matplotlib to Create a Scatter Chart

print("This program will plot the Orbital Period of a planet vs. its mass.") print("Importing the seaborn and pyplot libraries.") import seaborn as seaborntest import matplotlib.pyplot as pyplottest...

View Article


Image may be NSFW.
Clik here to view.

How to Quadraple Thread a Needle with a Needle Threader

How to create a quadruple threaded needle using a needle threader to make very strong stitches.Parts: Standard thread Needle Wire needle threader ScissorsBy: matt392Continue Reading »

View Article

Image may be NSFW.
Clik here to view.

Python - Calculate Spring Constant of a Coil/Helical Spring

print ("This program will calculate the Spring Constant of a Coil/Helical Spring.") import math ### Formula for calculating the Spring Constant of a Coil/Helical Spring: # SpringConstant =...

View Article

Image may be NSFW.
Clik here to view.

Python - Calculate Weighted Average Cost of Capital

print ("This program will calculate the Weighted Average Cost of Capital.") import math ### Formula for calculating the Weighted Average Cost of Capital: # WeightedAverageCostOfCapital =...

View Article


Image may be NSFW.
Clik here to view.

Python - Calculate the Forward Drive Efficiency of a Power Screw

print ("This program will calculate the Forward Drive Efficiency for a Power Screw.") import math ### Formula for calculating the Foward Drive Efficiency for Power Screws: # FowardDriveEfficiency =...

View Article


Image may be NSFW.
Clik here to view.

Python - Calculate Distance to an Object Using Triangulation With Trigonometry

print ("This program will calculate Distance to Object using Triangulation with Trigonometry.") import math ### Formula for calculating the Distance using Triangulation with Trigonometry: #...

View Article
Browsing latest articles
Browse All 167 View Live




Latest Images