Submission of the 1st homework#10
Conversation
…n to visualize faster the invisible like gene expression The last time I was left without a computer was back in 2017 at my granpa's house in Algeria")
…n to visualize faster the invisible like gene expression The last time I was left without a computer was back in 2017 at my granpa's house in Algeria
nathanielpolley
left a comment
There was a problem hiding this comment.
Beginner objectives satisfied.
Intermediate objectives pending.
Advanced objectives pending.
Final score: pending/3
There was a problem hiding this comment.
Hi Malek. Very nice meeting you, and excellent work here with all items addressed, GitHub, PyCharm, and the marriage between the two, as well as I know that Python3 works on your computer per the output of "import this". By default, only the latest commits will appear on my end, and the rest are hidden. For a more detailed response, here is how to specifically configure what is hidden and what isn't with a separate .gitattributes file:
The aspiring Gene Whisperer of CARe! Prepare to embark on a journey that'll make you feel like you've got X-ray vision for DNA. Python's about to become your new best friend, turning those invisible gene expressions into a dazzling light show faster than you can say "CRISPR"! But, we will do more of that in R next semester..
I sometimes yearn for 2017 myself, back when photographs didn't lie with deepfakes, and when Sid Meier's Civilization 6 came out.
I will award full points.
Score: 0.5/0.5
nathanielpolley
left a comment
There was a problem hiding this comment.
Beginner objectives satisfied.
Intermediate objectives satisfied.
Advanced objectives pending.
Total score: pending/3.5
There was a problem hiding this comment.
Excellently done. Everything works how it should. Two extra pieces of advice would be within the f-string, it prints out "the growth_rate is :growth_rate=0.0539271432066728 per day". To fix this, you can drop the "=" sign within the brackets so it will only print out the desired value. This is essential if it needs to be stored as a numerical float object later, as it cannot contain any abc text. Also, you can truncate the final numeric value to a few decimals, so it does not take up memory space for 20 insignificant digits.
Nicely done!
Score: 1/1
nathanielpolley
left a comment
There was a problem hiding this comment.
Week_0
Beginner objectives satisfied
Intermediate objectives satisfied
Advanced objectives satisfied
Total score: 3.5/3.5
Week_1
Beginner objectives satisfied
Intermediate objectives satisfied
Advanced objectives pending
Total score: pending/3.5
There was a problem hiding this comment.
Please see previous comment about the fixes from before. Other than that, everything works as it should.
Score: 2/2
There was a problem hiding this comment.
Everything satisfied here with a statically allocated list. For further practice, see if you can allocate the list dynamically by either asking for input from the user or by reading in a file with the values.
Score: 0.5/0,5
There was a problem hiding this comment.
Everything fine here. Excellent handling of dictionary types.
Score: 1/1
please check only the last commit, thank you.