Загрузка видео...

Не удалось загрузить видео

На главную

Textual's inline mode has some intriguing use cases. Like being able to make just about anything interactive at the prompt. Check this out...

10,743 просмотров • 2 лет назад •via X (Twitter)

Комментарии: 5

Фото профиля Sayandip Dutta
Sayandip Dutta2 лет назад

How does this command work? I mean I know python -c, but do backticks have special meaning? Or your python command is aliased?

Фото профиля Will McGugan
Will McGugan2 лет назад

Backticks run a command and insert the output in to the command line. I think that's a fairly standard feature of shells.

Фото профиля zoomies.llamafile
zoomies.llamafile2 лет назад

In line terminal OS 😋

Фото профиля Paolo Alba
Paolo Alba2 лет назад

What is the idea behind? The called module can process dynamic code from the user? What is different from a TUI use case? If it is just about executing code, this can be done with the normal IPython, isn't it?

Фото профиля Nok
Nok2 лет назад

I was thinking about Ipython too, one of the problem with Python CLI is the slow startup time. I was wondering can this be useful.

Похожие видео