|
262 | 262 | <li><a href="#ides">IDEs</a></li>
|
263 | 263 |
|
264 | 264 |
|
| 265 | + <li class="main "><a href="#services">Services</a></li> |
| 266 | + |
| 267 | + <li><a href="#continuous-integration">Continuous Integration</a></li> |
| 268 | + |
| 269 | + <li><a href="#code-quality">Code Quality</a></li> |
| 270 | + |
| 271 | + |
265 | 272 | <li class="main "><a href="#resources">Resources</a></li>
|
266 | 273 |
|
267 | 274 | <li><a href="#websites">Websites</a></li>
|
@@ -364,7 +371,11 @@ <h1 id="awesome-python">Awesome Python <a href="https://github.com/sindresorhus/
|
364 | 371 | <li><a href="#algorithms-and-design-patterns">Algorithms and Design Patterns</a></li>
|
365 | 372 | <li><a href="#editor-plugins">Editor Plugins</a></li>
|
366 | 373 | <li><a href="#ides">IDEs</a></li>
|
367 |
| -<li><a href="#chat">Chat</a></li> |
| 374 | +</ul> |
| 375 | +</li> |
| 376 | +<li><a href="#services">Services</a><ul> |
| 377 | +<li><a href="#continuous-integration">Continuous Integration</a></li> |
| 378 | +<li><a href="#code-quality">Code Quality</a></li> |
368 | 379 | </ul>
|
369 | 380 | </li>
|
370 | 381 | <li><a href="#resources">Resources</a><ul>
|
@@ -1417,12 +1428,27 @@ <h2 id="editor-plugins">Editor Plugins</h2>
|
1417 | 1428 | <h2 id="ides">IDEs</h2>
|
1418 | 1429 | <p><em>Popular Python IDEs.</em></p>
|
1419 | 1430 | <ul>
|
1420 |
| -<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> |
| 1431 | +<li><a href="https://www.jetbrains.com/pycharm/">PyCharm</a> - Commercial Python IDE by JetBrains. Has free community edition available.</li> |
1421 | 1432 | <li><a href="http://komodoide.com/">Komodo</a> - Commercial polyglot IDE with support for Python.</li>
|
1422 | 1433 | <li><a href="http://www.liclipse.com/">LiClipse</a> - Free polyglot IDE based on Eclipse. Uses PyDev for Python support.</li>
|
1423 | 1434 | <li><a href="https://github.com/spyder-ide/spyder">Spyder</a> - Open Source Python IDE.</li>
|
1424 | 1435 | <li><a href="http://wingide.com/">WingIDE</a> - Commercial IDE for Python.</li>
|
1425 | 1436 | </ul>
|
| 1437 | +<h1 id="services">Services</h1> |
| 1438 | +<p>Online tools and APIs to simplify development.</p> |
| 1439 | +<h2 id="continuous-integration">Continuous Integration</h2> |
| 1440 | +<p><em>See: <a href="https://github.com/ciandcd/awesome-ciandcd#online-build-system">awesome-CIandCD</a>.</em></p> |
| 1441 | +<ul> |
| 1442 | +<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> |
| 1443 | +<li><a href="https://circleci.com/">CircleCI</a> - A CI service that can run very fast parallel testing. (GitHub only)</li> |
| 1444 | +<li><a href="https://vexor.io">Vexor CI</a> - A continuous integration tool for private apps with pay-per-minute billing model.</li> |
| 1445 | +<li><a href="http://wercker.com/">Wercker</a> - A Docker-based platform for building and deploying applications and microservices.</li> |
| 1446 | +</ul> |
| 1447 | +<h2 id="code-quality">Code Quality</h2> |
| 1448 | +<ul> |
| 1449 | +<li><a href="https://landscape.io/">Landscape</a> - An early warning system for your Python codebase.</li> |
| 1450 | +<li><a href="https://www.quantifiedcode.com/">QuantifiedCode</a> - A data-driven, automated, continuous code review tool.</li> |
| 1451 | +</ul> |
1426 | 1452 | <h1 id="resources">Resources</h1>
|
1427 | 1453 | <p>Where to discover new Python libraries.</p>
|
1428 | 1454 | <h2 id="websites">Websites</h2>
|
|
0 commit comments