Python Forum
problem with python
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
problem with python
#21
(Apr-28-2021, 09:23 AM)raarkil Wrote: thanks so what I can do?

The canonical way is something along those lines:

import tkinter as tk
import pandas as pd
import numpy as np
This way imported names have their own namespaces reducing ambiguity and possibility of name collision.
raarkil likes this post
I'm not 'in'-sane. Indeed, I am so far 'out' of sane that you appear a tiny blip on the distant coast of sanity. Bucky Katt, Get Fuzzy

Da Bishop: There's a dead bishop on the landing. I don't know who keeps bringing them in here. ....but society is to blame.
Reply
#22
but where I can find list of modules that is right to python3?
and could you give advise what module is better to use to build GUI in python3?
Reply
#23
(Apr-29-2021, 10:08 AM)perfringo Wrote:
(Apr-28-2021, 09:23 AM)raarkil Wrote: thanks so what I can do?

The canonical way is something along those lines:

import tkinter as tk
import pandas as pd
import numpy as np
This way imported names have their own namespaces reducing ambiguity and possibility of name collision.
thanks
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020