LambdaConglomerate / x9115lam

2 stars 0 forks source link

Splitting Up Code 2 #3

Closed meneal closed 9 years ago

meneal commented 9 years ago

Any ideas how best to go about this?

aisobran commented 9 years ago

All of exercise from chapter 3 go in think3.py and all of the exercises from chapter 4 go into think4.py.

meneal commented 9 years ago

I meant how should we split up the work. Sorry that wasn't clear.

meneal commented 9 years ago

I'm working on 4.2 right now.

meneal commented 9 years ago

I pushed some stuff on 4 a minute ago. Almost draws one of the flowers. I'm still trying to do it without looking at the solution.

ghost commented 9 years ago

It doesn't look like swampy is installed in our repo. I'm trying to run think4.py in Cloud9 and I'm getting ImportError: No module named swampy.TurtleWorld.

ghost commented 9 years ago

I can finish the chapter 3 exercises.

meneal commented 9 years ago

You have to install swampy on your machine. It isn't actually attached to the project. On OS X Tkinter is preinstalled. I think you have to install swampy via pip wherever you are working.

On Thursday, August 27, 2015, WumpaFruit notifications@github.com wrote:

I can finish the chapter 3 exercises.

— Reply to this email directly or view it on GitHub https://github.com/LambdaConglomerate/x9115lam/issues/3#issuecomment-135490926 .

ghost commented 9 years ago

I installed swampy on my machine and the program works. I was just wondering whether we need to have the swampy libs on our repo so someone who clones/forks our work doesn't need to install swampy themselves.

meneal commented 9 years ago

Anyone who uses the repo will need to install swampy themselves. It's pretty common to require specific modules be installed prior to using code from a repo. We'd just want to put that as a prerequisite in our Readme. There may be some sort of way to list all of the needed dependencies for a project that are available from pip and have pip just install all of them, but I'm not sure about that.

On Thu, Aug 27, 2015 at 3:50 PM, WumpaFruit notifications@github.com wrote:

I installed swampy on my machine and the program works. I was just wondering whether we need to have the swampy libs on our repo so someone who clones/forks our work doesn't need to install swampy themselves.

— Reply to this email directly or view it on GitHub https://github.com/LambdaConglomerate/x9115lam/issues/3#issuecomment-135534672 .

meneal commented 9 years ago

I think at this point we're done with Exercise 4.2 and 4.3. Let me know if you if you see any problems or if you think we are ready to roll for submission.

ghost commented 9 years ago

Exercises 4.2 and 4.3 look good to me. If you think the 3.x exercises look good, feel free to submit.

meneal commented 9 years ago

Something wasn't quite right with exercise 3, but I fixed it. For some reason it output tabs instead of spaces. Weird stuff. I'm submitting it now.

On Sun, Aug 30, 2015 at 12:13 AM, Joseph Sankar notifications@github.com wrote:

Exercises 4.2 and 4.3 look good to me. If you think the 3.x exercises look good, feel free to submit.

— Reply to this email directly or view it on GitHub https://github.com/LambdaConglomerate/x9115lam/issues/3#issuecomment-136083741 .