Message from Python discussions

December 2018

— Google an error

— 

I want to learn python and i am beginner
Due to many resources i am confused.
So any body please guide me

— pythonres

— Take a book of balguruswami of cor python and do study

— Hello.

Please what's the best python server relay module to use to enable me communicate with a remote device?

Message permanent page

— From where I learn to create a chat bot pls tell

— Can you refer me which book of balgjruswami is better for python

— Core python

— Think Python: How to think like a computer scientist

— For your information

— Thanks

— #py
n=int(input("n="))
for i in range(2,n+1):
while n%i==0:
print(i)
n/=i