CrazyPython

Results 121 comments of CrazyPython
trafficstars

@lrq3000 By default the "regression mode" is linear. This one implements polynomial - perhaps exponential should also be implemented?

@lrq3000 oh linear = regular tqdm. put it in README?

@lrq3000 aye, is linting really so hard that you have to put it on the TODO? My editor (pcyharm) has it built-in w/ a simple keyboard shortcut.

@lrq3000 Oh god you have no idea the joys of PyCharm. I used to use IDLE (notepad + indentation + shortcuts for running and embedded interactive shell), and looking back,...

@lrq3000 We'll need an intermediary server to communicate between the two. You could use one of the several server frameworks for python (flask, tornado, django, etc.)

@lrq3000 I was imagining a simple server on `localhost`

python programmers feel like it's along process to install a module.

List of updates: print() .format() urllib.urlopen is now urllib2.urlopen() integer division from __ future __ import ?UPDATE?

Add more to the list then delete your comment once I added it.