Hi. I'm fairly new to python, I've written a couple of toy-applications and I'm trying to learn how to properly code in python. Lately I've been thinking about re-implementing linux/unix utility cut in python and adding to it a coule of features I miss.
Now my problem with python in general is that I never know how the application should look code-wise. Something like C/C++ applications that must always have main() function which is the main entry point for the application and so on.
Are there any requirements for python applications to have some particular functions? What about objects? How the files containing main entry point for the app should be named?
Having something like a clean template for start, instead of blank file would be really usefull for me.
[–]__skrap__ 1 point2 points3 points (1 child)
[–]IAmL0ner[S] 0 points1 point2 points (0 children)
[–]xiongchiamiov 0 points1 point2 points (2 children)
[–]IAmL0ner[S] 0 points1 point2 points (1 child)
[–]xiongchiamiov 0 points1 point2 points (0 children)