Message from Python discussions

December 2018

— Is it necessary?

— 

How can i put two widgets next to each other like:

panel.pack(side = tk.BOTTOM,anchor='w')
debuging_button.pack(side=tk.BOTTOM,anchor="e")

one in the east and other in west
but the east one stays on top the west one.

— Well without knowing what you're using we can't help

— - PythonAnywhere.com
- Python 3.6
- Python Telegram Bot
- Virtual environment

— Any one have python excercise to practice

— Hackerrank

— Is there TK gui expert in the house?

— How can i put two widgets against each other?
like:

panel.pack(side = tk.BOTTOM,anchor='w')
debuging_button.pack(side=tk.BOTTOM,anchor="e")

one in the east and other in west
but the east\west one stays on top of the west\east one.

Message permanent page

— What is the best way to split the text and asign it to variable?

— Like

firstName, lastName = text.split(' ')

— Wrap splited text to the tuple class/function

— (uh, my perfect English)