mhasoba / TheMulQuaBio

The interactive, online Multilingual Quantitative Biologist
MIT License
36 stars 81 forks source link

Print formatting refactor #78

Closed fwimp closed 1 year ago

fwimp commented 1 year ago

This PR resolves #22 and resolves #56 .

String formatting throughout now uses f-strings and incorporates extra tips on how to efficiently format strings. This will probably eventually want more work as there's a lot you can do with string formatting that we just don't cover here, but that's not really a top priority for this year. I may make an appendix about pretty terminal formatting and good CLI design in python, but probably not right now.