wshasem.blogg.se

2.7.9 installing python library
2.7.9 installing python library







2.7.9 installing python library 2.7.9 installing python library
  1. #2.7.9 installing python library install#
  2. #2.7.9 installing python library code#

You will begin at ground zero and see Python installation.

#2.7.9 installing python library code#

In this tutorial, you will see less executable code but more commands and concept discussion of the different flavors of technical Python jargon that is used in the Python community related to package management. So now that the meaning of 'package' is determined in the context of this article, let's begin. However the context is important, so as to not confuse it with 'import Package' - which is also commonly called just a 'package' or with another kind of distribution, like a Linux distribution or a computer language distribution - which are often referred to with the single term 'distribution'. This article aims to help you understand the various available tools that make your life easier for using and maintaining the many Python packages that you shall come across as a data scientist and a programmer in general.Ī distribution package is more commonly referred to as 'package' or 'distribution'.

#2.7.9 installing python library install#

The archive file is what you as an end-user download from the internet and install - thus, distribution packages are of major importance to the community to share and distribute their projects. This article is about 'Distribution Package', which is a versioned archive file that contains Python modules, packages and other resource files that are used to distribute a particular Release (think of it as versioned projects).

2.7.9 installing python library

However, this article is NOT about such packages. It is the kind of Python package that you import in your Python code. Package is a Python module which can contain other modules or recursively, other packages. Before we begin, let's do a quick glossary check and determine what a 'Python package' REALLY is.









2.7.9 installing python library