Archive for the ‘Uncategorized’ Category
Carilah 3 HOBI untuk mu:
Kalau saya pribadi:
1. Yang menghasilkan uang: ngoprek komputer/ gadget, ngoprek perangkat jaringan, ngulik software, bikin website, jualan barang bekas
2. Yang bisa menjaga kesehatan: main sepeda, berenang, hiking
3. Untuk tetap kreatif: menyanyi, ngulik kode program, rajin ikut elearning
Kalau kamu?
Latihan Penguatan Lutut Dari Pengapuran
Cocok untuk lutut yang bermasalah, berbunyi tanda pengapuran pada lansia
Python: Line Plot Basic (1)
With matplotlib, you can create a bunch of different plots in Python. The most basic plot is the line plot. A general recipe is given here.
import matplotlib.pyplot as plt
plt.plot(x,y)
plt.show()
The world bank has estimates of the world population for the years 1950 up to 2100. The years are loaded in your workspace as a list called year
, and the corresponding populations as a list called pop
.
# Print the last item from year and pop print (year[-1]) print (pop[-1]) # Import matplotlib.pyplot as plt import matplotlib.pyplot as plt # Make a line plot: year on the x-axis, pop on the y-axis plt.plot (year,pop) # Display the plot with plt.show() plt.show()
RESULT:
Song of The Year 2016: Maher Zain – Samih | ماهر زين – سامح أنت الرابح
This is my best song pick of the year 2016. Powerfull song ever!