Skip to content

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

Notifications You must be signed in to change notification settings

intltechventures/Lab.Python

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published