uoitlogo
Creating with Raspberry Pi
Raspberry Pie with cables

What is a Raspberry Pi?

    The Raspberry Pi is a low-cost, credit-card sized computer that plugs into a computer monitor or TV, and used a standard keyboard and mouse. It is capable of doing almost everything a laptop or desktop computer to do, from browsing the internet to playing games. The Pi is also capable of interacting with the outside world.
    It houses several input and output ports that allow you to do this, such ports include:
    • SD Card slot
    • Micro USB
    • USB Type A (2-4 depending on the model)
    • HDMI
    • Audio Jack
    • RCA Video Out (depending on model)
    • General-Purpose Input/Output (GPIO) Headers
    • DSI Display Connector
    You can discover more about the Raspberry Pi from the official website RaspberryPi.org.
Raspberry_PI_Model_B
Source: https://www.flickr.com/photos/42325803@N07/8118758647/

What is Python?

python_programming_logo
    Python is a programming language that is known for its ease-of-use and versatility. It is used for many different applications such as website development, scientific simulations, hardware control, and much more. Python is the main language used to develop applications on the Raspberry Pi. You can discover more about the Python programming language from the official website Python.org.