TGTGInsightаналитика telegramLIVE / telegram public index
← [404] — программирование

TGINSIGHT SIMILAR POSTS

Найти похожее

Источник @procode404 · Post #3473 · 3 мар.

​👨‍💻Пишем фриланс-биржу на Django Вместе с автором курса вы за 12 уроков сможете создать собственную фриланс-биржу, которую будет не стыдно показать даже на собеседовании. При разработке автор использует Django, Vue.js и даже TypeScript, подробно описывая все свои действия на протяжение каждого урока. 1. Настройка окружения — [11:30] 2. Проектирование БД — [17:16] 3. Перевод данных в JSON — [22:46] 4. APIView, generics, гибкий filter — [21:49] 5. Регистрация и авторизация — [14:30] Перейти к плейлисту #видео#django#javascript

Результаты

Найдено 1 похожих постов

Поиск: #pychecker

当前筛选 #pychecker清除筛选
djangoproject

@djangoproject · Post #336 · 09.05.2017, 05:24

https://dzone.com/articles/pyflakes-passive-checker There are several code #analysis tools for Python. The most well known is pylint. Then there’s pychecker and now we’re moving on to #pyflakes. The pyflakes project is a part of something known as the Divmod Project. Pyflakes doesn’t actually execute the code it checks, unlike #pychecker. Of course, #pylint also doesn’t execute the code. Regardless, we’ll take a quick look at it and see how pyflakes works and if it’s better than the competition.