Search This Blog

Sunday, October 8, 2017

JUPYTER NOTEBOOK FOR PYTHON

Learning pandas I found that people use jupyter notebook - online browser shell in which you can test python code. It can save much time learning and testing codes. I will use panda library to automate matching facebook groups links to nummber of members to maximize benefit of free automated posting possibilities o facebook groups. For csv files automation you can also
see projects csv match in github. I install jupyter notebook and it is simple. For python 2.7 write pip install jupyter.


No comments: