intltechventures / Lab.Python

A repository that serves as my lab for exploring the Python language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lab.Python

A repository that serves as my lab for exploring the Python language

References

Python Package Index

Intel Python Distribution

  • https://software.intel.com/en-us/distribution-for-python
    • Support for Python 3.6
    • Performance accelerations: Scikit-learn with Intel® Data Analytics Acceleration Library (Intel® DAAL), fast Fourier transforms in SciPy and Numpy, universal functions (ufuncs) can use multiple cores and Single Instructions Multiple Data (SIMD), and neural network enhancements for pyDAAL

Useful Libraries

Anaconda

Python Style Guides

Interesting Python Related Blogs

Useful Commands to Remember

Update Pip

  • python -m pip install -U pip

Setting Up a Virtual Environment

  • $ mkdir Environments
  • $ cd Environments
  • $ python -m venv {my_project_env_name}

About

A repository that serves as my lab for exploring the Python language


Languages

Language:Batchfile 96.5%Language:Python 3.5%