'New' Python modules of 2015
blog.rtwilson.com
'New' Python modules of 2015
1–10 of 137 posts
Re: 'New' Python modules of 2015
#2Re: 'New' Python modules of 2015
#3progressbar2, can also takes iterables as input, for easy display of progress bars
Re: 'New' Python modules of 2015
#4Print-debugging on steroids. This really does make things so much easier, especially when dealing with huge apps you don't have time to learn. Not just useful as a dev but also as a sysadmin.
Re: 'New' Python modules of 2015
#5validating JSON
also: type checking on function signatures
Re: 'New' Python modules of 2015
#6A few years ago I tried to set up a Mac with a scientific computing stack and it took me days to hack my way through all the various dependencies and incompatible versions. Anaconda now lets me do that in a minutes.
Re: 'New' Python modules of 2015
#7Interesting list. I love Anaconda! A few years ago I tried to set up a Mac with a scientific computing stack and it took me days to hack my way through all the various dependencies and incompatible versions. Anaconda now lets me do that in a minutes.
Re: 'New' Python modules of 2015
#8Why would anyone need a simple NoSQL? Why would you go the NoSQL route if it isn't a HUGE complex database?
Re: 'New' Python modules of 2015
#9> I went looking for a pure-Python NoSQL database and came across TinyDB…which had a simple interface, and has handled everything I’ve thrown at it so far! Why would anyone need a simple NoSQL? Why would you go the NoSQL route if it isn't a HUGE complex database?
Re: 'New' Python modules of 2015
#10Interesting list. I love Anaconda! A few years ago I tried to set up a Mac with a scientific computing stack and it took me days to hack my way through all the various dependencies and incompatible versions. Anaconda now lets me do that in a minutes.