Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor and improve project structure #12

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

Tenvid
Copy link

@Tenvid Tenvid commented Sep 29, 2024

For python projects it is recommended to use
a tool like Poetry to manage dependencies easily.

It allows you to tell user which dependencies
are necessary, specify versions...
It is a great tool for python and easy to learn
following the official doc.

I also added .vscode to .gitignore because
it is a folder which is different for each
programmer, so it should not be pushed

Another change I made is to make a function
to create the downloads folder, because if it does not
exist, it has to be created

For python projects it is recommended to use
a tool like *Poetry* to manage dependencies easily.

It allows you to tell user which dependencies
are necessary, specify versions...
It is a great tool for python and easy to learn
following the official doc.

I also added .vscode to .gitignore because
it is a folder which is different for each
programmer, so it should not be pushed
'id' is a keyword in python, so you should avoid
using it as a variable name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant