[Note] Hello world output with python

Basic basics

First of all, this is it. Outputs Hello world. This is an article like this, but I want to do my best to post one post a day.

Development environment

- Windows10 - corei5 -The editor is Visual Studio Code introduced from Anaconda

I'll try it right away

First, start Anaconda. As I just learned, you can take a screenshot ** by pressing ** shift + Windows key + s ** to make a ** range. Moreover, you can copy and paste as it is. Convenient. Start VS Code at the bottom left. image.png Vscode has started. The code has already been written, but for the time being, I will go as it is for memorandum. image.png Select the working folder in the upper left (the name is arbitrary. This time it is for qiita). If there is no folder, click the create folder icon to create any working folder. Then click the create file icon to create a file called "hello.py". If the extension is .py, it will be a file for Python. I tried to process the image a little. I am processing with PowerPoint. image.png The file has been created. The right part is the code input area. image.png Enter the code as shown below. By the way, when inputting qiita with Markdown, if you insert the code as below, you need to enclose the code with back quotes. In case of Windows, you can enter back quotes with shift + @.

hello.py


print("hello world")

image.png I will execute it in the future, but it can not be executed unless it is saved once, so let's save it with Ctrl + s. This is important. Now it's time to run. To run it, click Run python file in the upper right terminal. Then, the execution result is displayed in the lower right terminal. There is a sense of accomplishment. image.png

Recommended Posts

[Note] Hello world output with python
Python starting with Hello world!
hello world with ctypes
Hello, World with Docker
Hello world with flask
Hello World and face detection with OpenCV 4.3 + Python
Hello World with nginx + uwsgi + python on EC2
First python ① Environment construction with pythonbrew & Hello World !!
Draw hello world with mod_wsgi
Hello World with Flask + Hamlish
Try Python output with Haxe 3.2
[Note] Operate MongoDB with Python
Hello, world! With virtual CAN communication
Output to csv file with Python
Input / output with Python (Python learning memo ⑤)
(Note) Be careful with python argparse
Note: Python
Unit test log output with python
cout << "Hello, World! \ N" in python
Python note
Hello world
Hello World! By QPython with Braincrash
Python #Hello World for super beginners
Getting Started with Heroku-Viewing Hello World in Python Django with Raspberry PI 3
[Python] Web application from 0! Hands-on (2) -Hello World-
Hello World and face detection with opencv-python 4.2
[Note] Get data from PostgreSQL with Python
Python to remember only with hello, worlds
Output color characters to pretty with python
Hello World with Raspberry Pi + Minecraft Pi Edition
Output Python log to console with GAE
[Personal note] Web page scraping with python3
Trying to handle SQLite3 with Python [Note]
UnicodeEncodeError struggle with standard output of python3
A typed world that begins with Python
How to display Hello world in python
Hello World! By QPython with Brainfu * k
Python study note_002
Note: Python Decorator
FizzBuzz with Python3
Python programming note
Scraping with Python
[Python] Learning Note 1
Statistics with python
[AWS] Create a Python Lambda environment with CodeStar and do Hello World
Scraping with Python
Python with Go
Pymacs hello world
Python study note_004
Integrate with Python
AES256 with python
Tested with Python
python starts with ()
with syntax (Python)
Python study note_003
Bingo with python
Zundokokiyoshi with python
[Note] openCV + python
Python beginner's note
Excel with Python
cython hello world