- Mastering PyCharm
- Quazi Nafiul Islam
- 182字
- 2021-07-09 21:42:50
Conventions
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: "You should be then presented with a .jar
file, which you can save."
A block of code is set as follows:
def add_one(n): return n + 1 def foo(func, n): return func(n) foo(add_one, 2)
Any command-line input or output is written as follows:
pip install ipython[all]
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "What I've tried to do is put in the name of the action being done so that you can take a look in your Keymap (by navigating to File | Settings…)."
- 新編Visual Basic程序設(shè)計(jì)上機(jī)實(shí)驗(yàn)教程
- Spring Boot開(kāi)發(fā)與測(cè)試實(shí)戰(zhàn)
- 大學(xué)計(jì)算機(jī)應(yīng)用基礎(chǔ)實(shí)踐教程
- Java 9 Programming Blueprints
- Building Minecraft Server Modifications
- Jenkins Continuous Integration Cookbook(Second Edition)
- Terraform:多云、混合云環(huán)境下實(shí)現(xiàn)基礎(chǔ)設(shè)施即代碼(第2版)
- OpenCV 4計(jì)算機(jī)視覺(jué)項(xiàng)目實(shí)戰(zhàn)(原書(shū)第2版)
- Python+Tableau數(shù)據(jù)可視化之美
- 大學(xué)計(jì)算機(jī)基礎(chǔ)實(shí)驗(yàn)指導(dǎo)
- 深度實(shí)踐KVM:核心技術(shù)、管理運(yùn)維、性能優(yōu)化與項(xiàng)目實(shí)施
- C++面向?qū)ο蟪绦蛟O(shè)計(jì)
- Apache Kafka 1.0 Cookbook
- PHP從入門(mén)到精通(第7版)
- Mastering VMware vSphere Storage