Skip to main content

Python Tutorial series:- Installation

Installation Process
                                 


Step 1- Installing Python
Django is purely written in python, So we need to install python in our system.
Click here to download the latest version of python. Install the the python application simply then follow the following procedure to download django.

Step 2- Installing Django
Installing Django is  easy but certain step are require for the installation depend on your operating system.

Windows installation

click here to view download process

Step 1:- Window powershell and run it as administor
Step2:- Check the python version  [python --version]
Step-3:- install virtual environment


Step 4:- Create virtual environment project

Step 5 :- Virtual environment will automatically activated. type this command workon myproject
Step 6 Install Django                                                                                                                        

Step 7 Check the django version by writing  python -m django --version


Step 8 Create a Common file name  using mkdir command here deneshpyth is the file name

Step 9  Go to your file using cd command                                                                                          


Now, Installation process is complete                                                             



Popular posts from this blog

SMPS of computer

                                            fig:- working principle of SMPS       fig :- SMPS of computer From the above figure, we came to know that the function of SMPS in computer which is to convert  the high 220V-AC to 0-12V DC.SMPS contain several color of wires which carry the different voltage to the different parts of the computer.The following table shows the different color cables and its carrying voltage.      

warm clothes distribution program

‘ Small step can make a big difference ’ Rural Women Development Centre from morang,Nepal distributed the warm clothes to the needy people. They manage it possible by collecting fund from working staffs and management committe. Here is the video link of the distribution program. https://youtu.be/AxaHbivcQUM

Multiple mcp23017 interfacing with Arduino

MCP23017 is the I/O port extender that runs on 12C. It is 16-bit I/O expender.in this tutorial we are going to interface the single and multiple  mcp23017 with arduino.  fig:- mcp32017 module IT has 16 I/O ports from PA0 to PA7 and PB0 to PB7. first of all we are going to interface the single mcp23017 with Arduino. For this  connect the circuit as shown on figure. Download the library for mcp23017  from  sketch-- include library -- manage libraries.