Giter VIP home page Giter VIP logo

mentorship's Introduction

mentorship

mentorship's People

Contributors

sectorsize512 avatar

Watchers

 avatar  avatar

mentorship's Issues

Breaks if started w/o any commandline parameters

$ /bin/python3 /home/vass/github.com/sectorsize512/mentorship/mentee_mentor.py
Traceback (most recent call last):
  File "/home/vass/github.com/sectorsize512/mentorship/mentee_mentor.py", line 98, in <module>
    with open(argv.menteefile, newline = '') as csvfile:
TypeError: expected str, bytes or os.PathLike object, not NoneType

Support mode where every slot of every mentor is used

In this mode, mentees could get multiple mentors assigned. The idea, essentially, is to use the full capacity of the mentors to help as many mentees as possible.

Note, the disadvantage of this approach is that we cannot add more mentees later or accommodate situation when a mentor is suddenly not available. Maybe leave a few mentor slots not occupied?

Produce table output

Currently it is hard for a user to quickly get a sense of how good is the list. Producing the following table will help:

Mentee     | Mentor       | In-person-virtual match | Industry-Academia Match | Not same institution | Topic Match |
John Smith | Angela Davis |        x                |           x             |       x              |    x        |
Peter Cool | Camilla Uga  |        x                |           x             |       x              |     -       |
...

Implement matching based on academy/industry preference

Every mentee has a preference of talking either to industry or academia representative. Every mentor specifies his or her affiliation with either industry or academia. Implement mentee-mentor matching that ensures that mentee's preference is respected.

Convert `parse_mentee()` and `parse_mentor()` into class methods

Currently, parse_mentor() and parse_mentee() are functions in mentee_mentor_class module. It makes sense to convert these functions into @classmethod methods for Mentor and Mentee classes. These methods will act as secondary constructors for the classes. This should be analogous to how fromfilename() is implemented here:

Is it not possible to define multiple constructors in Python? [duplicate]](https://stackoverflow.com/questions/2164258/is-it-not-possible-to-define-multiple-constructors-in-python)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.