curtis preston

Results 4 comments of curtis preston

if anyone has an example of how to use the write function would be great I'm having issues getting the types right this is what i have tryied and it...

thats okay im just trying to improve my code, it was my new years resolution to contribute to things, also im still at University so learning better ways of doing...

> You should use tools such as [PEP8](https://www.python.org/dev/peps/pep-0008/) to maintain a consistent code style. > > I think [pylint](https://www.pylint.org/), [yapf](https://github.com/google/yapf) would be good for this :) ah okay ill look...

you can already do something like the file thing ``` from bullet import Bullet from bullet import colors import os d = '.' while True: files=[os.path.join(d, o) for o in...