# 2023 iGEM Software New Members Tutorial **Repository Path**: igem_ucas_china/2023-i-gem-software-new-members-tutorial ## Basic Information - **Project Name**: 2023 iGEM Software New Members Tutorial - **Description**: 2023 iGEM 软件组教程 - **Primary Language**: Unknown - **License**: CC-BY-4.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-11-20 - **Last Updated**: 2025-12-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 2023 iGEM Software New Members Tutorial #### Description Tutorials for software developers in 2023 iGEM. #### File Structure ``` |---homework | |---week1 | | |---zhou-qiang | | | |---1.py | | | |---2.py | | | |---3.py | | | | | |---liu-siyuan | | |---ma-shizhuang | | | |---week2 | |---lessons | |---week0-installation.pdf | |---week1-python-basics.pdf | |---week1-git.pdf | |---others ``` #### Downloading PPT Slides You can find them in our QQ group, or you can download them from Gitee. They are placed in the `lessons` directory. #### Submitting homework If you know how to use Git, then you can submit your homework to this Gitee repository; if you don't know how to use Git, you can also send your code to the group leader. Follow these steps, and then you can submit your homework in this repository. - Clone this repository to your computer. - Find this week's directory in the `homework` folder(`week1` for the first lesson, etc). Create a new folder and name it using your name's Pinyin. Remember to add a `-` between your last name and your first name, for example, `ma-shizhuang`. - Copy all your code into this folder, and change the names of files according to the order of the homework, for example, `1.py` for the first problem in the homework. - Use `git pull + git add + git commit + git push` and upload your code to our Gitee repository.