Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

6 total results found

Installing Python (Windows)

How To Guides Python

For Windows: If your laptop is new, and you have never used it to compile a Python file, it is most likely that it does not have it installed already, but it is always good practice to check first. Open your Windows terminal. For Windows, you can access diffe...

Python language

How To Guides Python

If you are brand new to the Python programming language, you first need to have it properly installed on your computer. To run a Python program, you will need a Python interpreter. If you try to install Python from the official page python.org, you are essenti...

Installing Python (MacOS)

How To Guides Python

NOTE: Mac OS no longer has a pre-installed version of Python in their systems (Starting from macOS Catalina). For Mac users, there are different ways to install Python: by going to the official Python page and installing it directly from t...

Setting up environments

How To Guides Python

Global and Virtual environments Now that we have installed Python, we mentioned that it comes with certain pre-installed basic libraries. But what happens when you want to use Python for a specific task and need to install additional packages? For this, Python...

How to enable GPU support with TensorFlow (macOS)

How To Guides Python

If you are using one of the laptops on loan of the CCI, or have a Macbook of your own with an M1/M2/M3 chip, here is what you can do to make full use of this chip with Tensorflow. Requirements: macOS 12.0 or later Python 3.8 or later Mac with M1/M2/M3 chip ...

Enable GPU support with Pytorch (macOS)

How To Guides Python

This tutorial is to enable the use of the GPU in the Macbooks available on the lockers. All of these computers have Python and Anaconda already installed, so if you are using your personal computer, make sure that you have that installed before starting this t...