Skip to content

Commit

Permalink
added solutions publish policy
Browse files Browse the repository at this point in the history
  • Loading branch information
v-goncharenko committed Sep 6, 2019
1 parent 95f0fd5 commit fd15c3b
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion homeworks/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Homework rules

## Solutions

Homeworks plays significant role in your final grade so you have to solve them.

But we **kindly ask you** not to publish solutions (e.g. public repo on your GitHub account).
Because we aren't able to provide unique tasks for every run (although we update some every time).
Also it's no good in spoilering solutions to your fellows - they lose an occasion to practice ML.

It's good to have a repo with the task solved, so you could have a *private* repo either on GitHub with student account or on [GitLab](https://gitlab.com/) or anywhere else.

## Codestyle

> Пишите код так, как будто сопровождать его будет склонный к насилию психопат, который знает, где вы живёте
Expand All @@ -13,7 +23,7 @@ Is our primal language. If you didn't have much practce or want to refresh key c
You always live in a community, so please respect it's standards and guides.

### PEP 8
In our case __[PEP 8](https://www.python.org/dev/peps/pep-0008/)__ is a standard. (Dare to open it - __it's made for humans!__)
In our case [__PEP 8__](https://www.python.org/dev/peps/pep-0008/) is a standard. (Dare to open it - __it's made for humans!__)

[Google Python Style Guide](https://google.github.io/styleguide/pyguide.html) contains reasonable extensions and motivations.

Expand Down

0 comments on commit fd15c3b

Please sign in to comment.