Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
  Sad Thread: Change escape character=no more pain ?
Post: Change escape character=no more pain ?

I am sorry but i cant help it notice the pain and suffering Windows users run into using python when dealing with paths. Python returns path to file/folder with forward slash instead of backslash as i...
tonycstech News and Discussions 8 2,965 Oct-21-2020, 06:24 AM
    Thread: How to import entire module ?
Post: RE: How to import entire module ?

Its not just mesagebox i want to import, i want to be able to call any function from tkinter library without the need to import each and every one of them i use. How to import entire library and be ab...
tonycstech GUI 5 3,256 Oct-21-2020, 06:16 AM
    Thread: How to import entire module ?
Post: RE: How to import entire module ?

from tkinter import * messagebox.showinfo("Title", "Ok") messagebox.askokcancel("Title","Ok Cancel") messagebox.askyesnocancel("Title","Yes No Cancel")This does not work unless i am very specific on w...
tonycstech GUI 5 3,256 Nov-30-2019, 08:47 PM
    Thread: Where to suggest python syntax change ?
Post: RE: Where to suggest python syntax change ?

(Nov-19-2019, 11:48 PM)Skaperen Wrote: the only suggestion i can give to you is to demonstrate that your changes are truly better. you can prepare to do this by making a runnable, working language ...
tonycstech News and Discussions 9 3,723 Nov-30-2019, 08:10 PM
    Thread: No email notifications
Post: No email notifications

I am not getting any notifications from here when someone replies to a topic i post. I was checking the box with receiving emails but all i get is privet message. Why do i get private message when som...
tonycstech Board 8 4,468 Nov-30-2019, 08:00 PM
    Thread: Help understand loops
Post: RE: Help understand loops

from tkinter import messagebox from threading import Thread def Loop1(): while 1: messagebox.showinfo("Title", "1") def Loop2(): while 1: messagebox.showinfo("Title", "2") pr...
tonycstech General Coding Help 9 3,310 Nov-30-2019, 06:21 AM
    Thread: How to import entire module ?
Post: How to import entire module ?

I want to import entire module. I dont want to specify each function of that module i plan on using. For example: from tkinter import messageboxHow to import whole thing so that messagebox.showinfo("T...
tonycstech GUI 5 3,256 Nov-27-2019, 08:58 AM
    Thread: Help understand loops
Post: RE: Help understand loops

Got it. Thank you. Didnt know Monty Python show was popular in Netherlands. In any event, can i get some help with loop confusion i am having ? I need to understand how printing 1 and 2 can be done at...
tonycstech General Coding Help 9 3,310 Nov-27-2019, 08:43 AM
    Thread: Help understand loops
Post: RE: Help understand loops

The keyword i was looking for is multi threading, thank you. foo lol. what the hell is a foo anyway. Foo vs foo, very confusing. If Foo is a class name. why not just call it a ClassName to make it mor...
tonycstech General Coding Help 9 3,310 Nov-27-2019, 07:10 AM
    Thread: Help understand loops
Post: RE: Help understand loops

Is mainloop a function built into tkinter ? Because it seems python does not understand it by its self unless it says tkinter.mainloop() Purpose of the loop is to display GUI. I am trying to underst...
tonycstech General Coding Help 9 3,310 Nov-27-2019, 05:33 AM
    Thread: Help understand loops
Post: Help understand loops

I have 3 loops that i am confused about. tkinter.mainloop()Is this loop specifically for tkinter module and it will run independent from the rest of the code ? mainloop()is this main loop that runs in...
tonycstech General Coding Help 9 3,310 Nov-27-2019, 04:43 AM
  Question Thread: Please clarify variables
Post: Please clarify variables

Hi guys i need help understanding fundamental uses of variables and functions. I created a class for a calculator: class calc: def mult(a,b): global result #Declaration must take place i...
tonycstech General Coding Help 3 2,098 Nov-25-2019, 02:42 AM
    Thread: Which IDE comes with help ?
Post: RE: Which IDE comes with help ?

(Nov-18-2019, 08:36 AM)perfringo Wrote: Once again, can you be more specific about your problem(s)? If you look for advice you should let know what editor you use etc. Regarding 'visually being able...
tonycstech News and Discussions 7 3,212 Nov-25-2019, 02:30 AM
    Thread: Create .exe file for Python flask website.
Post: RE: Create .exe file for Python flask website.

https://www.youtube.com/watch?v=j0Nm0AfJDo0
tonycstech Web Scraping & Web Development 4 18,957 Nov-18-2019, 07:56 AM
    Thread: Which IDE comes with help ?
Post: RE: Which IDE comes with help ?

(Nov-08-2019, 01:51 PM)ichabod801 Wrote: Why go to the module index? I always go to the Library Reference. It's organized by topic, so it's much easier to navigate. But even a general web search of ...
tonycstech News and Discussions 7 3,212 Nov-18-2019, 01:07 AM
    Thread: Where to suggest python syntax change ?
Post: Where to suggest python syntax change ?

I have 3 things i'd like to post as a suggestion to python development team but have no idea where to find them or how to contact them. Use + strictly for math operation Use & strictly to COMBINE...
tonycstech News and Discussions 9 3,723 Nov-18-2019, 12:51 AM
    Thread: Which IDE comes with help ?
Post: Which IDE comes with help ?

I am newb to python. I am used to AutoTI programming that as help file thats no match to any help file on earth. If you hover over a function and press F1, it takes you straight to help page where it ...
tonycstech News and Discussions 7 3,212 Nov-08-2019, 05:28 AM

User Panel Messages

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