Django Unleashed Framework
1.44K subscribers
2.18K photos
2.61K links
Лучшие материалы по разработке на фреймворке Django на русском и английском языке

Разместить рекламу: @tproger_sales_bot

Правила общения: https://tprg.ru/rules

Другие каналы: @tproger_channels

Другие наши проекты: https://tprg.ru/media
Download Telegram
Automated Data Entry

Created an automated data entry for Excel Software. Pls check it out below. I customize it to suite your need if need be. #python #100DaysOfCode #OpenSource #backend #100Devs
Source Code
Programming Language used: Python

Automation is the way!!!

Read: https://ayomisco.hashnode.dev/automated-data-entry
Day 1 of #100DaysOfCode

Let's go through the basics of Python
Variables: They are containers in which they store some type of value like string, integer, boolean, etc.
#In python we declare variable like this
phone = "charger"
print(phone)
phone = "case"
print(phone)
phon...

Read: https://alexrider04.hashnode.dev/day-1-of-100daysofcode
👍1