This content is protected, please login and enroll course to view this content!
2 Responses
Lorans · January 24, 2017 at 21:39:56 · →
Question 1: How come that we are using Python and not another program? I have heard of programs like C/C++/java before hearing about python (are they more common than python)?
Question 2: What kind of thought process do you go through when deciding how to solve a problem?
Example, my thought process is that:
1, Divide problem into different parts that I have to give a answer to. Like A = remove headline, B = change sequence, C = create a new file
2, I try to create codes for the different parts.
3 Here I am supposed to check the parts for bugs but I keep forgetting so I end up with a lot of debugging.
4, Join the parts together into a single program.
5. A repeat of step 3 , which I also keep forgetting .
6, Finished
Andreas · January 25, 2017 at 13:48:38 · →
Hey guys, I was hoping you could show us again how to solve an input/output problem. That is, when we have an input file and want to rewrite/replace some string in that into am output file. Also how we are supposed to use the append tool in the best way?
Question 1: How come that we are using Python and not another program? I have heard of programs like C/C++/java before hearing about python (are they more common than python)?
Question 2: What kind of thought process do you go through when deciding how to solve a problem?
Example, my thought process is that:
1, Divide problem into different parts that I have to give a answer to. Like A = remove headline, B = change sequence, C = create a new file
2, I try to create codes for the different parts.
3 Here I am supposed to check the parts for bugs but I keep forgetting so I end up with a lot of debugging.
4, Join the parts together into a single program.
5. A repeat of step 3 , which I also keep forgetting .
6, Finished
Hey guys, I was hoping you could show us again how to solve an input/output problem. That is, when we have an input file and want to rewrite/replace some string in that into am output file. Also how we are supposed to use the append tool in the best way?