TGTGInsighttelegram intelligenceLIVE / telegram public index
← Python Заметки

TGINSIGHT SIMILAR POSTS

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

Изворен канал @pythonotes · Post #172 · 26 окт.

Метод строки isidentifier() поможет узнать, подходит ли данная строка в качестве имени объекта. Вполне может заменить самостоятельно придуманную регулярку. >>> 'some_name'.isidentifier() True Обычное имя переменной >>> '私は手紙です'.isidentifier() True Юникод в качестве имени тоже доступен >>> '1_name'.isidentifier() False Имя не может начинаться с цифры >>> '੬_name'.isidentifier() False Включая все цифры юникода >>> 'some name'.isidentifier() False Пробелы недопустимы #basic

Hashtags

Резултати

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

Пребарај: #codingchallenges

当前筛选 #codingchallenges清除筛选
GitHub Trends

@githubtrending · Post #14928 · 08.07.2025 г., 12:30

#other#applications#coding#codingchallenges#css#hacktoberfest#html#ideas#javascript#practice You can improve your coding skills by using a collection of app ideas that are organized by difficulty levels: beginner, intermediate, and advanced. Each project comes with clear goals, user stories to guide development, optional bonus features to enhance learning, and helpful resources. This helps you practice daily, experiment with new technologies, and build a portfolio to impress employers or clients. The projects range from simple tools like calculators to complex apps like chat systems or game engines. This structured approach makes learning coding practical, fun, and effective, helping you grow as a developer step-by-step. https://github.com/florinpop17/app-ideas