Python tutorial

variables

See https://docs.python.org/3/library/


a = 1
b = "Text"
c = None
d = True
# list
days = ["Sat", "Sun"]

print("Sat" in days) #Output result True
print("Mon" in days) #Output result False

list is sequence and mutable # days = ["Sat", "Sun"] tupple is immutable # days = ("Sat", "Sun") dict me={ "name":"zomggang", "age" : "secret"}

Flask host=0.0.0.0 means all If you access 0.0.0.0 with IPV4 address, you can access all hosts of local host.

Recommended Posts

Python tutorial
Python Django Tutorial (5)
Python Django Tutorial (2)
Python tutorial summary
Python Django Tutorial (8)
Python Django Tutorial (6)
Python Django Tutorial (7)
Python Django Tutorial (1)
Python Django tutorial tutorial
Python Django Tutorial (3)
Python Django Tutorial (4)
Python Django tutorial summary
Python
Python OpenCV tutorial memo
[Python tutorial] Data structure
Cloud Run tutorial (python)
[Python tutorial] Control structure tool
[Python] Decision Tree Personal Tutorial
Python Django Tutorial Cheat Sheet
kafka python
EEG analysis in Python: Python MNE tutorial
Python basics ⑤
python + lottery 6
Built-in python
Python comprehension
Python technique
sqlalchemy tutorial
Studying python
Python 2.7 Countdown
Python memorandum
Python FlowFishMaster
Python service
python function ①
Python basics
Python memo
ufo-> python (3)
Python comprehension
install python
Python Singleton
Python basics ④
Python Memorandum 2
python memo
Python Jinja2
Python increment
python tips
Installing Python 3.4.3.
Try python
Python memo
Python iterative
Python algorithm
PyODE Tutorial 2
[Python] Variables
Python functions
Python sys.intern ()
Python decimals
python underscore
Python summary
Start python
[Python] Sort
Note: Python
PyODE Tutorial 1