python-mentorship icon indicating copy to clipboard operation
python-mentorship copied to clipboard

Submissions for Assignment1

Open KenanBek opened this issue 6 years ago • 15 comments
trafficstars

KenanBek avatar Mar 26 '19 09:03 KenanBek

https://github.com/mirpulatov/pyCalculator

mirpulatov avatar Mar 26 '19 09:03 mirpulatov

https://github.com/Jlopezjlx/calc_basic_py

Jlopezjlx avatar Mar 26 '19 11:03 Jlopezjlx

https://github.com/Prrrince/PyCalc

Prrrince avatar Mar 26 '19 20:03 Prrrince

https://github.com/HelSirius/python-mentorship/tree/master/src/calculator/Menthorship2.0

ghost avatar Apr 04 '19 07:04 ghost

@HelSirius that's great! We all probably need to move to PR instead of separate repositories. For this, I need to prepare a proper repo structure. Will to it today and publish tomorrow.

@mirpulatov @Jlopezjlx @Prrrince @HelSirius today will do all code reviews and merge your code into the main repository.

KenanBek avatar Apr 04 '19 07:04 KenanBek

NIce! Thank you

ghost avatar Apr 04 '19 09:04 ghost

Thank you!

Jlopezjlx avatar Apr 04 '19 18:04 Jlopezjlx

To all members:

  • Please check Python Style Guide (https://www.python.org/dev/peps/pep-0008/)
  • Always add tests

Comments for @HelSirius:

  • use naming conventions
  • use one variable for operations
  • add unit tests

Comments for @Prrrince:

  • I liked usage of Arrays, Try/Except
  • I would add one more Except for generic exception
  • add unit tests

Comments for @Jlopezjlx:

  • use endless loop (while)
  • use Try/Except
  • add unit tests

Comments for @mirpulatov:

  • use Try/Except
  • add unit tests
  • for class implementation add init.py to the folder

KenanBek avatar Apr 05 '19 00:04 KenanBek

Video with the detailed comments will be published today (5 April, Friday)

KenanBek avatar Apr 05 '19 01:04 KenanBek

Thank you for the comments .... I will fix it

ghost avatar Apr 05 '19 04:04 ghost

Thank you for the comments .... I will fix it

@HelSirius please, fix it based on the latest version of the repository because it is updated and now contains your code. Before sending new PR I recommend you to wait for the Video with my comments. It will be published within a few hours.

KenanBek avatar Apr 05 '19 07:04 KenanBek

@KenanBek sure! will wait for the video

ghost avatar Apr 05 '19 07:04 ghost

HI, this is my PR request: https://github.com/CoderVlogger/python-mentorship/pull/4

Jlopezjlx avatar Apr 06 '19 14:04 Jlopezjlx

Hi. I did the fixes https://github.com/CoderVlogger/python-mentorship/pull/5

mirpulatov avatar Apr 08 '19 09:04 mirpulatov

@mirpulatov your PR is merged. @Jlopezjlx added 2 comments for your PR, please check them.

KenanBek avatar Apr 08 '19 20:04 KenanBek