Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions comp.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ <h2>Python</h2>
<li><a href="https://docs.python.org/2/contents.html">Official Python documentation</a></li>
<li><a href="https://docs.python.org/2/library/index.html">Python standard library</a></li>
<li><a href="https://www.python.org/dev/peps/pep-0008/">Coding style guide</a></li>
<li><a href="https://www.scaler.com/topics/python/">Python in detail</a></li>
<li>Since I liked IntelliJ for Java, I thought I'd try <a href="https://www.jetbrains.com/pycharm/">PyCharm</a> for python development (although <a href="https://atom.io/">Atom</a> works well enough for simple stuff).</li>
</ul>
</div>
Expand Down