December 2021
Beginner
840 pages
47h 29m
English
Python is intended for programmers who want to get work done quickly. Thus, it was designed to have a terse syntax, which even permeates the writability of Python programs. For instance, in what follows notice that a Python programmer rarely needs to use a ; (semicolon).
Character conversions. The ord and chr functions are used for character conversions:
Numeric conversions.
String concatenation. The + is the infix binary append operator that is used for concatenating two ...
Read now
Unlock full access