Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bbd732a

Browse files
committed
Update README.md
1 parent 0a0d1ff commit bbd732a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44
Python code for the book *Artificial Intelligence: A Modern Approach.* We're loooking for one student sponsored by Google Summer of Code ([GSoC](https://summerofcode.withgoogle.com/)) to work on this project; if you want to be that student, make some good contributions here (by looking through the [Issues](https://github.com/aimacode/aima-python/issues) and resolving some), and submit an [application](https://summerofcode.withgoogle.com/terms/student). (However, be warned that we've had over 150 students express interest, so competition will be tough.) And we're always looking for solid contributors who are not affiliated with GSoC. A big thank you to everyone who has contributed!
55

6-
## Python 3.5
6+
## Python 3.4
77

8-
This code is in Python 3.5. (I believe any version from 3.4 on will work.) You can [install the latest Python version](https://www.python.org/downloads), and if that doesn't work, use a browser-based Python interpreter such as [repl.it](https://repl.it/languages/python3).
8+
This code is in Python 3.4. (Of course, the current version, Python 3.5, also works.) You can [install the latest Python version](https://www.python.org/downloads), and if that doesn't work, use a browser-based Python interpreter such as [repl.it](https://repl.it/languages/python3).
99

1010
## Structure of the Project
1111

@@ -40,7 +40,7 @@ There are a few style rules that are unique to this project:
4040

4141
Beyond the above rules, we use [Pep 8](https://www.python.org/dev/peps/pep-0008), with a few minor exceptions:
4242

43-
- I'm not too worried about an occasional line longer than 79 characters.
43+
- I have set `--max-line-length 100`, not 79.
4444
- You don't need two spaces after a sentence-ending period.
4545
- Strunk and White is [not a good guide for English](http://chronicle.com/article/50-Years-of-Stupid-Grammar/25497).
4646
- I prefer more concise docstrings; I don't follow [Pep 257](https://www.python.org/dev/peps/pep-0257/).

0 commit comments

Comments
 (0)