Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 950 Bytes

Version_changes.md

File metadata and controls

29 lines (20 loc) · 950 Bytes

2.0

  • Python version updated to 3.13.0
  • Added more exercises and you can now practice some of them using this interactive TUI app
  • Descriptions and external links were updated/corrected
  • Updated Acknowledgements section
  • Code snippets related to info/warning sections will now appear as a single block
  • New cover image
  • Images centered for EPUB format

1.2

  • Updated installation section with more details
  • Added instructions for using Python from Windows CMD
  • Examples for escaping { and } characters when using f-strings
  • Corrected various typos, improved descriptions, code snippets, comments, external links, etc
  • Exercises.md file created to collate all the exercises in one place
  • Fun fact: total diff count for the markdown source file is exactly 100 for this update

1.0

  • First version