This PEP proposes the creation of a new standard library module named profiling to organize Python’s built-in profiling tools under a single, coherent namespace. (more…)
Read more »
HTTP Request & Response Service, written in Python + Flask. - GitHub - psf/httpbin: HTTP Request & Response Service, written in Python + Flask. (more…)
Read more »
Introduction I prefer to use relational (SQL) databases in general since they provide several features that are very useful when working with data. SQLite is a great choice since the database is a single file, which makes it easier to share data. Even tho... (more…)
Read more »
Useful script that will automatically move files from desktop to given folder. (more…)
Read more »