[Python Tanzania] New Article: Auto Format with Python Code with Black
Hi Pythonistas, I just published Auto Format your Python Code with Black. https://medium.com/analytics-vidhya/auto-format-your-python-code-with-black-... Regards *Davis David* *Data Scientist*
Hi Davis Thanks so much for the writeup. I personally was not aware of the black library until your post on our telegram group. I recently run through an indentation issue when I was exporting part of my devnet Python code from an Ubuntu sandbox to a centos 7 based sandbox and my goodness, most of the code had lost its original format and couldnt run properly. So I basically pip installed black and fixed each file on the fly :-) and all was rosy. Thanks for the hint chief. Noah On Thu, 6 Feb 2020, 09:26 Davis David, <davisdavid179@gmail.com> wrote:
Hi Pythonistas,
I just published Auto Format your Python Code with Black. https://medium.com/analytics-vidhya/auto-format-your-python-code-with-black-...
Regards *Davis David* *Data Scientist* _______________________________________________ Python Tanzania mailing list -- tanzania@python.org To unsubscribe send an email to tanzania-leave@python.org https://mail.python.org/mailman3/lists/tanzania.python.org/
Hello There are similar pibraries like white and flake. You can can check them out as well PB
On 6 Feb 2020, at 10:26, Noah . <noah@pycon.or.tz> wrote:
Hi Davis
Thanks so much for the writeup. I personally was not aware of the black library until your post on our telegram group.
I recently run through an indentation issue when I was exporting part of my devnet Python code from an Ubuntu sandbox to a centos 7 based sandbox and my goodness, most of the code had lost its original format and couldnt run properly.
So I basically pip installed black and fixed each file on the fly :-) and all was rosy.
Thanks for the hint chief.
Noah
On Thu, 6 Feb 2020, 09:26 Davis David, <davisdavid179@gmail.com> wrote: Hi Pythonistas,
I just published Auto Format your Python Code with Black. https://medium.com/analytics-vidhya/auto-format-your-python-code-with-black-...
Regards Davis David Data Scientist _______________________________________________ Python Tanzania mailing list -- tanzania@python.org To unsubscribe send an email to tanzania-leave@python.org https://mail.python.org/mailman3/lists/tanzania.python.org/
Python Tanzania mailing list -- tanzania@python.org To unsubscribe send an email to tanzania-leave@python.org https://mail.python.org/mailman3/lists/tanzania.python.org/
Thanks, I'll check them out. On Thu, 6 Feb 2020, 12:12 Paul Simons, <bassosimons@me.com> wrote:
Hello
There are similar pibraries like white and flake. You can can check them out as well
PB
On 6 Feb 2020, at 10:26, Noah . <noah@pycon.or.tz> wrote:
Hi Davis
Thanks so much for the writeup. I personally was not aware of the black library until your post on our telegram group.
I recently run through an indentation issue when I was exporting part of my devnet Python code from an Ubuntu sandbox to a centos 7 based sandbox and my goodness, most of the code had lost its original format and couldnt run properly.
So I basically pip installed black and fixed each file on the fly :-) and all was rosy.
Thanks for the hint chief.
Noah
On Thu, 6 Feb 2020, 09:26 Davis David, <davisdavid179@gmail.com> wrote:
Hi Pythonistas,
I just published Auto Format your Python Code with Black. https://medium.com/analytics-vidhya/auto-format-your-python-code-with-black-...
Regards *Davis David* *Data Scientist* _______________________________________________ Python Tanzania mailing list -- tanzania@python.org To unsubscribe send an email to tanzania-leave@python.org https://mail.python.org/mailman3/lists/tanzania.python.org/
_______________________________________________ Python Tanzania mailing list -- tanzania@python.org To unsubscribe send an email to tanzania-leave@python.org https://mail.python.org/mailman3/lists/tanzania.python.org/
participants (3)
-
Davis David
-
Noah .
-
Paul Simons