cAN i BECOME A BILLIOANIRE IN PROGRAMMING PYTHON

2018-09-20 Thread ramaramsy
HEY THERE CAN SOMEONE ANSWER ME -- https://mail.python.org/mailman/listinfo/python-list

Re: About how to connect python 3.7 with geany

2018-09-20 Thread jladasky
On Wednesday, September 19, 2018 at 2:00:13 PM UTC-7, Singamaneni Saikiran wrote: > It was showing some error please help me with a reply to solve this. > > saikiran What code did you try? What error did you receive? And finally, what operating system are you using? -- https://mail.python.or

Python opportunity at the United Nations in Rome, Italy

2018-09-20 Thread zwollo
Great opportunity to join an amazing organization! Do you love building IT Solutions in Python? Do you have Scrum experience? Want to live in Rome, Italy? Apply now, and become part of the United Nations World Food Programme. Apply via https://career5.successfactors.eu/career?career_ns=job_list

Re: Type error: not enough arguments for format string

2018-09-20 Thread Anssi Saari
Cameron Simpson writes: > On 19Sep2018 09:12, synch1...@gmail.com wrote: >>I'm just trying to follow along with the logging tutorial documentation and I >>am getting this error: >> >>import logging >> >>logging.basicConfig(format= '%(asctime)s % (message)s', datefmt='%m%d%Y >>%I:%M:%S %p') > >