The code used in this lesson or you can visit: https://www.scholarshipin.com/topic/f...
print('This is our first python code')
print("Hello Python")
print("Now we can print outputs.")
print('*' * 20)
In this section, we are going to write our first python. It is going to be very basic. The purpose of this lesson is to introduce you with the PyCharm coding environment. After completing this lesson, you will be confident in PyCharm coding environment.
Let’s go ahead and create a python project. Launch the PyCharm. Then, from the welcome page, click on ‘New Project’. Here, give your project a name. Let’s call it Python Programming. Then chose the base interpreter. Make sure you choose the appropriate interpreter. Here is an option to create a ‘main’ welcome script. If you want it, you can check it. I am going to uncheck it so that I can show everything from scratch. PyCharm shows tips at the beginning. We don’t need it. So, check this ‘Don’t show tips’ box and close it. Sometimes, based on the PyCharm settings, instead of landing on the welcome page, the previous project will start. In this case, you can go to File, and create a new project. Rest of the things are same as before. I am not going to create another project. Because we have already created one.
On the project panel, right click on the project name, go to New, then click on Python File. Let’s name it lesson-1 and hit enter. You can see the python fine has been created with ‘.py’ extension.
Now simply type the following code:
print('This is our first python code')
print("Hello Python")
print("Now we can print outputs.")
print('*' * 20)
Then right click on the python file and click on Run.
Down below, you should see this little terminal window, here you can see our results for output for our program. So, practice showing output on the terminal window. And I will see you in the next tutorial.
Смотрите видео First Python Code онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь Nuruzzaman Faruqui 29 Июль 2021, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 58 раз и оно понравилось 1 людям.