Courses
Courses
Code Compiler
Code Compiler
Discuss
Pricing
Teams
Log in
Register
Menu
Q&A Discussions
Search
Search
Ask a question
Ask a question
Help with the while loop.
loops
python
1 Vote
5 Answers
24th Jan 2016, 3:10 PM
Jonathan Garland
What is difference between functions and modules?
functions
modules
python
-1 Vote
2 Answers
22nd Jan 2016, 8:01 PM
mil
How read method will behave in files encoded in utf, since some characters in utf have 2 bytes?
files
python
0 Votes
1 Answer
21st Jan 2016, 10:13 AM
Henrique Vianna
Can python be used for server side scripting?
python
server-side
1 Vote
3 Answers
20th Jan 2016, 4:13 PM
sunny mishra
What is the basic difference between pop and remove? Does pop remove the last element of the set?
python
sets
3 Votes
2 Answers
18th Jan 2016, 6:09 PM
Suraj Kumar
What is foo and bar?
python
0 Votes
2 Answers
18th Jan 2016, 5:11 PM
Navnath Raut
Are the functions startswith() and endswith() case sensitive?
python
strings
0 Votes
1 Answer
17th Jan 2016, 12:17 PM
Arjo Dasgupta
In Idle, if I sum 4+1.065 I get 5.0649999999995. Why?
data-types
python
2 Votes
3 Answers
17th Jan 2016, 2:19 AM
Jorge Guimaraes
What is purpose of groups?
python
regular-expressions
3 Votes
2 Answers
15th Jan 2016, 11:20 AM
Ebrahim Tavasoli
What does the "==" mean?
if-statements
python
2 Votes
4 Answers
12th Jan 2016, 4:18 AM
John Savona
Is php better than python for web applications?
php
2 Votes
10 Answers
9th Jan 2016, 9:34 PM
Tafadzwa Hopewell Chikuruwo
Can anyone please explain me how, using [1,2,3] as a key will return "type error"?
dictionaries
python
0 Votes
2 Answers
7th Jan 2016, 1:00 PM
Nikhil Dhyani
Can someone please explain me why the "-1" in this line "max_index = len(words) - 1"
loops
python
3 Votes
2 Answers
3rd Jan 2016, 11:49 PM
Diogo Vilaça
What's the difference between using a space between commands and using a parenthesis?
output
python
0 Votes
5 Answers
3rd Jan 2016, 11:13 PM
Lorenzo White
Is it worth to learn python?
python
0 Votes
3 Answers
3rd Jan 2016, 2:08 PM
Hadi Hatami
Can someone explain the "lexicographical" thingy? I'm not able to understand that...
booleans
python
3 Votes
5 Answers
31st Dec 2015, 2:13 PM
Nooblearner
Which is the highest priority between AND & OR logic ?
operator-precedence
python
2 Votes
8 Answers
29th Dec 2015, 12:59 AM
reza a
What is the difference between the general purpose multi line comment that python doesn't have and the multi line comment with the 3 quotation marks?
comments
python
1 Vote
1 Answer
27th Dec 2015, 10:24 PM
Mohsin Yamani
numbers = list(range(3, 8)) print(numbers) >>> [3, 4, 5, 6, 7] ... Why is 8 not included there if its a part of the range, yet 3 is included in there?
python
range
5 Votes
5 Answers
27th Dec 2015, 12:18 AM
Jorge Montiel
Very basic question: what does raising an exception do in the first place?
exceptions
python
1 Vote
3 Answers
25th Dec 2015, 8:03 PM
Kasia Kulma
What editors do people use?
python
0 Votes
8 Answers
24th Dec 2015, 9:35 AM
Victor Omondi
What can be the best resource to start working with Django?
django
python
0 Votes
2 Answers
23rd Dec 2015, 1:30 PM
Shubhanka Bhandari
What happens to the original print_text function when the same name (print_text) is used for the new variable?
functions
python
0 Votes
2 Answers
23rd Dec 2015, 7:10 AM
kris
True & False are case sensitive. Must be capital T & F. is this correct?
booleans
python
2 Votes
3 Answers
23rd Dec 2015, 3:15 AM
Melvin Khoo
May I ask anyone to explain assertion in your words?
assertions
python
5 Votes
11 Answers
22nd Dec 2015, 2:41 AM
jurtly
"7" + 1 should be 71 Why Python occur an exception?
exceptions
python
1 Vote
7 Answers
17th Dec 2015, 12:35 PM
Mahmud Al Hakim
Why the ans is just three?
if-statements
python
4 Votes
11 Answers
17th Dec 2015, 5:02 AM
raj karnik
for word in words: What is "word" in this example?
loops
python
1 Vote
3 Answers
12th Dec 2015, 7:43 PM
orca
How do you create a string with a double quote?
python
strings
6 Votes
14 Answers
10th Dec 2015, 10:34 PM
Jeffrey
7%(5//2) =1. please explain. I don't understand how they get 1?
numeric-operations
python
29 Votes
46 Answers
7th Dec 2015, 6:28 AM
Sean
Can anyone tell me what's d use of this int function?
python
type-conversion
2 Votes
7 Answers
6th Dec 2015, 3:06 AM
Bilawal Sharma
What's the meaning of << and >>
operators
python
0 Votes
3 Answers
4th Dec 2015, 3:35 PM
Aymen Dridi
I dont get the difference between print and input functions
input
output
python
3 Votes
5 Answers
3rd Dec 2015, 1:38 AM
Laith Hussain
Why 26 // 5 / 2 = 2.5 ? I dont understand it :(
numeric-operations
python
0 Votes
2 Answers
1st Dec 2015, 9:25 PM
Michal
Which error occurs in this code?
exceptions
python
-1 Vote
3 Answers
20th Nov 2015, 4:04 AM
Sanjana Pinky
Scripting vs. Markup vs. Normal programming languages
python
scripting-languages
11 Votes
15 Answers
17th Nov 2015, 1:24 PM
Arman
Why a lambda function would ever be more useful than a normal function.. Can somebody explain?
lambdas
python
6 Votes
10 Answers
17th Nov 2015, 12:28 PM
Max Werman
How do I indent? not clear on that.
if-statements
python
0 Votes
3 Answers
16th Nov 2015, 7:46 AM
Cory Bennett
I don't get the the code "if not True"
boolean-logic
python
4 Votes
12 Answers
11th Nov 2015, 2:30 PM
david
How many minor versions of Python are there aside from 2.7 and 3.3?
python
0 Votes
2 Answers
10th Nov 2015, 3:10 AM
Nehal gandhi
What exactly is the Round Function? This doesn't seem to say.
python
strings
1 Vote
4 Answers
6th Nov 2015, 4:50 AM
Zac Hinote
Is the "format" a function or it's a method of the string object?
python
strings
1 Vote
1 Answer
30th Oct 2015, 5:13 PM
Maxim Vasilyev
I don't get how x=x+3 can be written as x+=3. Can someone please explain this to me better?
operators
python
8 Votes
8 Answers
26th Oct 2015, 8:34 PM
DanielXR
Can someoneone explain what is going on in the >>>print (things[2][2])? Why does it output 3?
lists
python
4 Votes
12 Answers
24th Oct 2015, 11:07 PM
Kota
Ask a question
Ask a question
Ask a question
Ask a question
< Previous
1
...
1079
1080
Next >
Hot today
Problem from code coach.
3 Votes
HTML quest i tried all but idk why showing wrong.
3 Votes
Responsive Layout with Bootstrap
4 Votes
Languages for animation and games development ?
1 Votes
Flutter
0 Votes
Coding foundations vs Python Developer
0 Votes
I don't know how to code or what to code
0 Votes
I just got here and python is going well bur waiting for the hearts nahhh🥲
0 Votes
How to start becoming a programmer
0 Votes
What is the problem with this code?
0 Votes