Development Environments and Package Management in Python 3

Currently reading:
 Development Environments and Package Management in Python 3

mayoufi

Member
Amateur
LV
5
Joined
Oct 22, 2023
Threads
3,280
Likes
291
Awards
11
Credits
357©
Cash
0$
3389f343a7af1ed7ea8e4bc83844a2f1.png


Development Environments and Package Management in Python 3
Duration: 1h 40m | .MP4 1280x720, 30 fps(r) | AAC, 48000 Hz, 2ch | 236 MB
Genre: eLearning | Language: English


Just about every serious Python project depends on third-party libraries. In this course you will learn how to setup the environment for your project, install and manage third-party packages, and manage the requirements for your project.

What you'll learn
As your projects grow and become more complex, they will depend more and more on other python packages. Managing these dependencies can be challenging sometimes. In this course, Development Environments and Package Management in Python 3, you'll learn everything you need to manage your Python project dependencies. First, you'll take a closer look at pip and the features it offers for various installation scenario's and versioned dependencies. Next, you'll dive into virtual environments and see how you can configure your project for different environments, solving common problems, and more. After that, you'll go into two newer, powerful tools that aim to replace pip and venv: poetry and venv. At the end of this course, you'll have all the necessary skills that a Python developer will need to manage the dependencies of their projects.

 

Create an account or login to comment

You must be a member in order to leave a comment

Create account

Create an account on our community. It's easy!

Log in

Already have an account? Log in here.

Tips
Top Bottom