Bite 171. Make a terminal spinner animation
|
|
In this Bite you will spice up your command line …
command line
itertools
stdout
sys
time
|
|
Bite 176. Create a variable length chessboard
|
|
In this Bite you are going to print a chessboard …
modulo
range
stdout
|
|
Bite 246. Test print / standard output
|
|
In this Bite you test a function that prints to …
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 …
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 …
context managers
StringIO
|
|