just run below command from root directory.>>>python manage.py migrate
Continue readingCategory: Python
Python
scrapy version check with CLI mode
It’s very simple, just run below command.>>> scrapy version
Continue readinghow to open Jupyter notebook in chrome on windows
Just make chrome as a default browser and launch the jupyter . It will work
Continue readingExpectation find out with pyhton
The expected value of a random variable X is given by: E ( X ) =∑xi pi E(X) = 1(
Continue readinganaconda mysqldb install
Just run following command conda install -c anaconda mysql-python
Continue readingHow do I create a superuser account in Django
Just run following command $ python manage.py migrate $ python manage.py createsuperuser
Continue readingdjango install with anaconda
Just open anaconda cmd & run following command conda install -c anaconda django
Continue readingLibraries for data science in Python
Fundamental Libraries for Scientific Computing IPython Notebook NumPy pandas SciPy Math and Statistics SymPy Statsmodels Machine Learning Scikit-learn Shogun PyBrain
Continue readingMethod overloading example in python
class Localbus: def sayLocal(self, busName=None): if busName is not None: print(‘Hello ‘ + busName) else: print(‘Hello ‘) obj = Localbus()
Continue reading
‘python’ is not recognized as an internal or external command
It’s very simple, just modify python install. just follow image.
Continue reading