Skip to content

fauen/python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d97c551 · Mar 19, 2025
May 30, 2024
Dec 15, 2024
Apr 8, 2024
May 29, 2024
May 15, 2024
Jun 3, 2024
May 7, 2024
Feb 13, 2025
Feb 13, 2025
Apr 25, 2024
Feb 7, 2024
May 28, 2024
Jan 25, 2024
Oct 30, 2024
May 29, 2024
Feb 7, 2025
Feb 4, 2025
Apr 3, 2024
Feb 8, 2025
Mar 3, 2025
Jan 21, 2025
Apr 10, 2024
Feb 13, 2025
Feb 7, 2024
Mar 6, 2024
Feb 7, 2024
May 23, 2024
Feb 4, 2025
Feb 13, 2025
Jan 25, 2024
Feb 3, 2025
May 29, 2024
Aug 28, 2023
Jan 30, 2024
Jan 21, 2025
May 8, 2024
Aug 13, 2023
May 30, 2024
Nov 20, 2023
Nov 1, 2023
Jan 14, 2024

Repository files navigation

python

Trying to learn a bit of python.

General structure

/
├── .env
├── Dockerfile
├── README.md
├── requirements.txt
└── src/
    └── main.py

I find this structure quite nice for my smaller projects. The Dockerfile is useful if the project can use it.

The only requirement that I have set for myself is that code should be in a src directory.
There should also be a README.md file that explains the function of the project.
requirements.txt should always be available if there are imports in the code.

.env is a nice to have, more for me so I don't have to input things manually.
Dockerfile if it's viable.

About

Trying to learn a bit of python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published