mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-09-01 21:32:35 +02:00
Add asynchronous python frameworks content
This commit is contained in:
@@ -1 +1,8 @@
|
|||||||
# Gevent
|
# gevent
|
||||||
|
|
||||||
|
gevent is a Python library that provides a high-level interface to the event loop.
|
||||||
|
|
||||||
|
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
|
||||||
|
<BadgeLink colorScheme='blue' badgeText='Official Website' href='http://www.gevent.org/'>gevent — Official Website</BadgeLink>
|
||||||
|
<BadgeLink colorScheme='blue' badgeText='GitHub Repository' href='https://github.com/gevent/gevent'>GitHub Repository</BadgeLink>
|
||||||
|
|
||||||
|
@@ -1 +1,11 @@
|
|||||||
# Aiohttp
|
# AIOHTTP
|
||||||
|
|
||||||
|
aiohttp is a Python 3.5+ library that provides a simple and powerful asynchronous HTTP client and server implementation.
|
||||||
|
|
||||||
|
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
|
||||||
|
<BadgeLink colorScheme='blue' badgeText='Official Website' href='https://docs.aiohttp.org/en/stable/'>Official Docs</BadgeLink>
|
||||||
|
<BadgeLink colorScheme='red' badgeText='Watch' href='https://www.youtube.com/watch?v=nFn4_nA_yk8'>Python Asyncio, Requests, Aiohttp | Make faster API Calls</BadgeLink>
|
||||||
|
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://tutorialedge.net/python/create-rest-api-python-aiohttp/'>Creating a RESTful API with Python and aiohttp</BadgeLink>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@@ -1 +1,10 @@
|
|||||||
# Tornado
|
# Tornado
|
||||||
|
|
||||||
|
Tornado is a scalable, non-blocking web server and web application framework written in Python. It was developed for use by FriendFeed; the company was acquired by Facebook in 2009 and Tornado was open-sourced soon after.
|
||||||
|
|
||||||
|
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
|
||||||
|
<BadgeLink colorScheme='blue' badgeText='Official Website' href='https://www.tornadoweb.org/'>Tornado — Official Website</BadgeLink>
|
||||||
|
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://phrase.com/blog/posts/tornado-web-framework-i18n/'>A Step-by-Step Tutorial on Python Tornado</BadgeLink>
|
||||||
|
<BadgeLink colorScheme='red' badgeText='Watch' href='https://www.youtube.com/watch?v=-gJ21qzpieA'>Torando Python Framework</BadgeLink>
|
||||||
|
|
||||||
|
|
||||||
|
@@ -1 +1,8 @@
|
|||||||
# Sanic
|
# Sanic
|
||||||
|
|
||||||
|
Sanic is a Python 3.7+ web server and web framework that's written to go fast. It allows the usage of the async/await syntax added in Python 3.5, which makes your code non-blocking and speedy.
|
||||||
|
|
||||||
|
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
|
||||||
|
<BadgeLink colorScheme='blue' badgeText='Official Website' href='https://sanic.dev/en/'>Sanic Official Website</BadgeLink>
|
||||||
|
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.geeksforgeeks.org/introduction-to-sanic-web-framework-python/'>Introduction to Sanic Web Framework – Python</BadgeLink>
|
||||||
|
|
||||||
|
@@ -1,5 +1,6 @@
|
|||||||
# Asynchronous
|
# Asynchronous
|
||||||
|
|
||||||
|
Asynchronous programming is a style of programming that is mostly concerned with the asynchronous execution of tasks. Python has several asynchronous frameworks that are used to implement asynchronous programming.
|
||||||
|
|
||||||
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
|
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
|
||||||
|
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://geekflare.com/python-asynchronous-web-frameworks/'>Top 5 Asynchronous Web Frameworks for Python</BadgeLink>
|
||||||
|
Reference in New Issue
Block a user