๐”– Scriptorium
โœฆ   LIBER   โœฆ

๐Ÿ“

How To Code in Python 3

โœ Scribed by Lisa Tagliaferri; Lisa Tagliaferri


Publisher
DigitalOcean
Year
2017
Tongue
English
Leaves
9
Category
Library

โฌ‡  Acquire This Volume

No coin nor oath required. For personal study only.

โœฆ Synopsis


This educational book introduces emerging developers to computer programming through the Python software development language, and serves as a reference book for experienced developers looking to learn a new language or re-familiarize themselves with computational logic and syntax.

Extremely versatile and popular among developers, Python is a good general-purpose language that can be used in a variety of applications. For those with an understanding of English, Python is a very human-readable programming language, allowing for quick comprehension. Because Python supports multiple styles including scripting and object-oriented programming, it is considered to be a multi-paradigm language that enables programmers to use the most suitable style to complete a project. Increasingly used in industry, Python offers a lot of potential for those who would like to begin coding while also being a good choice for those looking to pick up an additional programming language.

Learning the key concepts of Python can help you understand how programs work while also imparting foundational logic that can serve you in other domains. Understanding what Python and computer programming can offer you both as a user and as a developer is important as technology is further integrated into daily life.

As you work through this book, you will be able to increase your awareness of computer programming, improve your logical thinking, and eventually become a producer of software. Being able to create software that runs is a very rewarding endeavor, and can help you serve those around you by increasing their access and empowering them to become collaborators. The more communities involved in the creation of software development, the more communities there will be whose needs are served by software.

If you use the book in the order it is laid out, youโ€™ll begin your exploration in Python by understanding the key differences between Python 3 and the previous versions of the language. From there, youโ€™ll set up a programming environment for your relevant local or server-based system, and begin by learning general Python code structure, syntax, and data types. Along the way, youโ€™ll gain a solid grounding in computational logic within Python, which can help you learn other programming languages. While the beginning of the book focuses on scripting in Python, the end of the book will take you through object-oriented coding in Python, which can make your code more modular, flexible, and complex without repetition. By the end of the book, youโ€™ll learn how to debug your Python code and finally how to port Python code across versions.

โœฆ Table of Contents


  1. Introduction
  2. Python 2 vs Python 3: Practical Considerations
  3. How To Install Python 3 and Set Up a Local Programming
    Environment on Ubuntu 16.04
  4. How To Install Python 3 and Set Up a Local Programming
    Environment on macOS
  5. How To Install Python 3 and Set Up a Local Programming
    Environment on Windows 10
  6. How To Install Python 3 and Set Up a Local Programming
    Environment on CentOS 7
  7. How To Install Python 3 and Set Up a Programming Environment on
    an Ubuntu 16.04 Server
  8. How To Write Your First Python 3 Program
  9. How To Work with the Python Interactive Console
  10. How To Write Comments
  11. Understanding Data Types
  12. An Introduction to Working with Strings
  13. How To Format Text
  14. An Introduction to String Functions
  15. How To Index and Slice Strings
  16. How To Convert Data Types
  17. How To Use Variables
  18. How To Use String Formatters
  19. How To Do Math with Operators
  20. Built-in Python 3 Functions for Working with Numbers
  21. Understanding Boolean Logic
  22. Understanding Lists
  23. How To Use List Methods
  24. Understanding List Comprehensions
  25. Understanding Tuples
  26. Understanding Dictionaries
  27. How To Import Modules
  28. How To Write Modules
  29. How To Write Conditional Statements
  30. How To Construct While Loops
  31. How To Construct For Loops
  32. How To Use Break, Continue, and Pass Statements when Working
    with Loops
  33. How To Define Functions
  34. How To Use args and *kwargs
  35. How To Construct Classes and Define Objects
  36. Understanding Class and Instance Variables
  37. Understanding Inheritance
  38. How To Apply Polymorphism to Classes
  39. How To Use the Python Debugger
  40. How To Debug Python with an Interactive Console
  41. How To Use Logging
  42. How To Port Python 2 Code to Python 3

๐Ÿ“œ SIMILAR VOLUMES


How to Code in Python 3
โœ Lisa Tagliaferri ๐Ÿ“‚ Library ๐Ÿ“… 2018 ๐Ÿ› DigitalOcean ๐ŸŒ English

This educational book introduces emerging developers to computer programming through the Python software development language, and serves as a reference book for experienced developers looking to learn a new language or re-familiarize themselves with computational logic and syntax.

How to Code in Python 3
โœ Lisa Tagliaferri ๐Ÿ“‚ Library ๐Ÿ“… 2018 ๐Ÿ› DigitalOcean ๐ŸŒ English

This educational book introduces emerging developers to computer programming through the Python software development language, and serves as a reference book for experienced developers looking to learn a new language or re-familiarize themselves with computational logic and syntax.

Python How-To: 63 techniques to improve
โœ Yong Cui ๐Ÿ“‚ Library ๐Ÿ“… 2023 ๐Ÿ› Manning ๐ŸŒ English

Have you ever asked yourself, โ€œHow do I do that in Python?โ€ If so, youโ€™ll love this practical collection of the most important Python techniques. Python How-To includes over 60 detailed answers to questions like: โ€ข How do I join and split strings? โ€ข How do I access dictionary keys, values, and

Python How-To: 63 techniques to improve
โœ Yong Cui ๐Ÿ“‚ Library ๐Ÿ“… 2023 ๐Ÿ› Manning ๐ŸŒ English

<span>Have you ever asked yourself, โ€œHow do I do that in Python?โ€ If so, youโ€™ll love this practical collection of the most important Python techniques.</span><span><br><br></span><span>Python How-To</span><span> includes over 60 detailed answers to questions like:<br> <br> </span><ul><li><span><span

Python Programming: How to Code Python F
โœ Jason Scotts ๐Ÿ“‚ Library ๐Ÿ“… 2013 ๐Ÿ› Speedy Publishing LLC ๐ŸŒ English

<p>Are you fed up with reading long, boring, lengthy paragraphs after paragraphs of text and want to get up and running in Python as soon as possible? Well, you're not alone. I for one hate having to read through masses of text for very little benefit. Python Programming Reloaded: How to Code Python