Cursos
Cursos
Compilador de Código
Compilador de Código
Discutir
Teams
Fazer login
Registrar
Menu
Q&A Discussões
Pesquisar
Pesquisar
Faça uma pergunta
Faça uma pergunta
I think we need a serious update on input of Python.
input
python3
update
-3 Votos
4 Respostas
5th May 2022, 7:20 PM
ahsan Ahshan Habib
Excuse me..if 5//2 why wont the result be 2.5 but 2.Srry..new to python.
numeric-operations
python
6 Votos
5 Respostas
22nd Apr 2017, 4:22 PM
Naseef
Count number of even elements in a user given tuple in Python.
python
0 Voto
5 Respostas
13th Oct 2018, 4:43 AM
Mayank Kumar
Any one please suggest small projects for beginners in python.
python#coding
-2 Votos
3 Respostas
11th Jun 2021, 11:20 AM
Jyothiswarup Seethala
Python. What is an indentation? What is a white space? How many spaces do we use?
indentation
programming
python
python3
whitespace
4 Votos
9 Respostas
29th Apr 2019, 9:20 AM
JohnSia2005
Which is the correct way of performing basic arithmetic operation in python. X=4 Y=2 A. print('addition'+str(x+y)) B.print(x+y)
python3
0 Voto
17 Respostas
25th Dec 2020, 3:01 PM
Tşhérìnģ Phűnţshøk
Validator IP without scripts and modules in Python. Please
python
0 Voto
2 Respostas
14th Nov 2017, 7:47 AM
Ilya Grib
What's wrong with my code? I use 3.5.2 python.
python
0 Voto
2 Respostas
4th Aug 2016, 3:59 PM
Pawel Dzikowicz
That's odd in Python. Why not working? Explain for me? Also add another solution?
number
odd
python
2 Votos
2 Respostas
24th Apr 2020, 4:58 PM
Purevsuren
Which Python IDE should I use as a beginner in Python.
beginner
codeblocks
ide
python
0 Voto
1 Resposta
23rd Aug 2019, 10:30 AM
Huzaifa Imran
Need help to understand detection in a string and other operations in python.
consonent
python
string
vowel
1 Voto
5 Respostas
3rd Jan 2020, 9:06 AM
Bishal Poonia (Bishu)
I downloaded sololearn app and i couldn't find the courses. They only brought DS with Python.
html5
javascript
python
4 Votos
9 Respostas
24th Dec 2020, 3:57 PM
Oluwakorede Serah
Why java is part of the programming 1? I taught the programming 1 is python.
java
5 Votos
11 Respostas
24th Mar 2017, 9:43 AM
David
Well... Use of range is quite different and useful in python.
awesome
3 Votos
2 Respostas
6th Aug 2017, 5:23 AM
G CHANDRA KIRAN
I need help with this bmi code. This is made in Python.
python
question
1 Voto
2 Respostas
14th Aug 2019, 2:21 AM
Astral
Couldnt understand the utility of indentation in python. Can anybody elaborate plx?
if-statements
python
0 Voto
6 Respostas
21st Jun 2017, 11:27 AM
Omer mughale
Where can i find the descriptions of different module of Python.
modules
python
python3
1 Voto
3 Respostas
22nd Aug 2017, 5:53 PM
Muhammad Fahad
I am learning basics of python. But I think I should learn by making some projects in python. Please suggest me python projects
beginner
project
python
1 Voto
2 Respostas
4th Oct 2017, 5:20 PM
Dinesh Banjara
Already skilled in Html, trying to choose between JavaScript and Python. Which should go next?
is
next
what
10 Votos
6 Respostas
1st May 2017, 10:46 AM
CMD
Between JavaScript and Python. Which one is the best language to start with
css
html
0 Voto
4 Respostas
14th Oct 2023, 5:32 PM
Simbarashe Machayi
I didn't understand operator precedence example in python. Can someone explain?
operator-precedence
python3
0 Voto
3 Respostas
27th Sep 2018, 3:16 PM
Ajay B
How to do coding for flight timing slot using python.
python
-1 Voto
1 Resposta
2nd Apr 2021, 5:03 PM
Sneha Selvandran
What program or where can you run python. If you learn it
python3
1 Voto
4 Respostas
9th Mar 2018, 3:15 AM
Leo
Can some one tell me how to roud a decimal number into nearest whole number using python. Because 'round()' failed for me. 🐍
python3
31 Votos
16 Respostas
23rd May 2020, 9:36 AM
Ona Nixon 🇹🇿 👑
How to get ideas to make softwares or games in python.
python
1 Voto
1 Resposta
17th Dec 2020, 6:21 AM
Amratesh Dixit
How can One start to create an Artificial intelligence by Python.
artificial
intelligence
python
3 Votos
1 Resposta
5th May 2017, 3:05 AM
Blackhat
Completed the basics of python. Where should I go for solving problems?
code
python
python3
sololearn
1 Voto
2 Respostas
27th Feb 2020, 4:46 PM
Suraj Das
Now I am learning Python. I want to become programmer. When I will finish python then What language should I learn?
python
1 Voto
14 Respostas
19th May 2023, 12:07 PM
Menua Vardanyan
I don't know how to create a string containing double quotation-marks in Python.
create
declare
double
how
python
quotation-marks
quotations
strings
1 Voto
2 Respostas
16th Apr 2018, 11:12 AM
hemed
Ruby is highly rated than Python. But why programmers prefer python to ruby?
discussion
python
ruby
0 Voto
5 Respostas
8th Jan 2018, 8:37 AM
Gwakchang💻
Find a list all the names in the following string using regex in python.
python
python3
tags
0 Voto
4 Respostas
18th Oct 2020, 6:23 PM
Atul Gautam
Can anyone tell me how to create a chrome extension using python.
chrome
python3
2 Votos
1 Resposta
13th Jun 2020, 4:02 AM
Sudhara Awishka
Python. Can someone please explain what does it mean a value can be defined?
programme
project
python
python3
0 Voto
6 Respostas
30th Apr 2019, 10:47 AM
JohnSia2005
Help me to solve this error! i can't understand this error. it was my first code in python.
calculator
python
14 Votos
6 Respostas
24th Oct 2018, 4:42 AM
Preetha
How to check if word is palindrome or not in python. Using for loop.
python
0 Voto
5 Respostas
26th Sep 2019, 8:16 AM
Shusil
Before learning Python, any language is compulsory which is used in python.
anylanguage
compulsory
learn
python
0 Voto
2 Respostas
16th Nov 2020, 12:01 PM
Tyagi's Girl
I made a Voice assistant with Python. It shows 'listening' but it doesnt catch anything i said. All the dependencies are install
ai
data
help
python
python3
sololearn
0 Voto
40 Respostas
8th Feb 2021, 1:11 PM
Rohan Kishore
2**5 = 32 .. I dont understand how it can result 32 in python. can somebody help me .. thanx
numeric-operations
python
5 Votos
5 Respostas
2nd Mar 2016, 9:26 AM
Prakasa Devetek
please can I combine sql with python. for database or any other aspect of programming.?? I need more light on what to do with sql and python. thanks
php
python3
sql
1 Voto
2 Respostas
7th Jun 2018, 2:28 PM
Akinboyewa David Oluwarotimi
What exactly are static methods and how are they different from normal methods in Python.
classes
functions
object
python
static
0 Voto
6 Respostas
18th Jul 2022, 4:32 PM
Ruchika Sehgal
How do u do simple calculations using python. I'm new in this
python
0 Voto
4 Respostas
29th Nov 2017, 1:19 PM
Gideon
Hi! i'm new man in python. What are references of this language?
python
0 Voto
3 Respostas
21st Sep 2018, 9:47 AM
Maxime Biloa
Can anyone say how to sum up the item in dictionary in python.
py
sum
type-conversion
1 Voto
3 Respostas
24th May 2020, 3:47 PM
pooja balamurugan
Hello , I wanna to know that how I can develop a simple calculator application for android platform using only python.
android
application
python
python3
1 Voto
6 Respostas
17th May 2021, 5:27 AM
Sumit Kumar
What are the best ways to incorporate what we have learnt, i.e., Python.
practice
simulation
test
2 Votos
2 Respostas
24th May 2018, 4:14 PM
Raghavendra Sharma
Hi Everyone! I started to learn C++ and Python. I wanted to know that will these languages be good for future also?
c++
language
python
15 Votos
13 Respostas
24th Jun 2018, 1:03 PM
Prashant Ranjan
Which is better? Java or Python. And is java purely object oriented programming language?
coder
java
python
python3
1 Voto
4 Respostas
23rd Mar 2020, 4:39 PM
AKSHAT AGRAWAL
What is the best site to learn machine learning implementation using python.
machine
python
2 Votos
1 Resposta
29th Jul 2018, 9:26 AM
Racharla Sruthi
Python. Can someone please explain whats the problem at the if statement?
error
problem
program
programming
python
python3
0 Voto
2 Respostas
29th Apr 2019, 8:10 PM
JohnSia2005
Python. Can someone please explain me for what do we use def ()?
programme
project
python
python3
1 Voto
2 Respostas
30th Apr 2019, 8:10 AM
JohnSia2005
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
< Anterior
1
...
7
8
9
...
13
Próximo >
Quente hoje
What's wrong with this code ? ( Beginner)
3 Votes
Ejercicio Pytho
0 Votes
What is that z for
0 Votes
Bug on "Java for Beginners Module 3 Quiz"
1 Votes
Please rate my code from 1 to 10
2 Votes
Suggestions needed
4 Votes
Write a program to find the strings are in isogram or not
0 Votes
Square Roots
0 Votes
Uuu
1 Votes
Currently learning C++, I’m getting into socket programming with C++
0 Votes