Search for notes by fellow students, in your own course and all over the country.

Browse our notes for titles which look like what you need, you can preview any of the notes via a sample of the contents. After you're happy these are the notes you're after simply pop them into your shopping cart.

My Basket

3 Types of Cloud Computing£1.50

Title: Python Notes
Description: If You Bored To Wrote Python Notes Buy Now!!

Document Preview

Extracts from the notes are below, to see the PDF you'll receive please use the links above


Introduction to Python Programming
Welcome back, aliens! My name is Wi D and in this series, we will be talking about
Python programming
...
Now, it's time to dive into the actual coding
...
If we want to talk to our computer,
we need to understand their language, which is binary code
...
So, we created programming languages,
like Python, to bridge the gap between human and computer languages
...
In this tutorial, we will be using IDLE, which is one of the easiest IDEs to use
...
We will be using the Python interpreter to execute
our code
...

Addition: To add two numbers, we use the '+' symbol
...

Subtraction: To subtract two numbers, we use the '-' symbol
...

Multiplication: To multiply two numbers, we use the '*' symbol
...

Division: To divide two numbers, we use the '/' symbol
...
0
...

We can also use brackets to group our operations
...

We can also use exponentiation to find the power of a number
...
For example, 2**3=8
...
Otherwise,
Python may interpret them as new lines
Title: Python Notes
Description: If You Bored To Wrote Python Notes Buy Now!!