Ранее мы уже говорили о том, как выполнить какой-либо код перед открытием интерактивной консоли.
Расскажу еще один способ! На самом деле, даже запустив интерпретатор в обычном режиме с выполнением скрипта из файла вы можете в любом месте активировать интерактивный режим. Или даже несколько по очереди. За это отвечает модуль code.
Как это может пригодиться?
🔸 Вам не хватает pdb и хочется больше "власти"
🔸 Нужно запросить у юзера данные в достаточно сложном виде. В этом случае можно попросить его создать что ему надо и сохранить в определённую переменную, с которой потом и работать.
🔸 Нужна изолированная среда для выполнения каких-либо действий.
🔸 Просто забавы ради😁
Запускается консоль очень просто
import code
ic = code.InteractiveConsole()
try:
ic.interact()
except SystemExit:
pass
Выход обратно на предыдущий уровень происходит как обычно, вызов функции exit() или клавиши Ctrl+D(Ctrl+Z для Windows).
Я набросал простой пример с некоторым функционалом
🔹 Меняются символы приглашения
🔹 В неймспейсы добавляются дополнительные объекты
🔹 Считается время, проведённое в интерактивном режиме
🔹 Скрипт просит юзера заполнить переменную и по выходу распечатывает её значение
Код здесь ↗️
Для запуска сохраните код в файл и запускайте как обычный скрипт.
python my_console.py
Для быстрого запуска можно сделать отдельный алиас
alias py="python3 /home/username/my_console.py"
#tricks#source
Habits we need to Avoid which drain our energy... 🙅🏼♂️❌
× Gossiping.
× Overthinking.
× Over stressed.
× Sleeping in late.
× Having a poor diet.
× Holding on to the past.
× Complaining all the time.
× Taking things personally.
× Fueling drama in the mind.
× Always checking social media.
#lifeLesson
━━━━━━━━━━━━━━━
Join us @OreosSpace🥀
THINGS THAT CAN CHANGE YOUR LIFE FOR THE BETTER
• Stop complaining and appreciate how lucky you are everyday.
• Embrace loneliness and renew yourself in the process.
• Say goodbye to the people that don't bring positive energy in your life.
• Set limit to the time you spend on the internet.
• Pick one skill and put all your effort into developing it.
• Commit to the goals you set and never look back.
• Exercise everyday to boost your mood.
• Learn from every mistake you make.
#lifelesson
@OreosSpace
🌿Suffering and Desire🦋
Buddha taught that there is suffering in this world, it is inevitable, and the root cause of suffering is mainly the desires we feel.
We want something, always, and feel miserable when we don't get it.
Stoicism teaches us to live in accordance with nature and to accept that suffering will manifest in different ways in our lives.
#Tuesday#Day-2
#Biographies#Inspiration
#lifelesson#Thought
🤔 Did something bad happen to you when you weren’t expecting it? You’re not going to put yourself in that situation again, are you? 😄 Learn this useful English expression that summarises this life lesson. Give this post a like, and ✍️ put your answer in the comments! Do you have a similar expression in your language?
🤩 Click on the link in our bio to learn some modern idioms!
Images: Getty
#learnenglish#advice#idioms#esl#efl#vocabulary#englishclass#phrases#expressions#oncebitten#britishenglish#lifelesson#inspiration#slang