Courses
Courses
Code Compiler
Code Compiler
Discuss
Pricing
Teams
Log in
Register
Menu
Q&A Discussions
Search
Search
Ask a question
Ask a question
Anyone knows if there is big difference between Python 2.7 (pre installed in my Linux distro) and 3.5?
python
0 Votes
2 Answers
10th Mar 2016, 11:57 PM
Décio
So, when/why would you want to use an empty tuple or an empty dictionary?
python
tuples
7 Votes
5 Answers
10th Mar 2016, 4:54 AM
Shea Culbertson
What are the advantages of python over java?
java
python
0 Votes
2 Answers
8th Mar 2016, 9:47 PM
Sherifdeen Yusuf
Does anyone here knows what the 're' and 'os' libraries are, and what are they used for?
modules
python
3 Votes
2 Answers
8th Mar 2016, 7:06 AM
Mayur Deshmukh
Are permutations used in password cracking software?
itertools
python
1 Vote
1 Answer
6th Mar 2016, 8:16 PM
Percival Gebashe
What are the real advantages of using decorators?
decorators
python
6 Votes
5 Answers
5th Mar 2016, 8:15 AM
Martin Wild
What's the difference between python and cpython?
python
1 Vote
1 Answer
5th Mar 2016, 2:49 AM
Richy Koshy
What is the difference between execute, run and compile?
python
1 Vote
1 Answer
4th Mar 2016, 6:52 AM
hassuna
Can anyone help me to understand this code?
numeric-operations
python
1 Vote
2 Answers
3rd Mar 2016, 5:56 PM
camzee
2**5 = 32 .. I dont understand how it can result 32 in python. can somebody help me .. thanx
numeric-operations
python
5 Votes
5 Answers
2nd Mar 2016, 9:26 AM
Prakasa Devetek
After printing "Breaking" why doesn't it print the value of (i) even though in the code it is written print(i)?
loops
python
0 Votes
3 Answers
2nd Mar 2016, 2:47 AM
Dave
What does "while True" mean?
loops
python
0 Votes
3 Answers
1st Mar 2016, 11:47 AM
김도현
What exactly is the point of assigning a function to a variable?
functions
python
41 Votes
15 Answers
1st Mar 2016, 2:18 AM
Manta Ryugami
Which is the best api for Web scraping?
modules
python
0 Votes
3 Answers
29th Feb 2016, 6:28 PM
vipul javeri
Is it possible to make a website with python?
python
0 Votes
2 Answers
27th Feb 2016, 10:48 PM
John Dang
What's the difference between Perl, JavaScript and Python?
javascript
perl
python
1 Vote
4 Answers
26th Feb 2016, 4:29 PM
vadde venugopal
Which compiler is used for python?
compiler
python
0 Votes
2 Answers
26th Feb 2016, 2:26 PM
Muzna Junaid Chishti
Is there way to recover the non decorated function print_text() after decorating it with @decor?
decorators
python
1 Vote
3 Answers
25th Feb 2016, 2:26 PM
Lars
Are /A and /Z the same as ^ and $?
python
regular-expressions
3 Votes
2 Answers
24th Feb 2016, 4:26 AM
Junjie
What is circular inheritance?
inheritance
python
7 Votes
2 Answers
22nd Feb 2016, 12:37 AM
Julian Wittische
Why cant i run this code in playground?
if-statements
python
1 Vote
4 Answers
21st Feb 2016, 6:04 AM
Prabin Parajuli
Why should one choose python instead of java or c++?
c++
java
python
0 Votes
2 Answers
20th Feb 2016, 4:22 PM
Mohammadamin Beiruti
What is the diffrence between ide and idle?
python
0 Votes
2 Answers
20th Feb 2016, 3:54 PM
Prabin Parajuli
Is there a way to generate random alphabets?
modules
python
1 Vote
1 Answer
19th Feb 2016, 6:59 PM
Ajay Pranav
Why the print statements after return won't execute plz explain
functions
python
0 Votes
3 Answers
19th Feb 2016, 6:46 PM
Ajay Pranav
What does ^ mean?
python
regular-expressions
0 Votes
4 Answers
16th Feb 2016, 12:50 PM
KO KS
How different is an interpreter from a compiler and a translator?
compiler
interpreter
python
0 Votes
1 Answer
16th Feb 2016, 7:46 AM
ebentil
What is CPython?
cpython
python
1 Vote
1 Answer
15th Feb 2016, 11:07 PM
RogerDat
What's the true purpose of generators? Why not use lists and range function instead?
generators
python
0 Votes
2 Answers
15th Feb 2016, 10:28 AM
Diego Chinellato
Why is it necessary to close the file?
files
python
1 Vote
4 Answers
13th Feb 2016, 3:50 PM
Nicolás Tomatis
What are 2D grids?
lists
python
0 Votes
2 Answers
12th Feb 2016, 2:45 AM
Obadina Tobiloba
Why use elif if you can use if and get same result?
else-statements
python
0 Votes
4 Answers
11th Feb 2016, 9:08 PM
Luis Daniel Oliveira
What's the meaning of this constructor takes no arguments?
classes
python
2 Votes
2 Answers
11th Feb 2016, 5:18 PM
derick
I'm curious to know how widely Python can be used. What do/will you use it for?
python
1 Vote
1 Answer
10th Feb 2016, 12:58 AM
Gabe C
What is the purpose of making an infinite While loop? someone could give me an exemple of application?
loops
python
0 Votes
2 Answers
9th Feb 2016, 11:19 PM
Paula Romero
What are the different data types and their sizes present in python?
data-types
python
0 Votes
2 Answers
9th Feb 2016, 4:07 PM
sai prathap reddy
Why would you want \n in your output?
python
strings
0 Votes
2 Answers
8th Feb 2016, 10:05 PM
Elena
What exactly does yield keyword do?
generators
python
0 Votes
1 Answer
8th Feb 2016, 7:25 AM
Ashford Nokash
How is return different than print? other than syntax
functions
python
0 Votes
2 Answers
8th Feb 2016, 5:30 AM
JK SGF
dictionary can hold dictionarys? just like json on js. f = {"foo": { "bar":something}}
dictionaries
python
1 Vote
1 Answer
7th Feb 2016, 5:57 PM
exi
Why is the output of this code "no"?
operator-precedence
python
1 Vote
4 Answers
6th Feb 2016, 8:04 PM
Muhseen I. Abdullah
What's a delimiter?
python
strings
0 Votes
2 Answers
6th Feb 2016, 6:10 AM
JK SGF
Please provide some examples of static methods and class methods
classes
python
2 Votes
2 Answers
5th Feb 2016, 8:18 PM
Anurag
How to ask for a name and then print it in a sentence?
input
output
python
0 Votes
2 Answers
29th Jan 2016, 6:38 PM
Samnit Mehandiratta
Can anyone explain **kwargs to me?
function-arguments
python
0 Votes
2 Answers
29th Jan 2016, 11:20 AM
Debayan Das
After "print(file.read (16))" does "print(file.read read(4))" start on the 17th byte? or start back at the 1st?
files
python
3 Votes
4 Answers
28th Jan 2016, 6:53 PM
Victor Noe Mendoza
Is there a function to print without new line in python?
output
python
0 Votes
1 Answer
28th Jan 2016, 3:37 AM
Deiva
Why 9 >= 9.0? Anyone tell me why?
booleans
python
1 Vote
5 Answers
26th Jan 2016, 12:29 AM
zhihuai
Can the Boolean values, True and False, be represented by 1 and 0 respectively?
booleans
python
-1 Vote
3 Answers
25th Jan 2016, 10:46 AM
Kostas Lifeboy
Can anyone tell me the difference between a method and a function?
functions
methods
python
1 Vote
3 Answers
25th Jan 2016, 7:12 AM
Yeshvendra Kumar Singh
Ask a question
Ask a question
Ask a question
Ask a question
< Previous
1
...
1078
1079
1080
Next >
Hot today
Problem from code coach.
4 Votes
Languages for animation and games development ?
1 Votes
I don't know how to code or what to code
0 Votes
Flutter
0 Votes
How do I do audio
0 Votes
How to start becoming a programmer
0 Votes
I just got here and python is going well bur waiting for the hearts nahhh🥲
0 Votes
What are setters and getters in java
1 Votes
Collision bug in player movement — not sure what's wrong
0 Votes
Google Play Internal Test "Item Not Found"
1 Votes