Note de Python

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

Remarque: Python
Note de Python
Note d'apprentissage Python_002
Remarque: décorateur Python
[Python] Note d'apprentissage 1
Note d'apprentissage Python_004
Note d'apprentissage Python_003
[Remarque] openCV + python
Note du débutant Python
Note
[Note] future déclaration ~ Python ~
[Note] Lecture de fichier ~ Python ~
Note
Note
Remarque pour faire de python un démon
Note d'introduction Python Tkinter
Note d'entrée Python dans AtCoder
[Note] Faites fonctionner MongoDB avec Python
[WIP] Notes d'étude Fluent Python
Notes depuis 3 mois depuis que j'ai commencé Python
[AtCoder] Note personnelle ABC165C [Python]
Notez qu'il prend en charge Python 3
Une note sur [python] __debug__
python kafka
Django Note 4
Les bases de Python ⑤
Résumé Python
Notation d'inclusion Python
Technique Python
note de pyenv
Remarque Python: à propos de la comparaison en utilisant is
Étudier Python
Mémorandum Python
Python FlowFishMaster
Service Python
astuces python
[Note] Projet Euler en Python (problème 1-22)
fonction python ①
Les bases de Python
Mémo Python
ufo-> python (3)
Notation d'inclusion Python
GroupBy Remarque
Installer python
Python Singleton
Les bases de Python ④
Mémorandum Python 2
mémo python
Python: une note sur les classes 1 "Résumé"
Python Jinja2
Incrément Python
atCoder 173 Python
[Python] fonction
Installation de Python
Installer Python 3.4.3.
Essayez Python
Mémo Python