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

TGINSIGHT SIMILAR POSTS

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

Источник @procode404 · Post #3191 · 30 авг.

​👨‍💻Учимся работать в терминале Linux В какой-то момент вам придется заливать свой проект на продакшн сервер, и так вышло, что большинство серверов на Линуксе. Поэтому каждому разработчику просто необходимо научится работать с терминалом. Помимо базовых операций, в видео также рассмотрены установка популярных баз данных и запуск задач по расписанию. 1. Навигация по файловой системе [7:01] 2. Операции с файлами и папками [7:33] 3. Команда Grep: поиск по файлам и папкам [11:37] 4. Aliases: как упростить работу в терминале [5:43] 5. Как установить MySQL на Ubuntu/Mint [4:16] 6. Как установить PostgreSQL на Ubuntu/Mint [2:35] 7. Crontab: запуск задач по расписанию [7:03] 8. Crontab: как запускать Python-скрипт по расписанию [18:04] #linux

Hashtags

Результаты

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

Поиск: #tdd

当前筛选 #tdd清除筛选
djangoproject

@djangoproject · Post #198 · 29.11.2016, 16:10

https://code.tutsplus.com/tutorials/beginning-test-driven-development-in-python--net-30137 Test-driven development (#TDD) is a process that has been documented considerably over recent years. A process of baking your tests right into your everyday coding, as opposed to a nagging afterthought, should be something that developers seek to make the norm, rather than some ideal fantasy. I will introduce the core concepts of TDD.

Hashtags

djangoproject

@djangoproject · Post #334 · 09.05.2017, 05:21

https://code.tutsplus.com/tutorials/beginning-test-driven-development-in-python--net-30137 #Test-driven development (#TDD) is a process that has been documented considerably over recent years. A process of baking your tests right into your everyday coding, as opposed to a nagging afterthought, should be something that developers seek to make the norm, rather than some ideal fantasy.

Hashtags

djangoproject

@djangoproject · Post #403 · 05.08.2017, 02:13

http://index-of.es/Python/Foundations.of.Agile.Python.Development.Jeff.Younker.2008.pdf What Is Agile Development? #Agile development is a term given to an entire class of iterative development methodologies. Their unifying characteristic is a focus on short development cycles, on the scale of weeks rather than months. Each development cycle, referred to as an iteration or sprint, produces a working product. #TDD#test

djangoproject

@djangoproject · Post #576 · 02.03.2018, 12:52

https://www.obeythetestinggoat.com/pages/book.html#toc "Test-Driven Web Development with Python" aims to teach #TDD for web programming. It uses a concrete example — the development of a website, from scratch — to explain the TDD metholology and how it applies to building web applications. It covers the #Selenium browser-automation tool, #unit_testing, mocking, and interacting with Web technologies from the basics of static content, database integration, throught the inescapable JavaScript, and onto more advanced (and trendy) topics like #NoSQL, #websockets and Async programming.