The Python Guide for Beginners - A FREE 117-pages ebook about Python
by•
"The Python Guide for Beginners: Start coding in Python 3" is a FREE 114-pages ebook about Python, the fastest-growing language of the last years.
Learn the core of the language in a matter of hours instead of weeks!
Replies
Best
Maker
Hey PH,
After weeks of writing and editing, I just finished an ebook about Python.
It's 117 pages long and free.
You can download it at https://renanmf.com/python-guide...
I hope you will enjoy reading it as much as I enjoyed writing it.
In a bit more than 100 pages, I focus on what you will need to use most of the time to solve most of the problems as a beginner, learn the core of the language in a matter of hours instead of weeks!
It covers:
* Introduction to Python
* Installing Python 3
* Running Code
* Syntax
* Comments
* Variables
* Types
* Typecasting
* User Input
* Operators
* Conditionals
* Lists
* Tuples
* Sets
* Dictionaries
* while Loops
* for Loops
* Functions
* Scope
* List Comprehensions
* Lambda Functions
* Modules
* if name == 'main'
* Files
* Classes and Objects
* Inheritance
* Exceptions
Enjoy!
Replies