Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Planning High Level Drawing Library
Post: Planning High Level Drawing Library

I am planning to start a project to develop a high level drawing python library. I want to target both Gtk and tkinter, but also I want the library to be designed for (relatively) easily add more ba...
nadapez News and Discussions 0 1,336 Oct-08-2021, 02:21 AM
    Thread: Why built in functions are defined as class?
Post: RE: Why built in functions are defined as class?

(Oct-05-2021, 02:42 AM)Larz60+ Wrote: look at it this way abs is a class of type builtin_function_or_method, abs(14) is an instance of class abs with attribute 14 >>> type(abs) <class 'b...
nadapez General Coding Help 5 2,775 Oct-08-2021, 02:20 AM
    Thread: Why built in functions are defined as class?
Post: RE: Why built in functions are defined as class?

Quote:Built-in Functions The Python interpreter has a number of functions and types built into it that are always available. They are listed here in alphabetical order. The title is missleading. Some...
nadapez General Coding Help 5 2,775 Oct-04-2021, 09:46 PM

User Panel Messages

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