0% found this document useful (0 votes)
6 views

Python_Phidl_Instructions

The document provides guidance on installing Python and Anaconda, recommending Anaconda for its user-friendliness. It also suggests using Jupyter notebooks for executing Python scripts and provides links to relevant resources. Additionally, it introduces Phidl, a powerful design tool developed in Python, with a link to its documentation.

Uploaded by

suchibrata das
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views

Python_Phidl_Instructions

The document provides guidance on installing Python and Anaconda, recommending Anaconda for its user-friendliness. It also suggests using Jupyter notebooks for executing Python scripts and provides links to relevant resources. Additionally, it introduces Phidl, a powerful design tool developed in Python, with a link to its documentation.

Uploaded by

suchibrata das
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

EECE 5606 – Python & Phidl references

Python: you can install Python either through the official website or through Anaconda Distribution.
Python is a powerful programming language that allows you to set up different environments in which
you can install specific software packages to enable more advanced functionalities. An environment is
like a “sandbox”, and can be created at your convenience. I personally recommend using Anaconda
since it is more user friendly.

• Python website: https://www.python.org/downloads/


• Anaconda website: https://www.anaconda.com/products/distribution
• Brief Python guide: https://www.programiz.com/python-programming/tutorial

You can execute Python scripts within source-code editors or IDEs (such as Visual Studio Code or
PyCharm). If you are not expert, I’d strongly recommend running it through the browser-based Jupyter
notebook:

• https://jupyter.org/

Jupyter should already be installed if you installed Anaconda and can be run through the Anaconda
Powershell Prompt (Windows) or through the terminal (Mac) by prompting:

You should see a window like this opening in your browser:

Go to new > notebook and start coding!

Phidl: phidl is a very powerful design tool developed in Python. Guide:

• https://phidl.readthedocs.io/en/latest/

You might also like