7 May 2010 0 comments Python
This blog post is 12 years old! Most likely, its content is outdated. Especially if it's technical.
Ludvig Ericson ("Sweden-based backend-centric super-programmer.") yesterday released the most important Python package you'll ever see this year. Sort of. It animates a little fish on your terminal that goes back and forth across the screen.
Maybe I'm exaggerating a bit. This is the kind of superficial hype that made Rails successful at least. What the package is really useful for is a great start for those who want to do those fancy writes to the terminal without linebreaks. Spoiler alert:
sys.stderr.write("\x1b[2K\r" + fish + "\r")
- Previous:
- My site on the iPad 30 April 2010
- Next:
- Upgrading to Ubuntu Lucid Lynx and downgrading to Python2.4 and Python2.5 11 May 2010
- Related by category:
- Best practice with retries with requests 19 April 2017 Python
- How much faster is Redis at storing a blob of JSON compared to PostgreSQL? 28 September 2019 Python
- Fastest way to find out if a file exists in S3 (with boto3) 16 June 2017 Python
- Interesting float/int casting in Python 25 April 2006 Python
- Fastest way to unzip a zip file in Python 31 January 2018 Python
- Related by keyword:
- Suspend and resume output in terminal 3 March 2005
- Guake, not Yakuake or Yeahconsole 23 January 2010
- On holiday for a week 12 July 2003