Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Learn Python In a Weekend, Python for Beginners

Posted By: AlenMiler
Learn Python In a Weekend, Python for Beginners

Learn Python In a Weekend, Python for Beginners. by Chris Sheridan
English | Mar 4, 2016 | ASIN: B01CYTY6L8 | 336 Pages | AZW3/MOBI/EPUB (conv) | 7.29 MB

What you'll learn:

What is Python?
What software you need to code and run Python programs?
What are variables?
What mathematical operators are there in Python?
What are the common data types in Python?
What are Lists and Tuples?
How to format strings
How to accept user inputs and display outputs
How to make decisions with If statements
How to control the flow of program with loops
How to handle errors and exceptions
What are functions and modules?
How to define your own functions and modules
How to work with external files