Learn Python the Easy Way, Complete with Examples and Exercises
Knowing where to start when learning a new skill can be a challenge, especially when the topic seems so vast. There can be so much information available that you can't even decide where to start. Or worse, you start down the path of learning and quickly discover too many concepts, commands, and nuances that aren't explained. This kind of experience is frustrating and leaves you with more questions than answers.
Python Programming for Beginners doesn't make any assumptions about your background or knowledge of Python or computer programming. You need no prior knowledge to benefit from this book. You will be guided step by step using a logical and systematic approach. As new concepts, commands, or jargon are encountered they are explained in plain language, making it easy for anyone to understand.
Here is what you will learn by reading Python Programming for Beginners:
When to use Python 2 and when to use Python 3. How to install Python on Windows, Mac, and Linux. Screenshots included. How to prepare your computer for programming in Python. The various ways to run a Python program on Windows, Mac, and Linux. Suggested text editors and integrated development environments to use when coding in Python. How to work with various data types including strings, lists, tuples, dictionaries, booleans, and more. What variables are and when to use them. How to perform mathematical operations using Python. How to capture input from a user. Ways to control the flow of your programs. The importance of white space in Python. How to organize your Python programs -- Learn what goes where. What modules are, when you should use them, and how to create your own. How to define and use functions. Important built-in Python functions that you'll use often. How to read from and write to files. The difference between binary and text files. Various ways of getting help and find Python documentation. Much more...
All comments (18)
maui
5 Apr 17#1
Hot! Thanks - will come in handy whilst I continue to develop my home automation stack!
gabesdad
6 Apr 17#2
Still free at the moment
OptimusPrimeval
6 Apr 17#3
Thank you.
pothole
6 Apr 17#4
Nice.
Just curious why one would need to know when to use Python 2 and when to use Python 3. It makes it sound as if they run in parallel and/or incompatible with each other.
Vomit
6 Apr 17#5
Slowly getting a library of free kindle books
Phobos
6 Apr 17#6
Mainly because there a certain libraries/functions that are only available in Python 2 and also as a Python developer you may be called upon to support legacy code created in Python 2. So knowing the differences between 2 and 3 is somewhat useful. Though generally these days most of us use Python 3.
stec77
6 Apr 17#7
do kindle books require an account that is paid for?
Opening post
Learn Python the Easy Way, Complete with Examples and Exercises
Knowing where to start when learning a new skill can be a challenge, especially when the topic seems so vast. There can be so much information available that you can't even decide where to start. Or worse, you start down the path of learning and quickly discover too many concepts, commands, and nuances that aren't explained. This kind of experience is frustrating and leaves you with more questions than answers.
Python Programming for Beginners doesn't make any assumptions about your background or knowledge of Python or computer programming. You need no prior knowledge to benefit from this book. You will be guided step by step using a logical and systematic approach. As new concepts, commands, or jargon are encountered they are explained in plain language, making it easy for anyone to understand.
Here is what you will learn by reading Python Programming for Beginners:
When to use Python 2 and when to use Python 3.
How to install Python on Windows, Mac, and Linux. Screenshots included.
How to prepare your computer for programming in Python.
The various ways to run a Python program on Windows, Mac, and Linux.
Suggested text editors and integrated development environments to use when coding in Python.
How to work with various data types including strings, lists, tuples, dictionaries, booleans, and more.
What variables are and when to use them.
How to perform mathematical operations using Python.
How to capture input from a user.
Ways to control the flow of your programs.
The importance of white space in Python.
How to organize your Python programs -- Learn what goes where.
What modules are, when you should use them, and how to create your own.
How to define and use functions.
Important built-in Python functions that you'll use often.
How to read from and write to files.
The difference between binary and text files.
Various ways of getting help and find Python documentation.
Much more...
All comments (18)
Just curious why one would need to know when to use Python 2 and when to use Python 3. It makes it sound as if they run in parallel and/or incompatible with each other.