Skip to main content

Posts

Showing posts from October, 2020

How to install modules in python

 Hello guys today i am going to show you how  to install modules in python so here we go step by  step: Step 1 : Open Command Prompt(cmd). Step 2 : At the specified path write pip install your-module-name and hit enter key. For example given in picture. so here we successfully installed a python module .sorry for warning  it is showing because i haven't upgraded pip version with new version .if you want to upgrade pip you can use   : '-m pip install --upgrade pip' command By going through these simple steps you can install python module very easily in your system. Thankyou!!!

how to install pycharm community edition in your system

  Hello guys today i am going to tell you how to download and  install pycharm community edition on your windows operating system step by step so here we go : HERE IS THE LINK TO DOWNLOAD  PYCHARM :  link to download pycharm Step 1 : In the setup window click on next t o continue. Step 2 : Click next to continue. Step 3 : Keep this page setting as default do nothing just click next to continue. Step 4 : Click on install. Step 5 : Wait  till process of installation complete. Step 6 : Click on finish to complete the installation. Here your installation process is finished I am going to tell you to start with it so here we go :  Step 1 : When you start the pycharm this will open just directly check do not import setting. Step 2 : Check the given option to accept the agreement. Step 3 : Click on dont send option. Step 4 : Select skip remaining and set default.  Step 5 : Select create on new project.   Step 6 : Give your project name. Step 7 : Click on...