Skip to content

Setting up python development environment

ferng edited this page Jan 30, 2020 · 3 revisions

(taken from the node page) I must admit I like python better than java, it's more like proper programming, instead of massive magical frameworks everything I've encountered are just nice and tidy libraries.

Configure environment

  • Pylint:
sudo apt install python3-pip

#python 3.6.9
pip3 install "pylint==1.9.2"

Clone this wiki locally