tags: Python Programming language study Exchange artificial intelligence Scripting language
step 1)Open PyCharm Editor. You can see the introduction screen of PyCharm. To create a new project, click Create New Project.
Step 2)You need to choose a location.
1. You can choose where you want to create the project. If you don't want to change the location instead of staying the same, but at least change the name from "Untitled" to a more meaningful name, such as "FirstProject".
2.PyCharm should find the Python interpreter you installed earlier.
3. Next click the "Create" button.
Step 3)Now go to the "File" menu and select "New". Next, select "Python File".
Step 4)A new popup window will appear. Now enter the file name you want (here we give "HelloWorld") and click "OK".
Step 5)Now enter a simple program - print(’Hello World!’).

Friends who are learning Python can receive dry goods from group 862672474 and learn to communicate together.
Step 6)Now go to the Run menu and select Run to run the program.
Step 7)You can see the output of the program at the bottom of the screen.
Step 8)If you don't have Pycharm Editor installed, don't worry, you can still run the code from a command prompt. Enter the correct path to the file at the command prompt to run the program.
The output of the code will be

The above is the entire content of this article.
Finally, the little friends who learn Python can pick up the dry goods with the group 862672474 and learn to communicate together.
I hope to help you learn Python. I hope everyone is happy to learn and work smoothly!
Copy the following HTML code into a file (for example, Notepad Notepad) and save it as "first.html". After saving, double click“first.html” file. You will see a message box showi...
The following is a snippet from our new bookJavaScript: Novice Ninja, Second Edition , Written by Darren Jones. This is the ultimate beginner's guide to JavaScript. SitePoint premium members get acces...
Run your first Android Hello World program After the previous steps, the emulator has started right nowRun the Hello World project on the simulator The hammer button on the left is used to compile the...
It's been a while since I created a blog, but I haven't written it yet. Until today, I have aspirations for leisure. I decided to write my first blog, using AndroidSutdio to create the first program H...
Create a new Java file File suffix name .java Hello.java Write code Compiling Javac Java files to generate a class file Compile the Java Class file, run the class file Must pay attention to problems T...
In the previous one, we used to create a Django project. In this chapter, we will output the familiar "Hello world" Create a new view.py file in the HelloWorld directory created in the previ...
After installing python, you can write your own program - the first hello world the first method: In the Start -> Search cmd (command prompt) -> Input python -> write the statement print ( &q...
Python installation Python is cross-platform and can run on Windows, Mac and various Linux/Unix systems. Installation package download address:https://www.python.org/about/ Choose your own syst...
Configure Python compiler - select the location of the compiler you installed Compile: hello.py file Operation mode Shortcut key ctrl+shift+F10 to run Start key operation successfully run They come, t...