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

9 total results found

Python language

How To Guides Jumpstart Python (set up)

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. There are a few ways you can install Python in your computer: NOTE: ...

Python environments

How To Guides Jumpstart Python (set up)

If you have not read the last post about Python we strongly recommend you have a read, just for the introduction of why Python versions play a big role on the importance of environments. In that last post, we also mentioned that installing Python directly from...

How to enable GPU support with TensorFlow (macOS)

How To Guides Jumpstart Python (set up)

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 Jumpstart Python (set up)

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...

Floor plans all CCI buildings

Buildings

CCI Buildings CCI is divided into three buildings, two in South London and one in Central London. Here is a clever map to let you know where we are. If you want to know a more exact location, you can visit the Buildings section of this page: Looking for a cl...

Create a Python Environment with Anaconda

How To Guides Jumpstart Python (set up)

There are different ways to build Python environments. Deciding which option is the best one for you just depends on: How much storage space you have left in your computer. How familiar are you with using your command line General preference So in this post,...

Create a Python environment with Miniconda

How To Guides Jumpstart Python (set up)

Installing Miniconda NOTE: Please be mindful that Miniconda has no user interface and only offers the `conda` prompt and Python. It also requires general knowledge of how the terminal works. Graphical installer: macOS You must download th...

Create Python environment with Venv

How To Guides Jumpstart Python (set up)

Python environments (venv): For this type of environment, the only requirement for your computer is to have a version of Python installed on it. venv is a Python module that supports lightweight virtual environments. NOTE: If you have not yet ins...

Computer specification (Windows and Mac)

How To Guides Jumpstart Python (set up)

There are many softwares that require you to know the specifications of your computer hardware. For Mac users If its a computer older than 2020, it is more likely to run on an Intel chip. To check this, go to the little Apple logo that its on the left upper co...