Hausaufgabe 2 - Fertig (Bicubic hintugefügt)

This commit is contained in:
Caesar2011
2018-05-01 23:37:32 +02:00
parent 519a006eb4
commit 3d3f5c7e4e
4 changed files with 85 additions and 48 deletions

View File

@@ -2,7 +2,7 @@
<module type="PYTHON_MODULE" version="4"> <module type="PYTHON_MODULE" version="4">
<component name="NewModuleRootManager"> <component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$" /> <content url="file://$MODULE_DIR$" />
<orderEntry type="jdk" jdkName="Python 3.6 (1)" jdkType="Python SDK" /> <orderEntry type="jdk" jdkName="Python 3.6.3 (C:\Program Files (x86)\Python36-32\python.exe)" jdkType="Python SDK" />
<orderEntry type="sourceFolder" forTests="false" /> <orderEntry type="sourceFolder" forTests="false" />
</component> </component>
<component name="PyDocumentationSettings"> <component name="PyDocumentationSettings">

2
.idea/misc.xml generated
View File

@@ -3,5 +3,5 @@
<component name="JavaScriptSettings"> <component name="JavaScriptSettings">
<option name="languageLevel" value="ES6" /> <option name="languageLevel" value="ES6" />
</component> </component>
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.6 (1)" project-jdk-type="Python SDK" /> <component name="ProjectRootManager" version="2" project-jdk-name="Python 3.6.3 (C:\Program Files (x86)\Python36-32\python.exe)" project-jdk-type="Python SDK" />
</project> </project>

View File

@@ -19,8 +19,8 @@
"## Introduction to Python / Numpy\n", "## Introduction to Python / Numpy\n",
"\n", "\n",
"* [Learn Python in 15 minutes](https://learnxinyminutes.com/docs/python3/): We will use Python 3.\n", "* [Learn Python in 15 minutes](https://learnxinyminutes.com/docs/python3/): We will use Python 3.\n",
"* [Numpy for Matlab Users](https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html#general-purpose-equivalents)\n", "* [Numpy for Matlab Users](https://docs.scipy.org/doc/numpy-dev/user/numpy-for-matlab-users.html#general-purpose-equivalents)\n",
"* [Numpy Quickstart](https://docs.scipy.org/doc/numpy/user/quickstart.html)\n", "* [Numpy Quickstart](https://docs.scipy.org/doc/numpy-dev/user/quickstart.html)\n",
"\n", "\n",
"## Libraries\n", "## Libraries\n",
"\n", "\n",

File diff suppressed because one or more lines are too long