Реально ли самому вывести на экран рисунок и держать там неделю?Да, реально. Вот посмотрел сейчас на электронную книжку, у которой лет 5 назад высадился в ноль аккумулятор - картинка не пострадала.
f1 = open("D:/text1.txt", 'w')
s = 'elif call.data == "f{0}": \n \
FILTER[user_id] = \'{1}\' \n \
msg = bot.send_message(call.message.chat.id, "Выбран стиль {0}.") \n \
bot.register_next_step_handler(msg, load) \n \
bot.edit_message_reply_markup(call.message.chat.id, call.message.message_id, reply_markup = None) \n \
'
with open('D:/text1.txt', 'a') as f:
for i, value in enumerate(list[1:]):
f.write(s.format(i, value))
sorted_by_value = sorted(workers.items(), key=lambda kv: int(kv[1]), reverse=True)
... print(sorted_by_value)
[('empl15', '99999999'), ('empl19', '54000'), ('empl3', '19500'), ('empl5', '18000'), ('empl1', '13150'), ('empl12', '11615'), ('empl2', '11100'), ('empl16', '11000'), ('empl13', '10000'), ('empl6', '8585'), ('empl14', '7170'), ('empl10', '7070'), ('empl9', '7000'), ('empl17', '4300'), ('empl4', '3000'), ('empl11', '2730'), ('empl18', '666'), ('empl8', '1'), ('empl7', '1')]
Python scripts (files with the extension .py) will be executed by python.exe by default. This executable opens a terminal, which stays open even if the program uses a GUI. If you do not want this to happen, use the extension .pyw which will cause the script to be executed by pythonw.exe by default (both executables are located in the top-level of your Python installation directory). This suppresses the terminal window on startup.
pip download pip
python pip-20.1.1-py2.py3-none-any.whl/pip install pip-20.1.1-py2.py3-none-any.whl
pip freeze > r.txt
pip download -r r.txt
Я изучил пайтон на сайте stepik.org
и в принципе практиковался в пайтоне.
Прошу вас посоветуйте как вы учили. Объясните для полного нуля в этом. Html и Css знаю хорошо. Заранее благодарю