Home
My Faqts
Contributors
About
Help
News: Faqts.com
search
is now functional again. Thank you for your patience.
faqts
:
Computers
:
Programming
:
Languages
:
Python
: Language and Syntax
+ Search
Enter your search terms
Submit search form
Web
faqts.com
Folders
"New Style" (2.2) classes
(6)
Classes
(9)
Itterators and Generators
(3)
Share Your Knowledge
Ask a Question
Questions
Recently Asked Questions
how do you write a program that differentiates polynomials if i already have the polynomial class
How can I make an iterator for lists with features like advance/regress or failfast?
I don't like having to type "self." all the time, can I avoid it?
I'm using properties, and "get" seems to work, but if I call "set" it all starts behaving strangely. Why?
How does Python do parameter passing, by value or by reference?
Random Questions
What's the Python equivalent for C's #include "myfile.h"?
What is __repr__ used for?
I don't like having to type "self." all the time, can I avoid it?
What is __repr__ used for?
What is this symbol use for % ?...besides percent :-)
What does == test for? In Java, there's both == and equals(). What are the Python equivalents?
Are colons unnecessary in my Python code?
Why are there no operators equivalent to C's , --, =, etc.?
What is lambda?
What's the Python equivalent for C's #include "myfile.h"?
What is the difference between the calls PyObject_GetAttr and PyObject_GetAttrString?
What is UnboundLocalError for?
How does the statement 'global' work?
What is the difference between 'import Tkinter' and 'from Tkinter import *'?
Does Python distinguish between double and single quotes in any way?
What is a tuple and why is it used (as opposed to an array, etc)?
Are circular package references allowed in Python?
What is the difference between __repr__() and __str__()?
What is __repr__ used for?
What is __str__ used for?
How do I write a raw string (r'...') that ends with a backslash?
How do I write a triple-quoted string that ends with a backslash?
How does assignment work in Python?
What does del do for an instance of a wrapped C class?
Does del call the destructor of a wrapped C class?
How can I convert a floating point number to a string?
How can I get the week and dates in the following format "Week 19 (8.5. - 14.5.)"?
Is it possible to create constant integers, floats etc?
How do I find the byte length of a float, double or an int?
Are all standard python float, double, ints, etc of a fixed format?
Is there some way to refer to the and * operators as functions?
Is the match() function any different to having search() with a ^ at the beginning of the string?
How should a sortable sequence be implemented?
Keyed Tree as sorted sequence: Slice & Key access?
Is there a pretty printer which takes AST objects ( or tuples ) and outputs source code?
Of what use is 'lambda'?
Introspective: How to find out the names of variables and objects
What is this symbol use for % ?...besides percent :-)
How can you create a function that works like print, not requiring parenthesis around its arguments?
How can I create "static" (class-level, not instance-level) methods?
Is the sort() method on lists stable?
What algorithm is used for the sort() method on lists?
What is collapse used for?
Of what use is the "else" clause in "for" and "while" loops and "try" statements?
But Python doesn't have a do...while (aka: repeat...until) loop! What do I do?
How does Python do parameter passing, by value or by reference?
I don't like having to type "self." all the time, can I avoid it?
how do you write a program that differentiates polynomials if i already have the polynomial class
Unanswered Questions
how do you write a program that differentiates polynomials if i already have the polynomial class