preview

Use Of A Computer On The Basic Level

Satisfactory Essays

Nowadays we live in the era of computers. Everybody should know at least how to use a computer on the basic level. I 've found a great resource both for those who are willing to improve their programming skills and for those who only start programming!
Example:
In this hour, you get a chance to learn some Python basics, such as using the print function to display output. You will read about using variables and how to assign values to variables, and you will gain an understanding of their data types. By the end of the hour, you will know how to get data into a script by using the input function and write your first Python script!

Producing Python Script Output
Understanding how to produce output from a Python script is a good starting point for those who are new to the Python programming language. You get instant feedback on your Python statements from the Python interactive interpreter and can experiment with proper syntax. The print function, which you met in Hour 3, "Setting Up a Programming Environment," is a good place to focus your attention.

Exploring the print Function
A function is a group of Python statements that are put together as a unit to perform a specific task. You simply enter a single Python statement to perform a task for you.
Home > Articles > Programming > Python

Understanding Python Basics

In this chapter from Python Programming for Raspberry Pi, Sams Teach Yourself in 24 Hours, 2nd Edition, you will learn some Python basics, such as using the print

Get Access