DEV Community

Discussion on: Developing for the web with Flask; creating a web application.

Collapse
 
corentinbettiol profile image
Corentin Bettiol

Nice tutorial :)

However I would use python3 -m pip instead of pip and venv instead of virtualenv.

Some other comments are summarized in this txt file: misc.l3m.in/txt/python.txt

Collapse
 
billyndirangu profile image
billy_dev

thank you,
I will adopt this in my next project.
what difference does python3 -m pip have from using pip directly?

Collapse
 
corentinbettiol profile image
Corentin Bettiol

There's soooo much to tell :D

Adam Johnson has made a good list here: adamj.eu/tech/2020/02/25/use-pytho...

Thread Thread
 
billyndirangu profile image
billy_dev

Thank you, i get it now.
we keep coding