Results are not the same as Python tutoral
Discussions on Python.org
Results are not the same as Python tutoral
I am updating my knowledge of Python after a few years. I am using an introductory course from Chapter 2: Setting Up Python 3.14 - 10xdev.blog After installing Python and uv, the following instructions from the course notes are displayed Let’s create a simple project to see uv in action. Create & Navigate: Open your terminal, go where you keep your projects, and run: uv init my_first_project cd my_first_project Copy & Open Playground uv init creates the folder and sets up essential fi...
0 comments
No comments yet.