TGTGInsighttelegram intelligenceLIVE / telegram public index
← Python Заметки

TGINSIGHT SIMILAR POSTS

Најди сличен содржај

Изворен канал @pythonotes · Post #422 · 30 мар.

Если запустить REPL с модулем asyncio, то вы входите в особый асинхронный REPL. user@host:~$ python -m asyncio asyncio REPL 3.12.7 ... Use "await" directly instead of "asyncio.run()". >>> import asyncio >>> В этом режиме - создаётся и настраивается event loop - уже импортирован asyncio - работает await на верхнем уровне То есть такая команда сработает без ошибок! await asyncio.sleep(3) Удобно для тестирования асинхронных функций без создания ивентлупов и остальной обвязки. Работает в: 3.8+ #tricks#async

Резултати

Пронајдени 1 слични објави

Пребарај: #openrocket

当前筛选 #openrocket清除筛选
Libreware

@libreware · Post #1134 · 24.05.2023 г., 00:02

OpenRocket is a Libre (GNU GPL), fully featured model rocket simulator software that allows you to design and simulate your rockets before actually building and flying them. OpenRocket is available as packages for Linux, macOS and Windows The main features include: Six-degree-of-freedom flight simulation Automatic design optimization Realtime simulated altitude, velocity and acceleration display Staging and clustering support Cross-platform (Java-based) GitHub - openrocket/openrocket: OpenRocket simulation software – https://github.com/openrocket/openrocket An exemple of the construction & flight of a rocket with the help of the simulator : - Making a High Speed Rocket https://invidious.snopyta.org/watch?v=EjaoYGTinus&local=true #DIY#RocketSimulator#Simulator#flight#rocket#OpenRocket