Python Power Tools: virtualenvwrapper

preview_player
Показать описание
In this series of videos, I'll introduce you to several tools that you can add to your arsenal to become a better, more productive, programmer.
Рекомендации по теме
Комментарии
Автор

Wanted to say thank you for the videos on virtualenv and virtualenvwrapper. I'm a long time developer wading into Python. One of the things that is often overlooked in tutorials (especially for more experienced developers) is the build environment and its tools. I started with a Django tutorial and as an experienced dev I started asking myself the bigger questions about build and deployment. For me, when approaching a new development technology, this is usually the greatest source of confusion. I had watched several other videos, but yours (even 4 years later) was clear. You completely demystified the subject for me and gave me some great tools. Thanks!

jasonfreeman
Автор

Very nice. I was finally able to get up and running with this after struggling with the docs alone.

tomr
Автор

Excellent tutorial, you clarified all my questions about using virtualenvwrapper for my next project. Thanks!

FunkyLemonadeInc
Автор

NICE .. virtualenvwrapper is a lot of commands. Only people who have used virtualenv will find this tutorial easy :)

mayuroks
Автор

be careful to use virtualenvwrapper with anaconda, because both use the function deactivate, and this will be problem (if you call deactivate via virtualenvwrapper that calls anaconda deactivate function)

btw thanks for nice tutorial +Tuts +Code, very well explained

danst.
Автор

i know that voice, , like you the way you explain you are great

Gingercats
Автор

The stuff on hooks was not clear in this and the previous videos, rest was really good stuff !

malharjajoo