Retourner au contenu associé (journal : Découvrir Docker, Python, LLVM et Emscripten)
Posté par thoasm le 23 février 2021 à 11:03. En réponse au journal Découvrir Docker, Python, LLVM et Emscripten. Évalué à 4.
Ou encore ipython pour intégrer du shell dans du python : https://ipython.org/ipython-doc/3/interactive/tutorial.html
Tu peux y écrire des trucs du style
fichiers = ! ls | grep .tmp print(fichiers)
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
[^] # Re: Tu t'es fait pythonisé :)
Posté par thoasm . En réponse au journal Découvrir Docker, Python, LLVM et Emscripten. Évalué à 4.
Ou encore ipython pour intégrer du shell dans du python : https://ipython.org/ipython-doc/3/interactive/tutorial.html
Tu peux y écrire des trucs du style
fichiers = ! ls | grep .tmp
print(fichiers)