1 Star 0 Fork 0

mosson/pyBook-tutorial

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Gitbook.html 19.02 KB
一键复制 编辑 原始数据 按行查看 历史
mossonli 提交于 2021-07-31 10:20 . 项目初始化
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616
<!DOCTYPE HTML>
<html lang="" >
<head>
<meta charset="UTF-8">
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<title>Writing is nice · GitBook</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="description" content="">
<meta name="generator" content="GitBook 3.2.3">
<link rel="stylesheet" href="gitbook/style.css">
<link rel="stylesheet" href="gitbook/gitbook-plugin-advanced-emoji/emoji-website.css">
<link rel="stylesheet" href="gitbook/gitbook-plugin-search-pro/search.css">
<link rel="stylesheet" href="gitbook/gitbook-plugin-page-toc-button/plugin.css">
<link rel="stylesheet" href="gitbook/gitbook-plugin-back-to-top-button/plugin.css">
<link rel="stylesheet" href="gitbook/gitbook-plugin-chapter-fold/chapter-fold.css">
<link rel="stylesheet" href="gitbook/gitbook-plugin-code/plugin.css">
<link rel="stylesheet" href="gitbook/gitbook-plugin-splitter/splitter.css">
<link rel="stylesheet" href="gitbook/gitbook-plugin-insert-logo/plugin.css">
<link rel="stylesheet" href="gitbook/gitbook-plugin-pageview-count/plugin.css">
<link rel="stylesheet" href="gitbook/gitbook-plugin-tbfed-pagefooter/footer.css">
<link rel="stylesheet" href="gitbook/gitbook-plugin-fontsettings/website.css">
<meta name="HandheldFriendly" content="true"/>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="gitbook/images/apple-touch-icon-precomposed-152.png">
<link rel="shortcut icon" href="gitbook/images/favicon.ico" type="image/x-icon">
<link rel="next" href="part1/README.md" />
<link rel="prev" href="part1/README.md" />
</head>
<body>
<div class="book">
<div class="book-summary">
<div id="book-search-input" role="search">
<input type="text" placeholder="Type to search" />
</div>
<nav role="navigation">
<ul class="summary">
<li class="chapter " data-level="1.1" data-path="part1/README.md">
<span>
Python基础
</a>
<ul class="articles">
<li class="chapter " data-level="1.1.1" data-path="chapter/chapter01Python基础/1.1 Python的安装.html">
<a href="chapter/chapter01Python基础/1.1 Python的安装.html">
1.1 Python安装
</a>
</li>
<li class="chapter " data-level="1.1.2" data-path="chapter/chapter01Python基础/1.2 Pycharm的安装.html">
<a href="chapter/chapter01Python基础/1.2 Pycharm的安装.html">
1.2 Python安装
</a>
</li>
</ul>
</li>
<li class="chapter " data-level="1.2" data-path="part1/README.md">
<span>
Python函数
</a>
<ul class="articles">
<li class="chapter " data-level="1.2.1" data-path="chapter/chapter02Python函数/2.1 函数的概念.html">
<a href="chapter/chapter02Python函数/2.1 函数的概念.html">
2.1 Python安装
</a>
</li>
</ul>
</li>
<li class="chapter " data-level="1.3" data-path="part1/README.md">
<span>
Python面向对象
</a>
</li>
<li class="divider"></li>
<li class="chapter " data-level="2.1" data-path="part1/README.md">
<span>
Part I
</a>
<ul class="articles">
<li class="chapter active" data-level="2.1.1" data-path="Gitbook.html">
<a href="Gitbook.html">
Writing is nice
</a>
</li>
<li class="chapter " data-level="2.1.2" data-path="part1/README.md">
<span>
GitBook is nice
</a>
</li>
</ul>
</li>
<li class="divider"></li>
<li class="chapter " data-level="3.1" data-path="part2/README.md">
<span>
Part II
</a>
<ul class="articles">
<li class="chapter " data-level="3.1.1" data-path="part2/README.md">
<span>
We love feedback
</a>
</li>
<li class="chapter " data-level="3.1.2" data-path="part2/README.md">
<span>
Better tools for authors
</a>
</li>
</ul>
</li>
<li class="divider"></li>
<li class="chapter " data-level="4.1" data-path="./">
<a href="./">
Readme
</a>
</li>
<li class="divider"></li>
<li>
<a href="https://www.gitbook.com" target="blank" class="gitbook-link">
Published with GitBook
</a>
</li>
</ul>
</nav>
</div>
<div class="book-body">
<div class="body-inner">
<div class="book-header" role="navigation">
<!-- Title -->
<h1>
<i class="fa fa-circle-o-notch fa-spin"></i>
<a href="." >Writing is nice</a>
</h1>
</div>
<div class="page-wrapper" tabindex="-1" role="main">
<div class="page-inner">
<div id="book-search-results">
<div class="search-noresults">
<section class="normal markdown-section">
<p>insert-logo &#x5C06;&#x81EA;&#x5DF1;&#x7684;logo&#x56FE;&#x7247;&#x63D2;&#x5165;&#x5230;&#x5BFC;&#x822A;&#x680F;&#x4E0A;&#x65B9;&#x4E2D;</p>
<p>&quot;page-footer&quot; &#x9875;&#x811A;</p>
<p>&quot;insert-logo&quot;,
&quot;-sharing&quot;, &quot;sharing-plus&quot;,
&quot;expandable-chapters-small&quot;,
&quot;back-to-top-button&quot;
&quot;toggle-chapters&quot;</p>
<pre><code> &quot;insert-logo&quot;: {
&quot;url&quot;: &quot;./image/logo/LOGO.png&quot;,
&quot;style&quot;: &quot;background: none; max-height: 100px; min-height: 30px&quot;
},
&quot;sharing&quot;: {
&quot;douban&quot;: false,
&quot;facebook&quot;: true,
&quot;google&quot;: false,
&quot;hatenaBookmark&quot;: false,
&quot;instapaper&quot;: false,
&quot;line&quot;: false,
&quot;linkedin&quot;: true,
&quot;messenger&quot;: false,
&quot;pocket&quot;: true,
&quot;qq&quot;: false,
&quot;qzone&quot;: false,
&quot;stumbleupon&quot;: false,
&quot;twitter&quot;: true,
&quot;viber&quot;: false,
&quot;vk&quot;: false,
&quot;weibo&quot;: false,
&quot;whatsapp&quot;: false,
&quot;all&quot;: [
&quot;facebook&quot;,
&quot;google&quot;,
&quot;twitter&quot;,
&quot;weibo&quot;,
&quot;instapaper&quot;,
&quot;linkedin&quot;,
&quot;pocket&quot;,
&quot;stumbleupon&quot;
]
},
&quot;expandable-chapters-small&quot;: {},
&quot;page-footer&quot;: {
&quot;description&quot;: &quot;modified at&quot;,
&quot;signature&quot;: &quot;Aleen&quot;,
&quot;wisdom&quot;: &quot;More than a coder, more than a designer&quot;,
&quot;format&quot;: &quot;yyyy-MM-dd hh:mm:ss&quot;,
&quot;copyright&quot;: &quot;Copyright &amp;#169; aleen42&quot;,
&quot;timeColor&quot;: &quot;#666&quot;,
&quot;copyrightColor&quot;: &quot;#666&quot;,
&quot;utcOffset&quot;: &quot;8&quot;,
&quot;isShowQRCode&quot;: true,
&quot;isShowIssues&quot;: true,
&quot;baseUri&quot;: &quot;https://wiki.aleen42.com/&quot;,
&quot;repo&quot;: &quot;aleen42/PersonalWiki&quot;,
&quot;issueNum&quot;: &quot;8&quot;,
&quot;token&quot;: &quot;&quot;,
&quot;style&quot;: &quot;normal&quot;
},
&quot;github&quot;: {
&quot;url&quot;: &quot;https://github.com&quot;
},
&quot;flexible-alerts&quot;: {
&quot;style&quot;: &quot;callout&quot;,
&quot;comment&quot;: {
&quot;label&quot;: &quot;Comment&quot;,
&quot;icon&quot;: &quot;fa fa-comments&quot;,
&quot;className&quot;: &quot;info&quot;
}
}
</code></pre><p>{
&quot;root&quot;: &quot;.&quot;,
&quot;author&quot;: &quot;Mosson&quot;,
&quot;title&quot;: &quot;Mosson Gitbook&quot;,
&quot;language&quot;: &quot;zh-hans&quot;,
&quot;description&quot;: &quot;This is gitbook&quot;,
&quot;isbn&quot;: &quot;000-0-00-000000-0&quot;,
&quot;direction&quot;: &quot;ltr&quot;,
&quot;gitbook&quot;: &quot;&gt;=3.2.3&quot;,
&quot;structure&quot;: {
&quot;readme&quot;: &quot;README.md&quot;,
&quot;summary&quot;: &quot;SUMMARY.md&quot;,
&quot;glossary&quot;: &quot;GLOSSARY.md&quot;
},
&quot;variables&quot;: {
&quot;blog&quot;: &quot;<a href="https://blog.csdn.net/ming_97y" target="_blank">https://blog.csdn.net/ming_97y</a>&quot;
},
&quot;links&quot;: {
&quot;sidebar&quot;: {
&quot;Blog&quot;: &quot;<a href="https://www.cnblogs.com/mosson/" target="_blank">https://www.cnblogs.com/mosson/</a>&quot;,
&quot;Github&quot;: &quot;<a href="https://www.cnblogs.com/mosson/" target="_blank">https://www.cnblogs.com/mosson/</a>&quot;
}
},
&quot;pdf&quot;: {
&quot;pageNumbers&quot;: true,
&quot;fontFamily&quot;: &quot;Arial&quot;,
&quot;fontSize&quot;: 12,
&quot;paperSize&quot;: &quot;a4&quot;,
&quot;margin&quot;: {
&quot;right&quot;: 62,
&quot;left&quot;: 62,
&quot;top&quot;: 56,
&quot;bottom&quot;: 56
}
},
&quot;plugins&quot;: [
&quot;chapter-fold&quot;
],
&quot;pluginsConfig&quot;: {
&quot;chapter-fold&quot;:{}
}
}</p>
<p>{
&quot;root&quot;: &quot;.&quot;,
&quot;author&quot;: &quot;Mosson&quot;,
&quot;title&quot;: &quot;Mosson Gitbook&quot;,
&quot;language&quot;: &quot;zh-hans&quot;,
&quot;description&quot;: &quot;This is gitbook&quot;,
&quot;isbn&quot;: &quot;000-0-00-000000-0&quot;,
&quot;direction&quot;: &quot;ltr&quot;,
&quot;gitbook&quot;: &quot;&gt;=3.2.3&quot;,</p>
<pre><code>&quot;plugins&quot;: [
&quot;chapter-fold&quot;
],
&quot;pluginsConfig&quot;: {
&quot;chapter-fold&quot;:{}
}
</code></pre><p>} </p>
<footer class="page-footer"><span class="copyright">Copyright &#xA9; pythonav.cn 2021 all right reserved&#xFF0C;powered by Gitbook</span><span class="footer-modification">&#x4F5C;&#x8005;&#xFF1A;&#x674E;&#x7766;&#x6668;
2021-07-31 10:06:33
</span></footer>
<script>console.log("plugin-popup....");document.onclick = function(e){ e.target.tagName === "IMG" && window.open(e.target.src,e.target.src)}</script><style>img{cursor:pointer}</style>
</section>
</div>
<div class="search-results">
<div class="has-results">
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
<ul class="search-results-list"></ul>
</div>
<div class="no-results">
<h1 class="search-results-title">No results matching "<span class='search-query'></span>"</h1>
</div>
</div>
</div>
</div>
</div>
</div>
<a href="part1/README.md" class="navigation navigation-prev " aria-label="Previous page: Part I">
<i class="fa fa-angle-left"></i>
</a>
<a href="part1/README.md#gitbook" class="navigation navigation-next " aria-label="Next page: GitBook is nice">
<i class="fa fa-angle-right"></i>
</a>
</div>
<script>
var gitbook = gitbook || [];
gitbook.push(function() {
gitbook.page.hasChanged({"page":{"title":"Writing is nice","level":"2.1.1","depth":2,"next":{"title":"GitBook is nice","level":"2.1.2","depth":2,"anchor":"#gitbook","path":"part1/README.md","ref":"part1/README.md#gitbook","articles":[]},"previous":{"title":"Part I","level":"2.1","depth":1,"path":"part1/README.md","ref":"part1/README.md","articles":[{"title":"Writing is nice","level":"2.1.1","depth":2,"path":"Gitbook.md","ref":"Gitbook.md","articles":[]},{"title":"GitBook is nice","level":"2.1.2","depth":2,"anchor":"#gitbook","path":"part1/README.md","ref":"part1/README.md#gitbook","articles":[]}]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["hide-element","-highlight","advanced-emoji","-lunr","-search","search-pro","page-toc-button","back-to-top-button","chapter-fold","code","splitter","-lunr","-search","search-pro","insert-logo","custom-favicon","pageview-count","tbfed-pagefooter","popup","-sharing","sharing-plus"],"pluginsConfig":{"tbfed-pagefooter":{"copyright":"Copyright &copy pythonav.cn 2021","modify_label":"作者:李睦晨"},"chapter-fold":{},"splitter":{},"search-pro":{},"sharing-plus":{"qq":false,"all":["facebook","google","twitter","instapaper","linkedin","pocket","stumbleupon"],"douban":false,"facebook":true,"weibo":false,"instapaper":false,"whatsapp":false,"hatenaBookmark":false,"twitter":true,"messenger":false,"line":false,"vk":false,"pocket":true,"google":false,"viber":false,"stumbleupon":false,"qzone":false,"linkedin":false},"popup":{},"code":{"copyButtons":true},"hide-element":{"elements":[".gitbook-link"]},"fontsettings":{"theme":"white","family":"sans","size":2},"favicon":"./icon/book.ico","page-toc-button":{},"back-to-top-button":{},"pageview-count":{},"custom-favicon":{},"advanced-emoji":{"embedEmojis":false},"sharing":{"qq":true,"all":["douban","facebook","google","instapaper","linkedin","twitter","weibo","messenger","qq","qzone","viber","whatsapp"],"douban":true,"facebook":true,"weibo":true,"twitter":true,"pocket":true,"google":true,"qzone":true},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"insert-logo":{"style":"background: none; max-height: 30px; min-height: 30px","url":"https://hcdn2.luffycity.com/media/frontend/activity/head-logo_1564141048.3435316.svg"}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"Gitbook.md","mtime":"2021-07-31T02:06:33.150Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2021-07-31T02:18:47.984Z"},"basePath":".","book":{"language":""}});
});
</script>
</div>
<script src="gitbook/gitbook.js"></script>
<script src="gitbook/theme.js"></script>
<script src="gitbook/gitbook-plugin-hide-element/plugin.js"></script>
<script src="gitbook/gitbook-plugin-search-pro/jquery.mark.min.js"></script>
<script src="gitbook/gitbook-plugin-search-pro/search.js"></script>
<script src="gitbook/gitbook-plugin-page-toc-button/plugin.js"></script>
<script src="gitbook/gitbook-plugin-back-to-top-button/plugin.js"></script>
<script src="gitbook/gitbook-plugin-chapter-fold/chapter-fold.js"></script>
<script src="gitbook/gitbook-plugin-code/plugin.js"></script>
<script src="gitbook/gitbook-plugin-splitter/splitter.js"></script>
<script src="gitbook/gitbook-plugin-insert-logo/plugin.js"></script>
<script src="gitbook/gitbook-plugin-pageview-count/plugin.js"></script>
<script src="gitbook/gitbook-plugin-sharing-plus/buttons.js"></script>
<script src="gitbook/gitbook-plugin-fontsettings/fontsettings.js"></script>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/mosson/pyBook-tutorial.git
git@gitee.com:mosson/pyBook-tutorial.git
mosson
pyBook-tutorial
pyBook-tutorial
main

搜索帮助