Limit this search to....

Python programming for beginners
Contributor(s): Cannon, Jason (Author)
ISBN: 3033083072     ISBN-13: 9783033083073
Publisher: Frank
OUR PRICE:   $17.96  
Product Type: Paperback - Other Formats
Published: December 2020
* Not available - Not in print at this time *
Additional Information
BISAC Categories:
- Computers | Programming Languages - Python
Dewey: 005.133
Physical Information: 0.44" H x 6" W x 9" (0.62 lbs) 206 pages
 
Descriptions, Reviews, Etc.
Publisher Description:

It is no surprise to anyone that, currently, the technological and computer processes are advancing and progressing at an extremely advanced speed. Every day, we see new applications, programs, electronics, and other products that make a lot easier the actions we do every day.

For the creation of each of these things, the union and coexistence of many factors are required. For a vehicle to work properly, it must have a computer in charge of all the processes. Apart from the electricity and electronics of the vehicle, we need the programming.

In this book, you will find extremely important information about the beginnings of programming in general and to learn how to program in the programming language Python from zero.

Throughout the chapters of this book, you will find several examples of programs that will help you understand the programming process. In addition to that, when you finish this book, you will have extensive knowledge in the following areas:

- Data Types: Integers, Floats, Complex, Booleans, Strings, and others; The meaning of variable, how to declare a variable, and types of variables

- Basic Operators and Statements: What are the basic operators and why they are needed, the different statements with their respective diagrams

- Loops and Control Statements: What is a loop and how to use it, nested loops, for, range, while, break, continue, and pass

- Exceptions: What is an exception and its benefits, the use of try and except

- Files Management: What is it and how to use it, handling .xslx, .pdf, and .txt files

- MySQL: What is a database and how to use it, short introduction to MySQL language, Python and MySQL

- Programming and Classes-Objects: What is OOP (Object-Oriented Programming) and the benefits of this type of programming, what is a class and a method and how to create them