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

TGINSIGHT SIMILAR POSTS

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

Источник @procode404 · Post #3813 · 23 окт.

​☂️ Учимся работать с API на Python —[17:38] В этом видео автор подробно объяснил, как работать с различными API в Python на примере прогноза погоды. Посмотрев его, вы не столько научитесь получать данные о погоде конкретно с этого сайта, сколько поймёте, как в принципе работает взаимодействие с различными API. Перейти к просмотру #видео#python

Результаты

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

Поиск: #object

当前筛选 #object清除筛选
djangoproject

@djangoproject · Post #79 · 08.07.2016, 07:32

https://wiki.python.org/moin/TkInter #Tkinter is Python's de-facto standard GUI (Graphical User Interface) package. It is a thin #object-oriented layer on top of #Tcl/Tk. Tkinter is not the only GuiProgramming toolkit for Python. It is however the most commonly used one. CameronLaird calls the yearly decision to keep TkInter "one of the minor traditions of the Python world." The Tkinter wiki: http://tkinter.unpythonic.net/wiki/