If you are tired of seeing and using manuals of +500 pages, in which there is much description but little code this is your book, without detours, without further explanation.
Do you want to learn code? Here it is
With this manual you will be able to put in your resume that you know how to program in Python.
What will you learn?
- Python concepts to be able to work.
- Understand variables, lists and dictionaries.
- Functions.
- Modules, classes, objects and inheritance.
- Connection with databases.
- Add, delete , modification and database queries.
The manual contains:
-
Operators
-
Comments
-
Variables
- Knowing what type of data a variable stores
- Casting variables
- Strings
- Inputs
- Outputs
-
Lists
-
Methods
-
Dictionaries
-
Conditionals
-
Loops
-
Functions
-
Classes and Objects
-
Modules
-
DateTime
-
Exceptions
-
Files
-
Connection with MySQL
-
Exercises
-
Solutions