Bite 171. Make a terminal spinner animation
|
|
In this Bite you will spice up your command line …
3.10
command line
itertools
stdout
sys
time
|
|
Bite 176. Create a variable length chessboard
|
|
In this Bite you are going to print a chessboard …
3.10
modulo
range
stdout
|
|
Bite 246. Test print / standard output
|
|
In this Bite you test a function that prints to …
3.7
capfd
capsys
list comprehensions
pytest
stdout
|
|
Bite 164. CLI tool: HTML link converter (stdin to stdout)
|
|
In this Bite you are going to help your team …
3.10
data wrangling
exception handling
html
stdin
string formatting
string manipulation
sys
|
|
Bite 217. Capture stdout
|
|
Sometimes you need to capture stdout in your script. Python …
3.10
context managers
StringIO
|
|