8000 Merge pull request #9 from anxolerd/languages/Python · HowProgrammingWorks/Tools@689293f · GitHub
[go: up one dir, main page]

Skip to content

Commit 689293f

Browse files
authored
Merge pull request #9 from anxolerd/languages/Python
Fill info on Python programming language
2 parents 24cc662 + a70e623 commit 689293f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Python/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55

66
Required software:
77
1. Compilers:
8-
2. Linters:
8+
2. Linters: [flake8](http://flake8.pycqa.org/), [pyflakes](https://github.com/PyCQA/pyflakes), [mypy](http://mypy-lang.org/) *(experimental)*
99
3. VCS - Version Control System - [GitHub](https://github.com/), [GIT](https://git-scm.com/), [GUI](https://desktop.github.com/)
1010

1111
Optional tools:
12-
1. IDE - Integrated development environment: [Brackets](http://brackets.io/), [Atom](https://atom.io/)
12+
1. IDE - Integrated development environment: [Brackets](http://brackets.io/), [Atom](https://atom.io/), [PyCharm](https://www.jetbrains.com/pycharm/specials/pycharm/pycharm.html)
1313
2. CI - Continuous Integration - [TravisCI](https://travis-ci.org/)

Python/README.ru.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55

66
Обязательные компоненты:
77
1. Компиляторы:
8-
2. Линтеры:
8+
2. Линтеры: [flake8](http://flake8.pycqa.org/), [pyflakes](https://github.com/PyCQA/pyflakes), [mypy](http://mypy-lang.org/) *(экспериментальный)*
99
3. VCS - система контроля версий - [GitHub](https://github.com/), [GIT](https://git-scm.com/), [GUI](https://desktop.github.com/)
1010

1111
Опциональные компоненты:
12-
1. IDE - редактор или среда разработки: [Brackets](http://brackets.io/), [Atom](https://atom.io/)
12+
1. IDE - редактор или среда разработки: [Brackets](http://brackets.io/), [Atom](https://atom.io/), [PyCharm](https://www.jetbrains.com/pycharm/specials/pycharm/pycharm.html)
1313
2. CI - непрерывная интеграция - [TravisCI](https://travis-ci.org/)

0 commit comments

Comments
 (0)
0