TGTGInsighttelegram intelligenceLIVE / telegram public index
← Mathshub: интенсив по математике и Python (aug '22)

TGINSIGHT SIMILAR POSTS

Најди сличен содржај

Изворен канал @pythonmathaug22 · Post #7 · 18 авг.

Добрый день, дорогой студент интенсива! 🎲 Это дружеское напоминание о втором занятии с Анной Чувилиной “Решение задач по программированию на блок-схемах” сегодня 18 августа в 19:00 (мск). ❗️ ВНИМАНИЕ ССЫЛКА: встреча пройдет по ссылке на трансляцию Ждем в 19:00 (мск)! 📝По просьбе преподавателя Анны просим подготовить к занятию бумагу с ручкой или редактор на ноутбуке. Не забудьте подписаться на: — Наш Youtube-канал — Канал в Discord#python-и-математика-интенсив, там будут обсуждения и объявления Если есть вопросы, писать в Discord/Telegram или на [email protected]

Hashtags

Резултати

Пронајдени 1 слични објави

Пребарај: #pythonic

当前筛选 #pythonic清除筛选
djangoproject

@djangoproject · Post #206 · 06.12.2016 г., 15:28

http://www.enlistq.com/10-python-idioms-to-help-you-improve-your-code/ If you have ever tried to learn a new language (not a programming language), you know that we always think in our native language before we translate it to the new language. This can lead to you forming some sentences that don’t make sense in the new language but are perfectly normal in your native language. For example, in a lot of languages, you ‘open’ an electronic gadget such as fan, AC or cell phone. When you say that in English, it means to literally open the gadget instead of turning it on. The same is true for programming languages. As we pick up new languages, such as #python, we are using our prior knowledge of programming in another language (q, java, c++ etc) and translating that to python. Many times, your code will work but it won’t be ‘#pretty’ or #fast. In python terms, your code won’t be ‘#pythonic’.