-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Usage / Structure #9
Comments
HI Ludaavics, Good question - we are currently discussing that very issue on the https://groups.google.com/group/py-coursera Ioura just made some changes to the way things work, and is in the Personally, based on the Octave mode of using things, I was thinking to python ex1.py of be able to just run "import ex1" from the ipython --pylab command CHEERS> SAM On 9/16/12 5:40 PM, ludaavics wrote:
Sam's Technical Blog |
i think the most important part is to be able to: that's why i personally think it makes a lot of sense to just keep everything as a package that has to be imported in your python path. i dont think its that big a hassle, and it would scale much better (multiple courses, each with their own exercises), in my opinion. On Monday, September 17, 2012 12:32:52 PM UTC-4, Sam Joseph wrote:
|
Hi, That's almost what I did, except I made the mlclass_ex1 (and others at the Progress report: Yesterday, I successfully submitted ex3 in python to Some remarks about ex3:
On Saturday, September 22, 2012 10:05:12 PM UTC+2, [email protected]
|
Hi Ioura and Ludaavics, Sorry not to come back to you faster on this. My workload has shot up I think I'll have to come back to this when the courses start again next Apologies and thanks for all your input. CHEERS> SAM On 9/23/12 7:27 PM, Ioura Batugowski wrote:
Sam's Technical Blog |
I'm sorry for your loss, Sam. I have committed ex4 and ex5 tonight; if someone wants to check it out: Ioura On Tuesday, October 2, 2012 3:56:17 PM UTC+2, Sam Joseph wrote:
|
Hi,
Thanks for this, great project.
what's the standard way of using the code? do you just run the successive exercise files (e.g. ex1.py) from the shell?
I think a natural way (at least for me) to use this would be to clone py-coursera in a folder in my python path, and then, in Ipython:
or something along those lines. basically one package per class and one function per assignment / task / etc.
Would it be possible to re-organize the code to allow for that usage?
One thing that would get messy is that you would need to handle imports / reload, but i think the hassle is worth it to make usage more clear?
The text was updated successfully, but these errors were encountered: