How to check Django installed version?
Type the following command in Python shell >>> import django >>> django.get_version()
Continue ReadingType the following command in Python shell >>> import django >>> django.get_version()
Continue ReadingJust run bellow command in your terminal > python manage.py help
Continue Readingjust run below command from root directory.>>>python manage.py migrate
Continue ReadingIt’s very simple, just run below command.>>> scrapy version
Continue ReadingJust make chrome as a default browser and launch the jupyter . It will work
Continue ReadingThe expected value of a random variable X is given by: E ( X ) =∑xi pi E(X) = 1( 1/6 ) + 2( 1/6 ) + 3( 1/6 ) + 4( 1/6 ) + 5( 1/6 ) + 6( 1/6 ) = 3.5 In python >>> import numpy as np integer = 1, 2, 3, 4, 5, 6 integer_array …
Continue ReadingJust run following command conda install -c anaconda mysql-python
Continue ReadingJust run following command $ python manage.py migrate $ python manage.py createsuperuser
Continue ReadingJust open anaconda cmd & run following command conda install -c anaconda django
Continue ReadingFundamental Libraries for Scientific Computing IPython Notebook NumPy pandas SciPy Math and Statistics SymPy Statsmodels Machine Learning Scikit-learn Shogun PyBrain PyLearn2 PyMC Plotting and Visualization Bokeh d3py ggplot matplotlib plotly prettyplotlib seaborn Data formatting and storage csvkit PyTables sqlite3
Continue Reading