May 2017
Intermediate to advanced
280 pages
6h 2m
English
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "The next step is to edit build.properties file."
A block of code is set as follows:
print "Name Marks Age" print ( "%s %14.2f %11d" % ("John Doe", 80.67, 27)) print ( "%s %12.2f %11d" %("Bhaskar" ,76.901, 27))print ( "%s %3.2f %11d" %("Mohit", 56.98, 25))
Any command-line input or output is written as follows:
$ brew install python
New terms and important words are shown in bold. Words ...
Read now
Unlock full access