- Student Help Center
- Quantum Computing
- Quantum Tools
What is Jupyter / Python?
Programming Quantum Computers
Jupyter notebooks provide the developer with a file format to edit the file in a browser while running the Python code in interactive Python kernels.
The Jupyter notebooks lets the developer break up the code into smaller pieces that can be executed independently.
Python is a programming language that does not need compiling. It is executed by running it line by line. The current version is Python 3.
References:
- Python and Jupyter Notebooks:
https://qiskit.org/textbook/ch-prerequisites/python-and-jupyter-notebooks.html - Python:
https://www.python.org/ - Jupyter:
https://jupyter.org/ - IBM Quantum Services:
https://quantum-computing.ibm.com/services - Basic Qiskit Syntax:
https://qiskit.org/textbook/ch-appendix/qiskit.html - Learn in Qiskit:
https://qiskit.org/learn/ - Qiskit:
https://qiskit.org - Qiskit Documentation:
https://qiskit.org/documentation/index.html