β€2π1π₯1
This media is not supported in your browser
VIEW IN TELEGRAM
Mason is a collection of packages that enable developers to create and consume reusable templates called bricks.
#dart #flutter #cli #template #templating
#dart #flutter #cli #template #templating
β€1π1π₯1
Developing and Testing an Asynchronous API with FastAPI and Pytest.
This tutorial looks at how to develop and test an asynchronous API with FastAPI, Postgres, pytest and Docker using Test-driven Development (TDD). We'll also use the Databases package for interacting with Postgres asynchronously.
#python #article #asyncio #fastapi
This tutorial looks at how to develop and test an asynchronous API with FastAPI, Postgres, pytest and Docker using Test-driven Development (TDD). We'll also use the Databases package for interacting with Postgres asynchronously.
#python #article #asyncio #fastapi
π₯2β€1π1
Python Concurrency with asyncio.
Learn how to speed up slow Python code with concurrent programming and the cutting-edge asyncio library.
- Use coroutines and tasks alongside async/await syntax to run code concurrently
- Build web APIs and make concurrency web requests with aiohttp
- Run thousands of SQL queries concurrently
- Create a map-reduce job that can process gigabytes of data concurrently
- Use threading with asyncio to mix blocking code with asyncio code
πAchtung! Be aware that piracy is punishable by law in most countries.
I strongly recommend that you buy books (as I do) and do not encourage anyone to pirate.
π΄ββ οΈFor pirates (use Tor):pdf
#book #recommendation #asyncio
Learn how to speed up slow Python code with concurrent programming and the cutting-edge asyncio library.
- Use coroutines and tasks alongside async/await syntax to run code concurrently
- Build web APIs and make concurrency web requests with aiohttp
- Run thousands of SQL queries concurrently
- Create a map-reduce job that can process gigabytes of data concurrently
- Use threading with asyncio to mix blocking code with asyncio code
πAchtung! Be aware that piracy is punishable by law in most countries.
I strongly recommend that you buy books (as I do) and do not encourage anyone to pirate.
π΄ββ οΈFor pirates (use Tor):
#book #recommendation #asyncio
π4β€2π₯1π1
Trio β a friendly Python library for async concurrency and I/O.
The Trio project aims to produce a production-quality, permissively licensed, async/await-native I/O library for Python. Like all async libraries, its main purpose is to help you write programs that do multiple things at the same time with parallelized I/O. A web spider that wants to fetch lots of pages in parallel, a web server that needs to juggle lots of downloads and websocket connections simultaneously, a process supervisor monitoring multiple subprocesses... that sort of thing. Compared to other libraries, Trio attempts to distinguish itself with an obsessive focus on usability and correctness. Concurrency is complicated; we try to make it easy to get things right.
#python #async #event #loop #networking #io #trio #concurrency
The Trio project aims to produce a production-quality, permissively licensed, async/await-native I/O library for Python. Like all async libraries, its main purpose is to help you write programs that do multiple things at the same time with parallelized I/O. A web spider that wants to fetch lots of pages in parallel, a web server that needs to juggle lots of downloads and websocket connections simultaneously, a process supervisor monitoring multiple subprocesses... that sort of thing. Compared to other libraries, Trio attempts to distinguish itself with an obsessive focus on usability and correctness. Concurrency is complicated; we try to make it easy to get things right.
#python #async #event #loop #networking #io #trio #concurrency
π₯3π2β€1π1π1
Term.jl is a Julia library for stylized terminal output.
Term.jl uses a simple markup syntax to add style information to standard Julia strings. It also provides Renderable objects such as the Panel and TextBox as you can see in the example below. These too can be styled, include styled text, and they can be nested and stacked to produce structured visual displays in your terminal.
#julia #colored #output #terminal
Term.jl uses a simple markup syntax to add style information to standard Julia strings. It also provides Renderable objects such as the Panel and TextBox as you can see in the example below. These too can be styled, include styled text, and they can be nested and stacked to produce structured visual displays in your terminal.
#julia #colored #output #terminal
β€2π1π1
CasaOS - a simple, easy-to-use, elegant open-source Home Cloud system.
CasaOS is compatible with mainstream Docker/Linux application ecology, and it is simple to install all kinds of NAS/ home smart applications with just one click. With CasaOS, you can host various home entertainment, streaming, network enhancement, and VPN applications for free.
#golang #go #docker #home #iot #vuejs #raspberry
CasaOS is compatible with mainstream Docker/Linux application ecology, and it is simple to install all kinds of NAS/ home smart applications with just one click. With CasaOS, you can host various home entertainment, streaming, network enhancement, and VPN applications for free.
#golang #go #docker #home #iot #vuejs #raspberry
π₯10β€1π1
Genie is a full-stack web framework that provides a streamlined and efficient workflow for developing modern web applications. It builds on Julia's strengths (high-level, high-performance, dynamic, JIT compiled), exposing a rich API and a powerful toolset for productive web development.
#julia #web #framework #reactive #orm #mvc
#julia #web #framework #reactive #orm #mvc
π4β€1π₯1
Nextflow is a bioinformatics workflow manager that enables the development of portable and reproducible workflows. It supports deploying workflows on a variety of execution platforms including local, HPC schedulers, AWS Batch, Google Cloud Life Sciences, and Kubernetes. Additionally, it provides support for manage your workflow dependencies through built-in support for Conda, Docker, Singularity, and Modules.
#groovy #jvm #docker #aws #cloud #bioinformatics #hpc #dataflow
#groovy #jvm #docker #aws #cloud #bioinformatics #hpc #dataflow
π3β€1π1
dplyr is a grammar of data manipulation, providing a consistent set of verbs that help you solve the most common data manipulation challenges:
-
-
-
-
-
#r #R #grammar #data #manipulation
-
mutate() adds new variables that are functions of existing variables-
select() picks variables based on their names.-
filter() picks cases based on their values.-
summarise() reduces multiple values down to a single summary.-
arrange() changes the ordering of the rows.#r #R #grammar #data #manipulation
π4β€2π₯1π€1
Nuke provides an efficient way to download and display images in your app. It's easy to learn and use. Its architecture enables many powerful features while offering virtually unlimited possibilities for customization.
The framework is lean and compiles in under 2 secondsΒΉ. Nuke has an automated test suite 2x the size of the codebase itself, ensuring excellent reliability. Every feature is carefully designed and optimized for performance.
#swift #image #loading #gif #webp #progressive
The framework is lean and compiles in under 2 secondsΒΉ. Nuke has an automated test suite 2x the size of the codebase itself, ensuring excellent reliability. Every feature is carefully designed and optimized for performance.
#swift #image #loading #gif #webp #progressive
β€2π1π₯1