程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
您现在的位置: 程式師世界 >> 編程語言 >  >> 更多編程語言 >> Python

Python environment setup

編輯:Python

One 、 install Python

     at present Python There are two versions , One is 2.x edition , One is 3.x edition , The two versions are not compatible . because 3.x The version is becoming more and more popular , So I downloaded the latest Python 3.7 edition . Download path :https://www.python.org/downloads/windows/

  • choice 3.x edition

          

  • According to system version , Select the corresponding version to download and install

         

  • Installation steps

    • Check add python To environment variable

                     

    •   After successful installation , Enter at the command line python -V perhaps python, Check whether the installation is successful

                     

 

 

Two 、 install IDE

    Python It is also possible to use text editing tools directly , But I don't think so IDE convenient , What I choose here is Pycharm development tool , This tool and Android Studio Very similar , It won't be difficult to use .

        Go directly to the official website to download and install : https://www.jetbrains.com/pycharm/

        The professional version of this tool is not free , So you need to crack , The cracking steps are as follows :

  • take “0.0.0.0 account.jetbrains.com” And “0.0.0.0 www.jetbrains.com” Add to hosts In file ,hosts File directory :C:\Windows\System32\drivers\etc

           

  • Visit the following website to get the registration code : http://idea.lanyus.com/

            

  • Enter the registration code to crack ( If it doesn't , You can restart the network )

           

 

 


  1. 上一篇文章:
  2. 下一篇文章:
Copyright © 程式師世界 All Rights Reserved