Generator Comprehensions

2018-07-09 Thread Steven D'Aprano
Based on feedback from people annoyed at having to write "comprehensions and generator expressions" to refer to what ought to be a single concept, Guido has given the thumbs up for a documentation change to start referring to "generator comprehensions". https://mail.python.org/pipermail/python

EuroPython 2018: EuroPython 2018: Women’s Django Workshop

2018-07-09 Thread M.-A. Lemburg
We are pleased to host and sponsor a free Women’s Django Workshop on Monday 23rd July, from 9am-6pm. * EuroPython Women’s Django Workshop * https://ep2018.europython.eu/en/events/womens-django-workshop/ What to expect -- Would you like to learn about how to bui

Re: 转发: No pip for my Python 3.6.5!

2018-07-09 Thread Mark Lawrence
On 09/07/18 17:02, Steven D'Aprano wrote: On Mon, 09 Jul 2018 08:14:04 +, 卢 嘉幸 wrote: I am a beginner with Python. My computer is of Windows version. And I dowloaded the lastest version of python on the https://www.python.org/ . My book, Automate the Boring Stuff With Python, teaches me to

Re: 转发: No pip for my Python 3.6.5!

2018-07-09 Thread Steven D'Aprano
On Mon, 09 Jul 2018 08:14:04 +, 卢 嘉幸 wrote: > I am a beginner with Python. > My computer is of Windows version. > And I dowloaded the lastest version of python on the > https://www.python.org/ . My book, Automate the Boring Stuff With > Python, teaches me to install a third-party module with t

Re: 转发: No pip for my Python 3.6.5!

2018-07-09 Thread Wolfgang Maier
On 07/09/2018 10:14 AM, 卢 嘉幸 wrote: Hi~ I am a beginner with Python. My computer is of Windows version. And I dowloaded the lastest version of python on the https://www.python.org/ . My book, Automate the Boring Stuff With Python, teaches me to install a third-party module with the command lin

Re: 转发: No pip for my Python 3.6.5!

2018-07-09 Thread Thomas Jollans
Welcome to the list! On 2018-07-09 10:14, 卢 嘉幸 wrote: > But there comes the error message !!! > > What is going wrong? Without you telling us what "the error message" is, I'm afraid there's no way anybody can possibly know. -- Thomas -- https://mail.python.org/mailman/listinfo/python-list

Re: No pip for my Python 3.6.5!

2018-07-09 Thread Abdur-Rahmaan Janhangeer
according to all probabilities you have pip, you just need to add pip to path go to environment variables -> path then add ; Abdur-Rahmaan Janhangeer https://github.com/Abdur-rahmaanJ On Mon, 9 Jul 2018, 16:14 卢 嘉幸, wrote: > > > 发送自 Windows 10 版邮件

转发: No pip for my Python 3.6.5!

2018-07-09 Thread 卢 嘉幸
发送自 Windows 10 版邮件应用 发件人: 卢 嘉幸 发送时间: Tuesday, June 26, 2018 8:25:58 PM 收件人: python-list@python.org 主题: No pip for my Python 3.6.5! Hi~ I am a beginner with Python. My computer is of Windows version. And I dowloade