Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/CARe_Python_Class_2023.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/inspectionProfiles/profiles_settings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions week_0/ex_0_beginner/ex_0_beginner_runfile.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import this

print("\n"+"TYPE YOUR RESPONSE TO PROMPT 1 HERE")
print("\n"+"hello, I a m Sophie, a student in the CARe program. I would like to learn a programming language to acquire as many science skills as possible and also because I am a very curious person")

print("\n"+"TYPE YOUR RESPONSE TO PROMPT 2 HERE")
print("\n"+"I think the last time that I was without computer available is when I was hiking in the mountains with my family during holidays")
29 changes: 28 additions & 1 deletion week_0/ex_0_beginner/ex_0_beginner_submit.txt
Original file line number Diff line number Diff line change
@@ -1 +1,28 @@
Copy and paste output of ex_0_beginner_runfile.py below:
Beautiful is better than ugly.
Explicit is better than implicit.
Simple is better than complex.
Complex is better than complicated.
Flat is better than nested.
Sparse is better than dense.
Readability counts.
Special cases aren't special enough to break the rules.
Although practicality beats purity.
Errors should never pass silently.
Unless explicitly silenced.
In the face of ambiguity, refuse the temptation to guess.
There should be one-- and preferably only one --obvious way to do it.
Although that way may not be obvious at first unless you're Dutch.
Now is better than never.
Although never is often better than *right* now.
If the implementation is hard to explain, it's a bad idea.
If the implementation is easy to explain, it may be a good idea.
Namespaces are one honking great idea -- let's do more of those!

hello, I a m Sophie, a student in the CARe program. I would like to learn a programming language to acquire as many science skills as possible and also because I am a very curious person

I think the last time that I was without computer available is when I was hiking in the mountains with my family during holidays

Process finished with exit code 0