31,682 reputation
64566
bio website adam-bernier.appspot.com
location Los Angeles, CA
age
visits member for 4 years, 5 months
seen 7 hours ago
stats profile views 2,317

http://sscce.org/
If you are having a problem with some code and seeking help, preparing a Short, Self Contained, Correct Example (SSCCE) is very useful. But what is an SSCCE?

It is all in the name, really. Take a look at each part. The version you prepare for others to see should be:

  • Short (Small) - Minimise bandwidth for your example, do not bore the audience.
  • Self Contained - Ensure everything is included, ready to go.
  • Correct - Copy, paste, (compile,) see is the aim.
  • Example - Displays the problem you are trying to solve.

Commonly asked questions:
- "Least Astonishment" in Python: The Mutable Default Argument
- Unexpected feature in a Python list of lists
- How to prevent SQL injection in PHP?


13h
comment Pulling an column of values from SQL and putting them in an array VBA
select employee_number from your_table group by employee_number order by employee_number;
1d
comment Django templates, how to make a list of item's values from list of items
Do you perhaps want a for loop?
1d
comment Formatting a 2d list, read in from file
Have you tried printing w/ the pprint module? docs.python.org/2/library/pprint.html
1d
comment How to get wxPython 2.9.4 running on Windows XP with Python 3.3.2?
I don't think wxPython yet supports Python 3. Good luck.
1d
revised How to get wxPython 2.9.4 running on Windows XP with Python 3.3.2?
edited tags
May
17
revised Crystal Report Sum of Multiple Group Summaries
edited tags
May
16
revised My countif will only work with hard-coded date criteria, not when it is dynamic, thus =today()-365
added 20 characters in body
May
15
comment Automating tables creation with VBA code
Please do not ask people here to do your work for you.
May
15
comment Automating tables creation with VBA code
Please do not post external links to potentially unsafe content.
May
15
comment “IS NOT NULL” not working well
Is there by chance a default value on the column? It may help to show your insert statements.
May
15
revised “IS NOT NULL” not working well
edited tags
May
14
comment How to name the column that contains integer number for sorting?
Agree w/ Abe: sort_order or sorting_order to be most clear.
May
14
comment Certain subprocess not working
Take care to avoid having parts of paths interpreted as escape sequences by using either raw strings or forward slashes.
May
14
revised Needing to generate tiles for top down, tiles not drawing in paint
edited tags
May
14
comment Python Cannot create a file error [Error : 183]
It might also help if you show your import statements.
May
14
comment Python Cannot create a file error [Error : 183]
What is updatedList really defined as? The example you have there is invalid syntax.
May
14
comment How to define variables based on value of another variable
Instead of having a bunch of variables look into using an array.
May
13
revised How to use Union or Intersect instead of an OR in my Join
edited tags
May
10
revised I can not add array from PDO to constructor PHP
edited tags
May
10
comment Installing Python27 in Linux Ubuntu
Python is most likely already installed. What version of Ubuntu? You can open a command-prompt, type python and you will see the version number