You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
shows the open source Python projects trending today, this week, and this
104
+
month.</p>
105
+
</li>
106
+
<li>
107
+
<p>This list of <ahref="http://freepythontips.wordpress.com/2013/07/30/20-python-libraries-you-cant-live-without/">20 Python libraries you can’t live without</a>
108
+
is a wide-ranging collection from data analysis to testing tools.</p>
109
+
</li>
110
+
<li>
111
+
<p>Wikipedia actually has an extensive
112
+
<ahref="http://en.wikipedia.org/wiki/List_of_Python_software">page dedicated to Python libraries</a>
113
+
grouped by categories.</p>
114
+
</li>
115
+
</ul>
90
116
<h2>Isolating application dependencies</h2>
91
117
<p>Dependencies are installed separately from system-level packages to prevent
92
118
library version conflicts. The most common isolation method is
0 commit comments