diff --git a/index.html b/index.html index 077b2cb..a34651a 100644 --- a/index.html +++ b/index.html @@ -197,9 +197,11 @@
  • Static Site Generator
  • -
  • Processes and Threads
  • +
  • Processes
  • -
  • Concurrency and Networking
  • +
  • Concurrency and Parallelism
  • + +
  • Networking
  • WebSocket
  • @@ -331,8 +333,9 @@
  • Tagging
  • Admin Panels
  • Static Site Generator
  • -
  • Processes and Threads
  • -
  • Concurrency and Networking
  • +
  • Processes
  • +
  • Concurrency and Parallelism
  • +
  • Networking
  • WebSocket
  • WSGI Servers
  • RPC Servers
  • @@ -426,6 +429,7 @@
  • PlatformIO - A console tool to build code with different development platforms.
  • BitBake - A make-like build tool with the special focus of distributions and packages for embedded Linux.
  • fabricate - A build tool that finds dependencies automatically for any language.
  • +
  • PyBuilder - A continuous build tool written in pure Python which mainly targets Python applications.
  • Interactive Interpreter

    Interactive Python interpreters (REPL).

    @@ -590,6 +594,7 @@
  • thefuck - Correcting your previous console command.
  • doitlive - A tool for live presentations in the terminal.
  • PathPicker - Select files out of bash output.
  • +
  • bashplotlib - Making basic plots in the terminal. It's a quick way to visualize data without GUI.
  • @@ -802,6 +807,7 @@
  • sandman - Automated REST APIs for existing database-driven systems.
  • restless - Framework agnostic REST framework based on lessons learned from TastyPie.
  • savory-pie - REST API building library (django, and others)
  • +
  • ripozo - A tool for quickly creating REST/HATEOAS/Hypermedia APIs with extensions for Flask and Django.
  • Authentication

    Libraries for implementing authentications schemes.

    @@ -972,6 +978,7 @@

    Data Validation

    Libraries for validating data. Used for forms in many cases.

    -

    Processes and Threads

    -

    Libraries for working with processes or threads

    +

    Processes

    +

    Libraries for starting and communicating with OS processes.

    + +

    Concurrency and Parallelism

    +

    Libraries for concurrent and parallel execution.

    -

    Concurrency and Networking

    -

    Libraries for concurrency and network programming.

    +

    Networking

    +

    Libraries for networking programming.

    WebSocket

    Libraries for working with WebSocket.

    @@ -1095,7 +1107,7 @@
  • RenPy - A Visual Novel engine.
  • Logging

    -

    Libraries for generating and working with log files.

    +

    Libraries for generating and working with logs.

  • Web Testing
  • -
  • Atom -
  • IDEs

    -

    Popular Python IDEs

    +

    Popular Python IDEs.

    Resources

    Where to discover new Python libraries.

    Websites

    Weekly

    Twitter

    Other Awesome Lists

    List of lists.