├── Exercise04_C#Introduction_SECG.gh ├── Exercise05_C#Introduction_SECG.gh ├── Geometry Gems #5 Clean Duplicate Points_Python.gh ├── LiveStream06_Exercise01_C#Introduction.gh ├── ParametriCamp_AlgorithmicModelingChallenges_Python ├── AM_004_VisualizingMotion_Python_01.gh └── motion_01a.csv ├── ParametriCamp_CodeGems_Python ├── CSV_Reader_v1.0.ipynb └── grades.csv ├── ParametricCamp_AdvancedDevelopment ├── 2.2 Using_python_Component.gh ├── 3.2 Scripting with Geometry_py.gh ├── 3.3 Advanced Geometry_py.gh ├── 4.1 Classes Vs. Structs_py.gh ├── 4.2 List as Data Inputs_py.gh ├── 4.3 DataTrees_py.gh ├── 4.5 Extending Script Functionality_py.gh └── E.1 Utility_Components_py.gh ├── ParametricCamp_ComputationalDesignLS_LearningC#ToPython ├── 01_HelloWorld.gh ├── 01_HelloWorld.py ├── 04_Operators.gh ├── 05_Expressions.gh ├── 06_Iterations.gh ├── 07_Lists.gh ├── 08_Functions.gh ├── 2.2 Using_python_Component.gh ├── 3. Variables.ipynb ├── 3.2_Variables_Types.py ├── 3.3_Variables_Declaration&Assigment.py ├── 3.4_Variables_StateBasedValues.py ├── 3.5 Advanced Arithmetic_Py.gh ├── 3.5_Variables_TypeConversions.py ├── 3.7_Variables_NamingConventions.py ├── 4. Operators .ipynb ├── 4.2_Operators.py ├── 4.3_ModuloOperator.py ├── 4.4 Increment and Decrement Operators.py ├── 4.5 OperatorPrecedence.py ├── 4.6_OperationsWithStrings.py ├── 4.6_StringsInterpolation.py ├── 4.7_ArithmeticFunctions.py ├── 5. Expressions.ipynb ├── 5.1_Expressions01.py ├── 5.2_ConditionalIfStatements01.py ├── 5.3 LogicalOperators a.py ├── 5.3_LogicalOperators01.py ├── 6.1 Iterations.ipynb ├── 6.1_Iterations_WhileLoop.py ├── 6.2_Iterations_ForLoops.py ├── 6.3_Iterations_NestedLoops.py ├── 6.4_Iterations_BreakStatements.py ├── 6.5_VariableScope.py ├── 61_Enums_py.ipynb ├── 61_enums.py ├── 62_2Darray.py ├── 62_2Darray_py.ipynb ├── 63_OutputParameter.ipynb ├── 63_OutputParameter.py ├── 7.1 DataStructures.ipynb ├── 7.2_Lists.py ├── 7.3_Arrays.py ├── 8. Functions.ipynb ├── 8.2_FunctionsDeclaration.py ├── 8.2_FunctionsDeclaration_b.py ├── 8.2_FunctionsDeclaration_c.py ├── 8.4_FunctionsOverloads.py ├── 8.5_FunctionScoping.py ├── 8.6_VoidFuntions.py ├── 9. Classes.ipynb ├── 9.1_ClassExample01_.py ├── 9.2_ClassExample02_.py ├── 9.2_ClassExample03_.py ├── 9.2_ClassExample04_.py ├── 9.2_ClassExample05_.py ├── 9.2_ClassExample06_.py ├── ComputationalDesingLiveStream38_Hoopsnake.gh ├── E.1 Calculator_01.py ├── E.1 Greeting Machine.ipynb ├── E.1 Greeting Machine_01.py ├── E.1 Utility_Components_py.gh ├── E.2 Calculator.ipynb ├── E.3 NumericalSeries_01.ipynb ├── E.3 NumericalSeries_01.py ├── E03_NumericalSeries.gh ├── E4AsciiArt.py └── LiveStream38.gh ├── ParametricCamp_GeometryGems_python ├── Geometry Gem #3- Ramer-Douglas-Peucker Polyline Simplification_py.gh ├── Geometry Gems #10 Clean Duplicate Lines_py.gh ├── Geometry Gems #11 Point in Local Coordinates_Python.gh ├── Geometry Gems #13 Vector Length_Python.gh ├── Geometry Gems #14 Unitize Vector_Python.gh ├── Geometry Gems #2 Point to Line Distance_py.gh ├── Geometry Gems #4 Distance Between 2 Points_py.gh ├── Geometry Gems #5 Clean Duplicate Points_Python.gh ├── Geometry Gems #7 Point Along Line_Python.gh └── Geometry Gems #8 Chaikins Algorithm_Python.gh ├── ParametricCamp_webSockets └── ws │ └── server-echo │ ├── clientPcamp01.py │ ├── serverPcamp01.py │ └── serverws01.py ├── labACD-RecursiveFunctions-CSharp-v2_py.gh └── labADC-RecursiveFunction_python.gh /Exercise04_C#Introduction_SECG.gh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secg-sr1/ComputationalDesign_C--_To_Python/HEAD/Exercise04_C#Introduction_SECG.gh -------------------------------------------------------------------------------- /Exercise05_C#Introduction_SECG.gh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secg-sr1/ComputationalDesign_C--_To_Python/HEAD/Exercise05_C#Introduction_SECG.gh -------------------------------------------------------------------------------- /Geometry Gems #5 Clean Duplicate Points_Python.gh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secg-sr1/ComputationalDesign_C--_To_Python/HEAD/Geometry Gems #5 Clean Duplicate Points_Python.gh -------------------------------------------------------------------------------- /LiveStream06_Exercise01_C#Introduction.gh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secg-sr1/ComputationalDesign_C--_To_Python/HEAD/LiveStream06_Exercise01_C#Introduction.gh -------------------------------------------------------------------------------- /ParametriCamp_AlgorithmicModelingChallenges_Python/AM_004_VisualizingMotion_Python_01.gh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secg-sr1/ComputationalDesign_C--_To_Python/HEAD/ParametriCamp_AlgorithmicModelingChallenges_Python/AM_004_VisualizingMotion_Python_01.gh -------------------------------------------------------------------------------- /ParametriCamp_AlgorithmicModelingChallenges_Python/motion_01a.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secg-sr1/ComputationalDesign_C--_To_Python/HEAD/ParametriCamp_AlgorithmicModelingChallenges_Python/motion_01a.csv -------------------------------------------------------------------------------- /ParametriCamp_CodeGems_Python/CSV_Reader_v1.0.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secg-sr1/ComputationalDesign_C--_To_Python/HEAD/ParametriCamp_CodeGems_Python/CSV_Reader_v1.0.ipynb -------------------------------------------------------------------------------- /ParametriCamp_CodeGems_Python/grades.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secg-sr1/ComputationalDesign_C--_To_Python/HEAD/ParametriCamp_CodeGems_Python/grades.csv -------------------------------------------------------------------------------- /ParametricCamp_AdvancedDevelopment/2.2 Using_python_Component.gh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secg-sr1/ComputationalDesign_C--_To_Python/HEAD/ParametricCamp_AdvancedDevelopment/2.2 Using_python_Component.gh -------------------------------------------------------------------------------- /ParametricCamp_AdvancedDevelopment/3.2 Scripting with Geometry_py.gh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secg-sr1/ComputationalDesign_C--_To_Python/HEAD/ParametricCamp_AdvancedDevelopment/3.2 Scripting with Geometry_py.gh -------------------------------------------------------------------------------- /ParametricCamp_AdvancedDevelopment/3.3 Advanced Geometry_py.gh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secg-sr1/ComputationalDesign_C--_To_Python/HEAD/ParametricCamp_AdvancedDevelopment/3.3 Advanced Geometry_py.gh -------------------------------------------------------------------------------- /ParametricCamp_AdvancedDevelopment/4.1 Classes Vs. Structs_py.gh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secg-sr1/ComputationalDesign_C--_To_Python/HEAD/ParametricCamp_AdvancedDevelopment/4.1 Classes Vs. Structs_py.gh -------------------------------------------------------------------------------- /ParametricCamp_AdvancedDevelopment/4.2 List as Data Inputs_py.gh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secg-sr1/ComputationalDesign_C--_To_Python/HEAD/ParametricCamp_AdvancedDevelopment/4.2 List as Data Inputs_py.gh -------------------------------------------------------------------------------- /ParametricCamp_AdvancedDevelopment/4.3 DataTrees_py.gh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secg-sr1/ComputationalDesign_C--_To_Python/HEAD/ParametricCamp_AdvancedDevelopment/4.3 DataTrees_py.gh -------------------------------------------------------------------------------- /ParametricCamp_AdvancedDevelopment/4.5 Extending Script Functionality_py.gh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secg-sr1/ComputationalDesign_C--_To_Python/HEAD/ParametricCamp_AdvancedDevelopment/4.5 Extending Script Functionality_py.gh -------------------------------------------------------------------------------- /ParametricCamp_AdvancedDevelopment/E.1 Utility_Components_py.gh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secg-sr1/ComputationalDesign_C--_To_Python/HEAD/ParametricCamp_AdvancedDevelopment/E.1 Utility_Components_py.gh -------------------------------------------------------------------------------- /ParametricCamp_ComputationalDesignLS_LearningC#ToPython/01_HelloWorld.gh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secg-sr1/ComputationalDesign_C--_To_Python/HEAD/ParametricCamp_ComputationalDesignLS_LearningC#ToPython/01_HelloWorld.gh -------------------------------------------------------------------------------- /ParametricCamp_ComputationalDesignLS_LearningC#ToPython/01_HelloWorld.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secg-sr1/ComputationalDesign_C--_To_Python/HEAD/ParametricCamp_ComputationalDesignLS_LearningC#ToPython/01_HelloWorld.py -------------------------------------------------------------------------------- /ParametricCamp_ComputationalDesignLS_LearningC#ToPython/04_Operators.gh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secg-sr1/ComputationalDesign_C--_To_Python/HEAD/ParametricCamp_ComputationalDesignLS_LearningC#ToPython/04_Operators.gh -------------------------------------------------------------------------------- /ParametricCamp_ComputationalDesignLS_LearningC#ToPython/05_Expressions.gh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secg-sr1/ComputationalDesign_C--_To_Python/HEAD/ParametricCamp_ComputationalDesignLS_LearningC#ToPython/05_Expressions.gh -------------------------------------------------------------------------------- /ParametricCamp_ComputationalDesignLS_LearningC#ToPython/06_Iterations.gh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secg-sr1/ComputationalDesign_C--_To_Python/HEAD/ParametricCamp_ComputationalDesignLS_LearningC#ToPython/06_Iterations.gh -------------------------------------------------------------------------------- /ParametricCamp_ComputationalDesignLS_LearningC#ToPython/07_Lists.gh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secg-sr1/ComputationalDesign_C--_To_Python/HEAD/ParametricCamp_ComputationalDesignLS_LearningC#ToPython/07_Lists.gh -------------------------------------------------------------------------------- /ParametricCamp_ComputationalDesignLS_LearningC#ToPython/08_Functions.gh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secg-sr1/ComputationalDesign_C--_To_Python/HEAD/ParametricCamp_ComputationalDesignLS_LearningC#ToPython/08_Functions.gh -------------------------------------------------------------------------------- /ParametricCamp_ComputationalDesignLS_LearningC#ToPython/2.2 Using_python_Component.gh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secg-sr1/ComputationalDesign_C--_To_Python/HEAD/ParametricCamp_ComputationalDesignLS_LearningC#ToPython/2.2 Using_python_Component.gh -------------------------------------------------------------------------------- /ParametricCamp_ComputationalDesignLS_LearningC#ToPython/3. Variables.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secg-sr1/ComputationalDesign_C--_To_Python/HEAD/ParametricCamp_ComputationalDesignLS_LearningC#ToPython/3. Variables.ipynb -------------------------------------------------------------------------------- /ParametricCamp_ComputationalDesignLS_LearningC#ToPython/3.2_Variables_Types.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secg-sr1/ComputationalDesign_C--_To_Python/HEAD/ParametricCamp_ComputationalDesignLS_LearningC#ToPython/3.2_Variables_Types.py -------------------------------------------------------------------------------- /ParametricCamp_ComputationalDesignLS_LearningC#ToPython/3.3_Variables_Declaration&Assigment.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secg-sr1/ComputationalDesign_C--_To_Python/HEAD/ParametricCamp_ComputationalDesignLS_LearningC#ToPython/3.3_Variables_Declaration&Assigment.py -------------------------------------------------------------------------------- /ParametricCamp_ComputationalDesignLS_LearningC#ToPython/3.4_Variables_StateBasedValues.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secg-sr1/ComputationalDesign_C--_To_Python/HEAD/ParametricCamp_ComputationalDesignLS_LearningC#ToPython/3.4_Variables_StateBasedValues.py -------------------------------------------------------------------------------- /ParametricCamp_ComputationalDesignLS_LearningC#ToPython/3.5 Advanced Arithmetic_Py.gh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secg-sr1/ComputationalDesign_C--_To_Python/HEAD/ParametricCamp_ComputationalDesignLS_LearningC#ToPython/3.5 Advanced Arithmetic_Py.gh -------------------------------------------------------------------------------- /ParametricCamp_ComputationalDesignLS_LearningC#ToPython/3.5_Variables_TypeConversions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secg-sr1/ComputationalDesign_C--_To_Python/HEAD/ParametricCamp_ComputationalDesignLS_LearningC#ToPython/3.5_Variables_TypeConversions.py -------------------------------------------------------------------------------- /ParametricCamp_ComputationalDesignLS_LearningC#ToPython/3.7_Variables_NamingConventions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secg-sr1/ComputationalDesign_C--_To_Python/HEAD/ParametricCamp_ComputationalDesignLS_LearningC#ToPython/3.7_Variables_NamingConventions.py -------------------------------------------------------------------------------- /ParametricCamp_ComputationalDesignLS_LearningC#ToPython/4. Operators .ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secg-sr1/ComputationalDesign_C--_To_Python/HEAD/ParametricCamp_ComputationalDesignLS_LearningC#ToPython/4. Operators .ipynb -------------------------------------------------------------------------------- /ParametricCamp_ComputationalDesignLS_LearningC#ToPython/4.2_Operators.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secg-sr1/ComputationalDesign_C--_To_Python/HEAD/ParametricCamp_ComputationalDesignLS_LearningC#ToPython/4.2_Operators.py -------------------------------------------------------------------------------- /ParametricCamp_ComputationalDesignLS_LearningC#ToPython/4.3_ModuloOperator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secg-sr1/ComputationalDesign_C--_To_Python/HEAD/ParametricCamp_ComputationalDesignLS_LearningC#ToPython/4.3_ModuloOperator.py -------------------------------------------------------------------------------- /ParametricCamp_ComputationalDesignLS_LearningC#ToPython/4.4 Increment and Decrement Operators.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secg-sr1/ComputationalDesign_C--_To_Python/HEAD/ParametricCamp_ComputationalDesignLS_LearningC#ToPython/4.4 Increment and Decrement Operators.py -------------------------------------------------------------------------------- /ParametricCamp_ComputationalDesignLS_LearningC#ToPython/4.5 OperatorPrecedence.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secg-sr1/ComputationalDesign_C--_To_Python/HEAD/ParametricCamp_ComputationalDesignLS_LearningC#ToPython/4.5 OperatorPrecedence.py -------------------------------------------------------------------------------- /ParametricCamp_ComputationalDesignLS_LearningC#ToPython/4.6_OperationsWithStrings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secg-sr1/ComputationalDesign_C--_To_Python/HEAD/ParametricCamp_ComputationalDesignLS_LearningC#ToPython/4.6_OperationsWithStrings.py -------------------------------------------------------------------------------- /ParametricCamp_ComputationalDesignLS_LearningC#ToPython/4.6_StringsInterpolation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secg-sr1/ComputationalDesign_C--_To_Python/HEAD/ParametricCamp_ComputationalDesignLS_LearningC#ToPython/4.6_StringsInterpolation.py -------------------------------------------------------------------------------- /ParametricCamp_ComputationalDesignLS_LearningC#ToPython/4.7_ArithmeticFunctions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secg-sr1/ComputationalDesign_C--_To_Python/HEAD/ParametricCamp_ComputationalDesignLS_LearningC#ToPython/4.7_ArithmeticFunctions.py -------------------------------------------------------------------------------- /ParametricCamp_ComputationalDesignLS_LearningC#ToPython/5. Expressions.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secg-sr1/ComputationalDesign_C--_To_Python/HEAD/ParametricCamp_ComputationalDesignLS_LearningC#ToPython/5. Expressions.ipynb -------------------------------------------------------------------------------- /ParametricCamp_ComputationalDesignLS_LearningC#ToPython/5.1_Expressions01.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secg-sr1/ComputationalDesign_C--_To_Python/HEAD/ParametricCamp_ComputationalDesignLS_LearningC#ToPython/5.1_Expressions01.py -------------------------------------------------------------------------------- /ParametricCamp_ComputationalDesignLS_LearningC#ToPython/5.2_ConditionalIfStatements01.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secg-sr1/ComputationalDesign_C--_To_Python/HEAD/ParametricCamp_ComputationalDesignLS_LearningC#ToPython/5.2_ConditionalIfStatements01.py -------------------------------------------------------------------------------- /ParametricCamp_ComputationalDesignLS_LearningC#ToPython/5.3 LogicalOperators a.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secg-sr1/ComputationalDesign_C--_To_Python/HEAD/ParametricCamp_ComputationalDesignLS_LearningC#ToPython/5.3 LogicalOperators a.py -------------------------------------------------------------------------------- /ParametricCamp_ComputationalDesignLS_LearningC#ToPython/5.3_LogicalOperators01.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secg-sr1/ComputationalDesign_C--_To_Python/HEAD/ParametricCamp_ComputationalDesignLS_LearningC#ToPython/5.3_LogicalOperators01.py -------------------------------------------------------------------------------- /ParametricCamp_ComputationalDesignLS_LearningC#ToPython/6.1 Iterations.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secg-sr1/ComputationalDesign_C--_To_Python/HEAD/ParametricCamp_ComputationalDesignLS_LearningC#ToPython/6.1 Iterations.ipynb -------------------------------------------------------------------------------- /ParametricCamp_ComputationalDesignLS_LearningC#ToPython/6.1_Iterations_WhileLoop.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secg-sr1/ComputationalDesign_C--_To_Python/HEAD/ParametricCamp_ComputationalDesignLS_LearningC#ToPython/6.1_Iterations_WhileLoop.py -------------------------------------------------------------------------------- /ParametricCamp_ComputationalDesignLS_LearningC#ToPython/6.2_Iterations_ForLoops.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secg-sr1/ComputationalDesign_C--_To_Python/HEAD/ParametricCamp_ComputationalDesignLS_LearningC#ToPython/6.2_Iterations_ForLoops.py -------------------------------------------------------------------------------- /ParametricCamp_ComputationalDesignLS_LearningC#ToPython/6.3_Iterations_NestedLoops.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secg-sr1/ComputationalDesign_C--_To_Python/HEAD/ParametricCamp_ComputationalDesignLS_LearningC#ToPython/6.3_Iterations_NestedLoops.py -------------------------------------------------------------------------------- /ParametricCamp_ComputationalDesignLS_LearningC#ToPython/6.4_Iterations_BreakStatements.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secg-sr1/ComputationalDesign_C--_To_Python/HEAD/ParametricCamp_ComputationalDesignLS_LearningC#ToPython/6.4_Iterations_BreakStatements.py -------------------------------------------------------------------------------- /ParametricCamp_ComputationalDesignLS_LearningC#ToPython/6.5_VariableScope.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secg-sr1/ComputationalDesign_C--_To_Python/HEAD/ParametricCamp_ComputationalDesignLS_LearningC#ToPython/6.5_VariableScope.py -------------------------------------------------------------------------------- /ParametricCamp_ComputationalDesignLS_LearningC#ToPython/61_Enums_py.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secg-sr1/ComputationalDesign_C--_To_Python/HEAD/ParametricCamp_ComputationalDesignLS_LearningC#ToPython/61_Enums_py.ipynb -------------------------------------------------------------------------------- /ParametricCamp_ComputationalDesignLS_LearningC#ToPython/61_enums.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secg-sr1/ComputationalDesign_C--_To_Python/HEAD/ParametricCamp_ComputationalDesignLS_LearningC#ToPython/61_enums.py -------------------------------------------------------------------------------- /ParametricCamp_ComputationalDesignLS_LearningC#ToPython/62_2Darray.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secg-sr1/ComputationalDesign_C--_To_Python/HEAD/ParametricCamp_ComputationalDesignLS_LearningC#ToPython/62_2Darray.py -------------------------------------------------------------------------------- /ParametricCamp_ComputationalDesignLS_LearningC#ToPython/62_2Darray_py.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secg-sr1/ComputationalDesign_C--_To_Python/HEAD/ParametricCamp_ComputationalDesignLS_LearningC#ToPython/62_2Darray_py.ipynb -------------------------------------------------------------------------------- /ParametricCamp_ComputationalDesignLS_LearningC#ToPython/63_OutputParameter.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secg-sr1/ComputationalDesign_C--_To_Python/HEAD/ParametricCamp_ComputationalDesignLS_LearningC#ToPython/63_OutputParameter.ipynb -------------------------------------------------------------------------------- /ParametricCamp_ComputationalDesignLS_LearningC#ToPython/63_OutputParameter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secg-sr1/ComputationalDesign_C--_To_Python/HEAD/ParametricCamp_ComputationalDesignLS_LearningC#ToPython/63_OutputParameter.py -------------------------------------------------------------------------------- /ParametricCamp_ComputationalDesignLS_LearningC#ToPython/7.1 DataStructures.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secg-sr1/ComputationalDesign_C--_To_Python/HEAD/ParametricCamp_ComputationalDesignLS_LearningC#ToPython/7.1 DataStructures.ipynb -------------------------------------------------------------------------------- /ParametricCamp_ComputationalDesignLS_LearningC#ToPython/7.2_Lists.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secg-sr1/ComputationalDesign_C--_To_Python/HEAD/ParametricCamp_ComputationalDesignLS_LearningC#ToPython/7.2_Lists.py -------------------------------------------------------------------------------- /ParametricCamp_ComputationalDesignLS_LearningC#ToPython/7.3_Arrays.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secg-sr1/ComputationalDesign_C--_To_Python/HEAD/ParametricCamp_ComputationalDesignLS_LearningC#ToPython/7.3_Arrays.py -------------------------------------------------------------------------------- /ParametricCamp_ComputationalDesignLS_LearningC#ToPython/8. Functions.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secg-sr1/ComputationalDesign_C--_To_Python/HEAD/ParametricCamp_ComputationalDesignLS_LearningC#ToPython/8. Functions.ipynb -------------------------------------------------------------------------------- /ParametricCamp_ComputationalDesignLS_LearningC#ToPython/8.2_FunctionsDeclaration.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secg-sr1/ComputationalDesign_C--_To_Python/HEAD/ParametricCamp_ComputationalDesignLS_LearningC#ToPython/8.2_FunctionsDeclaration.py -------------------------------------------------------------------------------- /ParametricCamp_ComputationalDesignLS_LearningC#ToPython/8.2_FunctionsDeclaration_b.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secg-sr1/ComputationalDesign_C--_To_Python/HEAD/ParametricCamp_ComputationalDesignLS_LearningC#ToPython/8.2_FunctionsDeclaration_b.py -------------------------------------------------------------------------------- /ParametricCamp_ComputationalDesignLS_LearningC#ToPython/8.2_FunctionsDeclaration_c.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secg-sr1/ComputationalDesign_C--_To_Python/HEAD/ParametricCamp_ComputationalDesignLS_LearningC#ToPython/8.2_FunctionsDeclaration_c.py -------------------------------------------------------------------------------- /ParametricCamp_ComputationalDesignLS_LearningC#ToPython/8.4_FunctionsOverloads.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secg-sr1/ComputationalDesign_C--_To_Python/HEAD/ParametricCamp_ComputationalDesignLS_LearningC#ToPython/8.4_FunctionsOverloads.py -------------------------------------------------------------------------------- /ParametricCamp_ComputationalDesignLS_LearningC#ToPython/8.5_FunctionScoping.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secg-sr1/ComputationalDesign_C--_To_Python/HEAD/ParametricCamp_ComputationalDesignLS_LearningC#ToPython/8.5_FunctionScoping.py -------------------------------------------------------------------------------- /ParametricCamp_ComputationalDesignLS_LearningC#ToPython/8.6_VoidFuntions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secg-sr1/ComputationalDesign_C--_To_Python/HEAD/ParametricCamp_ComputationalDesignLS_LearningC#ToPython/8.6_VoidFuntions.py -------------------------------------------------------------------------------- /ParametricCamp_ComputationalDesignLS_LearningC#ToPython/9. Classes.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secg-sr1/ComputationalDesign_C--_To_Python/HEAD/ParametricCamp_ComputationalDesignLS_LearningC#ToPython/9. Classes.ipynb -------------------------------------------------------------------------------- /ParametricCamp_ComputationalDesignLS_LearningC#ToPython/9.1_ClassExample01_.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secg-sr1/ComputationalDesign_C--_To_Python/HEAD/ParametricCamp_ComputationalDesignLS_LearningC#ToPython/9.1_ClassExample01_.py -------------------------------------------------------------------------------- /ParametricCamp_ComputationalDesignLS_LearningC#ToPython/9.2_ClassExample02_.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secg-sr1/ComputationalDesign_C--_To_Python/HEAD/ParametricCamp_ComputationalDesignLS_LearningC#ToPython/9.2_ClassExample02_.py -------------------------------------------------------------------------------- /ParametricCamp_ComputationalDesignLS_LearningC#ToPython/9.2_ClassExample03_.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secg-sr1/ComputationalDesign_C--_To_Python/HEAD/ParametricCamp_ComputationalDesignLS_LearningC#ToPython/9.2_ClassExample03_.py -------------------------------------------------------------------------------- /ParametricCamp_ComputationalDesignLS_LearningC#ToPython/9.2_ClassExample04_.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secg-sr1/ComputationalDesign_C--_To_Python/HEAD/ParametricCamp_ComputationalDesignLS_LearningC#ToPython/9.2_ClassExample04_.py -------------------------------------------------------------------------------- /ParametricCamp_ComputationalDesignLS_LearningC#ToPython/9.2_ClassExample05_.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secg-sr1/ComputationalDesign_C--_To_Python/HEAD/ParametricCamp_ComputationalDesignLS_LearningC#ToPython/9.2_ClassExample05_.py -------------------------------------------------------------------------------- /ParametricCamp_ComputationalDesignLS_LearningC#ToPython/9.2_ClassExample06_.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secg-sr1/ComputationalDesign_C--_To_Python/HEAD/ParametricCamp_ComputationalDesignLS_LearningC#ToPython/9.2_ClassExample06_.py -------------------------------------------------------------------------------- /ParametricCamp_ComputationalDesignLS_LearningC#ToPython/ComputationalDesingLiveStream38_Hoopsnake.gh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secg-sr1/ComputationalDesign_C--_To_Python/HEAD/ParametricCamp_ComputationalDesignLS_LearningC#ToPython/ComputationalDesingLiveStream38_Hoopsnake.gh -------------------------------------------------------------------------------- /ParametricCamp_ComputationalDesignLS_LearningC#ToPython/E.1 Calculator_01.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secg-sr1/ComputationalDesign_C--_To_Python/HEAD/ParametricCamp_ComputationalDesignLS_LearningC#ToPython/E.1 Calculator_01.py -------------------------------------------------------------------------------- /ParametricCamp_ComputationalDesignLS_LearningC#ToPython/E.1 Greeting Machine.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secg-sr1/ComputationalDesign_C--_To_Python/HEAD/ParametricCamp_ComputationalDesignLS_LearningC#ToPython/E.1 Greeting Machine.ipynb -------------------------------------------------------------------------------- /ParametricCamp_ComputationalDesignLS_LearningC#ToPython/E.1 Greeting Machine_01.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secg-sr1/ComputationalDesign_C--_To_Python/HEAD/ParametricCamp_ComputationalDesignLS_LearningC#ToPython/E.1 Greeting Machine_01.py -------------------------------------------------------------------------------- /ParametricCamp_ComputationalDesignLS_LearningC#ToPython/E.1 Utility_Components_py.gh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secg-sr1/ComputationalDesign_C--_To_Python/HEAD/ParametricCamp_ComputationalDesignLS_LearningC#ToPython/E.1 Utility_Components_py.gh -------------------------------------------------------------------------------- /ParametricCamp_ComputationalDesignLS_LearningC#ToPython/E.2 Calculator.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secg-sr1/ComputationalDesign_C--_To_Python/HEAD/ParametricCamp_ComputationalDesignLS_LearningC#ToPython/E.2 Calculator.ipynb -------------------------------------------------------------------------------- /ParametricCamp_ComputationalDesignLS_LearningC#ToPython/E.3 NumericalSeries_01.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secg-sr1/ComputationalDesign_C--_To_Python/HEAD/ParametricCamp_ComputationalDesignLS_LearningC#ToPython/E.3 NumericalSeries_01.ipynb -------------------------------------------------------------------------------- /ParametricCamp_ComputationalDesignLS_LearningC#ToPython/E.3 NumericalSeries_01.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secg-sr1/ComputationalDesign_C--_To_Python/HEAD/ParametricCamp_ComputationalDesignLS_LearningC#ToPython/E.3 NumericalSeries_01.py -------------------------------------------------------------------------------- /ParametricCamp_ComputationalDesignLS_LearningC#ToPython/E03_NumericalSeries.gh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secg-sr1/ComputationalDesign_C--_To_Python/HEAD/ParametricCamp_ComputationalDesignLS_LearningC#ToPython/E03_NumericalSeries.gh -------------------------------------------------------------------------------- /ParametricCamp_ComputationalDesignLS_LearningC#ToPython/E4AsciiArt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secg-sr1/ComputationalDesign_C--_To_Python/HEAD/ParametricCamp_ComputationalDesignLS_LearningC#ToPython/E4AsciiArt.py -------------------------------------------------------------------------------- /ParametricCamp_ComputationalDesignLS_LearningC#ToPython/LiveStream38.gh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secg-sr1/ComputationalDesign_C--_To_Python/HEAD/ParametricCamp_ComputationalDesignLS_LearningC#ToPython/LiveStream38.gh -------------------------------------------------------------------------------- /ParametricCamp_GeometryGems_python/Geometry Gem #3- Ramer-Douglas-Peucker Polyline Simplification_py.gh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secg-sr1/ComputationalDesign_C--_To_Python/HEAD/ParametricCamp_GeometryGems_python/Geometry Gem #3- Ramer-Douglas-Peucker Polyline Simplification_py.gh -------------------------------------------------------------------------------- /ParametricCamp_GeometryGems_python/Geometry Gems #10 Clean Duplicate Lines_py.gh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secg-sr1/ComputationalDesign_C--_To_Python/HEAD/ParametricCamp_GeometryGems_python/Geometry Gems #10 Clean Duplicate Lines_py.gh -------------------------------------------------------------------------------- /ParametricCamp_GeometryGems_python/Geometry Gems #11 Point in Local Coordinates_Python.gh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secg-sr1/ComputationalDesign_C--_To_Python/HEAD/ParametricCamp_GeometryGems_python/Geometry Gems #11 Point in Local Coordinates_Python.gh -------------------------------------------------------------------------------- /ParametricCamp_GeometryGems_python/Geometry Gems #13 Vector Length_Python.gh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secg-sr1/ComputationalDesign_C--_To_Python/HEAD/ParametricCamp_GeometryGems_python/Geometry Gems #13 Vector Length_Python.gh -------------------------------------------------------------------------------- /ParametricCamp_GeometryGems_python/Geometry Gems #14 Unitize Vector_Python.gh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secg-sr1/ComputationalDesign_C--_To_Python/HEAD/ParametricCamp_GeometryGems_python/Geometry Gems #14 Unitize Vector_Python.gh -------------------------------------------------------------------------------- /ParametricCamp_GeometryGems_python/Geometry Gems #2 Point to Line Distance_py.gh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secg-sr1/ComputationalDesign_C--_To_Python/HEAD/ParametricCamp_GeometryGems_python/Geometry Gems #2 Point to Line Distance_py.gh -------------------------------------------------------------------------------- /ParametricCamp_GeometryGems_python/Geometry Gems #4 Distance Between 2 Points_py.gh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secg-sr1/ComputationalDesign_C--_To_Python/HEAD/ParametricCamp_GeometryGems_python/Geometry Gems #4 Distance Between 2 Points_py.gh -------------------------------------------------------------------------------- /ParametricCamp_GeometryGems_python/Geometry Gems #5 Clean Duplicate Points_Python.gh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secg-sr1/ComputationalDesign_C--_To_Python/HEAD/ParametricCamp_GeometryGems_python/Geometry Gems #5 Clean Duplicate Points_Python.gh -------------------------------------------------------------------------------- /ParametricCamp_GeometryGems_python/Geometry Gems #7 Point Along Line_Python.gh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secg-sr1/ComputationalDesign_C--_To_Python/HEAD/ParametricCamp_GeometryGems_python/Geometry Gems #7 Point Along Line_Python.gh -------------------------------------------------------------------------------- /ParametricCamp_GeometryGems_python/Geometry Gems #8 Chaikins Algorithm_Python.gh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secg-sr1/ComputationalDesign_C--_To_Python/HEAD/ParametricCamp_GeometryGems_python/Geometry Gems #8 Chaikins Algorithm_Python.gh -------------------------------------------------------------------------------- /ParametricCamp_webSockets/ws/server-echo/clientPcamp01.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secg-sr1/ComputationalDesign_C--_To_Python/HEAD/ParametricCamp_webSockets/ws/server-echo/clientPcamp01.py -------------------------------------------------------------------------------- /ParametricCamp_webSockets/ws/server-echo/serverPcamp01.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secg-sr1/ComputationalDesign_C--_To_Python/HEAD/ParametricCamp_webSockets/ws/server-echo/serverPcamp01.py -------------------------------------------------------------------------------- /ParametricCamp_webSockets/ws/server-echo/serverws01.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secg-sr1/ComputationalDesign_C--_To_Python/HEAD/ParametricCamp_webSockets/ws/server-echo/serverws01.py -------------------------------------------------------------------------------- /labACD-RecursiveFunctions-CSharp-v2_py.gh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secg-sr1/ComputationalDesign_C--_To_Python/HEAD/labACD-RecursiveFunctions-CSharp-v2_py.gh -------------------------------------------------------------------------------- /labADC-RecursiveFunction_python.gh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secg-sr1/ComputationalDesign_C--_To_Python/HEAD/labADC-RecursiveFunction_python.gh --------------------------------------------------------------------------------