mirror of
https://github.com/vinta/awesome-python.git
synced 2025-02-17 13:58:06 +00:00
Update documentation
This commit is contained in:
parent
f4ddb82281
commit
c149276a7e
30
index.html
30
index.html
|
@ -262,6 +262,13 @@
|
|||
<li><a href="#ides">IDEs</a></li>
|
||||
|
||||
|
||||
<li class="main "><a href="#services">Services</a></li>
|
||||
|
||||
<li><a href="#continuous-integration">Continuous Integration</a></li>
|
||||
|
||||
<li><a href="#code-quality">Code Quality</a></li>
|
||||
|
||||
|
||||
<li class="main "><a href="#resources">Resources</a></li>
|
||||
|
||||
<li><a href="#websites">Websites</a></li>
|
||||
|
@ -364,7 +371,11 @@
|
|||
<li><a href="#algorithms-and-design-patterns">Algorithms and Design Patterns</a></li>
|
||||
<li><a href="#editor-plugins">Editor Plugins</a></li>
|
||||
<li><a href="#ides">IDEs</a></li>
|
||||
<li><a href="#chat">Chat</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="#services">Services</a><ul>
|
||||
<li><a href="#continuous-integration">Continuous Integration</a></li>
|
||||
<li><a href="#code-quality">Code Quality</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="#resources">Resources</a><ul>
|
||||
|
@ -1417,12 +1428,27 @@
|
|||
<h2 id="ides">IDEs</h2>
|
||||
<p><em>Popular Python IDEs.</em></p>
|
||||
<ul>
|
||||
<li><a href="https://www.jetbrains.com/pycharm/">PyCharm</a> - Commercial Python IDE based on the IntelliJ platform by JetBrains. Has free community edition available.</li>
|
||||
<li><a href="https://www.jetbrains.com/pycharm/">PyCharm</a> - Commercial Python IDE by JetBrains. Has free community edition available.</li>
|
||||
<li><a href="http://komodoide.com/">Komodo</a> - Commercial polyglot IDE with support for Python.</li>
|
||||
<li><a href="http://www.liclipse.com/">LiClipse</a> - Free polyglot IDE based on Eclipse. Uses PyDev for Python support.</li>
|
||||
<li><a href="https://github.com/spyder-ide/spyder">Spyder</a> - Open Source Python IDE.</li>
|
||||
<li><a href="http://wingide.com/">WingIDE</a> - Commercial IDE for Python.</li>
|
||||
</ul>
|
||||
<h1 id="services">Services</h1>
|
||||
<p>Online tools and APIs to simplify development.</p>
|
||||
<h2 id="continuous-integration">Continuous Integration</h2>
|
||||
<p><em>See: <a href="https://github.com/ciandcd/awesome-ciandcd#online-build-system">awesome-CIandCD</a>.</em></p>
|
||||
<ul>
|
||||
<li><a href="https://travis-ci.org">Travis CI</a> - A popular CI service for your open source and <a href="https://travis-ci.com">private</a> projects. (GitHub only)</li>
|
||||
<li><a href="https://circleci.com/">CircleCI</a> - A CI service that can run very fast parallel testing. (GitHub only)</li>
|
||||
<li><a href="https://vexor.io">Vexor CI</a> - A continuous integration tool for private apps with pay-per-minute billing model.</li>
|
||||
<li><a href="http://wercker.com/">Wercker</a> - A Docker-based platform for building and deploying applications and microservices.</li>
|
||||
</ul>
|
||||
<h2 id="code-quality">Code Quality</h2>
|
||||
<ul>
|
||||
<li><a href="https://landscape.io/">Landscape</a> - An early warning system for your Python codebase.</li>
|
||||
<li><a href="https://www.quantifiedcode.com/">QuantifiedCode</a> - A data-driven, automated, continuous code review tool.</li>
|
||||
</ul>
|
||||
<h1 id="resources">Resources</h1>
|
||||
<p>Where to discover new Python libraries.</p>
|
||||
<h2 id="websites">Websites</h2>
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -4,7 +4,7 @@
|
|||
|
||||
<url>
|
||||
<loc>http://awesome-python.com/</loc>
|
||||
<lastmod>2015-09-01</lastmod>
|
||||
<lastmod>2015-09-04</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user