Python starts from scratch - 02 programming environment configuration

       The installation of Python is relatively simple. Go to the following path to download the relevant installation file (select executable installer), and install it directly:

https://www.python.org/downloads/windows/

       I am using a windows system, so I choose windows X86-64 executable installer. After the installation is complete, enter python in CMD, you can see the version information of python.

        


       Although many great gods recommend just starting to learn programming, it is best to type the code directly in CMD and run it; but my memory is average, there is no automatic code prompt, and it is still difficult to write the code, so I chose to learn more in practice. Handy pyCharm.

       The installation of pyCharm is relatively simple, and there is a lot of information on the Internet. I will not repeat the entire content here. I will only share the link of the cracking method found on the Internet, https://jingyan.baidu.com/article/a378c960daf80eb328283033.html . Also note that you can choose to download  JetbrainsCrack-2.7-release-str.jar at present; the statement added after the corresponding file is -javaagent:C:\PyCharm2017.3.4\bin\JetbrainsCrack-2.7-release-str.jar; the latter The jar file path can be adjusted according to the path of your own installation. For other cracking steps, follow the methods given in this link. I successfully installed the following version of pycharm by this method. 

       

 




Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325708131&siteId=291194637