Skip to content

Usage / Structure #9

@ludaavics

Description

@ludaavics

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:

from py-coursera import ML
ML.ex1()
ML.ex1_multi()

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions