Overview of this book
In this course, you'll learn the Python 3 programming language from an absolute beginner level all the way to advanced—in no time at all!
This course is aimed at absolute beginners; you don't need any coding experience at all!
We'll start out by setting downloading and installing Python and the Sublime Text Editor—both for free. This will give you all the tools you need to start writing and running Python code.
Then, we'll delve into fundamental computer science concepts, such as:
• Printing to the screen
• String Manipulation
• Variables
• Data types (lists, tuples, dictionaries and more)
• Simple math
• Comparison operators
• Assignment operators
After that, we move on to more intermediate topics such as:
• Conditional if/else statements
• While loops
• For loops
• Fizzbuzz
Finally, we finish up with more advanced topics such as:
• Functions
• Modules
• Classes
Python is one of the greatest programming languages and learning it has never been this easy!
All the codes and supporting files for this course are available at - https://github.com/PacktPublishing/Python-Programming-For-Everyone