Python-Notiz

Basic

hello.py


#!/bin/python

print "Hello World"
$ ./hello.py
Hello World

File

file.py


#!/bin/python

import os.path

if os.path.isfile("error.log"):
        os.remove("error.log")
else:
        print "Doesn't exist"

write.py


#!/bin/python

# overwrite
log = open('access.log', 'w')
log.write("ABCD\n")
log.close()

# append write
log = open('access2.log', 'a+')
log.write("ABCD\n")
log.close()

Recommended Posts

Hinweis: Python
Python-Notiz
Python lernen note_002
Hinweis: Python-Dekorator
[Python] Lernnotiz 1
Python lernen note_004
Python lernen note_003
[Hinweis] openCV + Python
Python-Anfängernotiz
Memo
[Anmerkung] zukünftige Aussage ~ Python ~
[Hinweis] Datei lesen ~ Python ~
Memo
Memo
Beachten Sie, dass Python ein Daemon ist
Python Tkinter Primer Hinweis
Python-Eingabehinweis in AtCoder
[Hinweis] Betreiben Sie MongoDB mit Python
[WIP] Fluent Python-Studiennotizen
Notizen für 3 Monate, seit ich Python gestartet habe
[AtCoder] ABC165C Persönliche Notiz [Python]
Beachten Sie, dass es Python 3 unterstützt
Ein Hinweis zu [Python] __debug__
Kafka Python
Django Note 4
Python-Grundlagen ⑤
Python-Zusammenfassung
Python-Einschlussnotation
Python-Technik
pyenv note
Python Hinweis: Über den Vergleich mit is
Python studieren
Python-Memorandum
Python FlowFishMaster
Python-Dienst
Python-Tipps
[Hinweis] Project Euler in Python (Problem 1-22)
Python-Funktion ①
Python-Grundlagen
Python-Memo
Ufo-> Python (3)
Python-Einschlussnotation
GroupBy Hinweis
Installieren Sie Python
Python Singleton
Python-Grundlagen ④
Python-Memorandum 2
Python-Memo
Python: Ein Hinweis zu Klasse 1 "Abstract"
Python Jinja2
Python-Inkrement
atCoder 173 Python
[Python] -Funktion
Python-Installation
Python installieren 3.4.3.
Versuchen Sie Python
Python-Memo