Profile
Achievement
tionazo's Recent Snippets
- All /
« Prev 1 Next »
Se puede escribir código HTML sin problema insertando además las variables php que se necesiten dentro del propio "relleno"
0
1185
posted 9 years ago by tionazo
Overview
In an earlier post "OS.walk in Python", I described how to use os.walk and showed some examples on how to use it in scripts.
In this article, I will show how to use the os.walk() module function to walk a
directory tree, and the fnma...
1
1100
posted 9 years ago by tionazo
Get all links from a website
from: http://www.pythonforbeginners.com/code/regular-expression-re-findall
0
2160
posted 9 years ago by tionazo