parent
8d4aa86992
commit
d8d5296ad2
5 changed files with 131 additions and 37 deletions
|
@ -24,6 +24,8 @@
|
|||
<li><a href="https://docs.python.org/3/library/index.html">The Python Standard Library</a>
|
||||
<li><a href="https://docs.python.org/3/howto/logging.html">Logging HOWTO</a>
|
||||
<li><a href="https://docs.python.org/3/howto/functional.html">Functional Programming HOWTO</a>
|
||||
<li><a href="https://pymotw.com/3/index.html">Python 3 Module of the Week</a>
|
||||
<li><a href="http://www.mypy-lang.org/">mypy - Optional Static Typing for Python</a>
|
||||
<!--End of section (do not delete this comment)-->
|
||||
</ul>
|
||||
<h2>git</h2>
|
||||
|
@ -31,5 +33,10 @@
|
|||
<li><a href="https://git-scm.com/doc">Git Documentation</a>
|
||||
<!--End of section (do not delete this comment)-->
|
||||
</ul>
|
||||
<h2>Lua</h2>
|
||||
<ul>
|
||||
<li><a href="https://www.lua.org/manual/5.1/">Lua 5.1 Reference Manual</a>
|
||||
<!--End of section (do not delete this comment)-->
|
||||
</ul>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue