django install with anaconda admin October 22, 2018 Python 0 Comments Just open anaconda cmd & run following command conda install -c anaconda django Related Posts Python List Comprehensions zendnwar March 17, 2016 >>> sqr = >>> for i in range(10): sqr.append(i**2) >>> sqr 0, 1, 4, .. Libraries for data science in Python admin March 15, 2018 Fundamental Libraries for Scientific Computing IPython Notebook NumPy pandas SciPy Math and Sta ..