# taichi-workshop **Repository Path**: ltt1598/taichi-workshop ## Basic Information - **Project Name**: taichi-workshop - **Description**: No description available - **Primary Language**: Python - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-12-24 - **Last Updated**: 2021-12-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # taichi-workshop The sample code used in the taichi workshop of python meetup Beijing on Dec. 25, 2021 To run the Julia set example: ``` cd taichi-workshop python fractal.py ``` N-body.py is the starter script for the workshop. You can run it by ``` python workshop.py ```