From Michal.Svoboda at kistler.com Thu May 5 07:02:22 2016 From: Michal.Svoboda at kistler.com (Michal Svoboda) Date: Thu, 5 May 2016 11:02:22 +0000 Subject: [code-quality] Proper integration of Pylint into Jenkins Violations plugin on Windows Message-ID: Hello, I would like to ask you for help with integration of Pylint into Jenkins Violations plugin on Windows. What I have: - During Jenkins job Pylint is called (?pylint %listOfPackages% | tee pylint.out?) - The example of the ?pylint.out? is in the attachment - Following picture depicts the Jenkins job configuration, the Report Violations part: [cid:image002.png at 01D1A6CE.58C22F90] What I see after job run: - The graphical Pylint output is always empty ? see following picture: [cid:image003.png at 01D1A6CE.58C22F90] - The ?violations.xml? generated in ?\jobs\\builds\\violations\? is (almost) empty too: What should I do to make Jenkins to fill ?violations.xml? and thus graphical Pylint output be filled? Thanks for your help. Michal Svoboda -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image002.png Type: image/png Size: 55031 bytes Desc: image002.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image003.png Type: image/png Size: 6650 bytes Desc: image003.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: pylint.out Type: application/octet-stream Size: 26017 bytes Desc: pylint.out URL: From ahirnish at arista.com Thu May 12 07:00:06 2016 From: ahirnish at arista.com (Ahirnish Pareek) Date: Thu, 12 May 2016 16:30:06 +0530 Subject: [code-quality] Pylint failing with tox Message-ID: Hi Devs, I am running already existing tests before adding one of my own with tox and the test is failing along with pylint which runs after the tests. Pylint is failing because it expects type Node and getting type Str at the affected location. I have changed the /pylint/tox.ini file to run only /pylint/pylint/test/test_self.py - commands = python -Wi -m unittest discover -s {envsitepackagesdir}/pylint/test/ -p {posargs:**test_self**}.py Traceback: Traceback (most recent call last): File "pylint/bin/pylint", line 11, in sys.exit(run_pylint()) File "/Users/ahirnish/pylint_patch/pylint/.tox/pylint/lib/python2.7/site-packages/pylint/__init__.py", line 23, in run_pylint Run(sys.argv[1:]) File "/Users/ahirnish/pylint_patch/pylint/.tox/pylint/lib/python2.7/site-packages/pylint/lint.py", line 1313, in __init__ linter.check(args) File "/Users/ahirnish/pylint_patch/pylint/.tox/pylint/lib/python2.7/site-packages/pylint/lint.py", line 734, in check self._do_check(files_or_modules) File "/Users/ahirnish/pylint_patch/pylint/.tox/pylint/lib/python2.7/site-packages/pylint/lint.py", line 865, in _do_check self.check_astroid_module(ast_node, walker, rawcheckers, tokencheckers) File "/Users/ahirnish/pylint_patch/pylint/.tox/pylint/lib/python2.7/site-packages/pylint/lint.py", line 943, in check_astroid_module walker.walk(ast_node) File "/Users/ahirnish/pylint_patch/pylint/.tox/pylint/lib/python2.7/site-packages/pylint/utils.py", line 940, in walk self.walk(child) File "/Users/ahirnish/pylint_patch/pylint/.tox/pylint/lib/python2.7/site-packages/pylint/utils.py", line 940, in walk self.walk(child) File "/Users/ahirnish/pylint_patch/pylint/.tox/pylint/lib/python2.7/site-packages/pylint/utils.py", line 940, in walk self.walk(child) File "/Users/ahirnish/pylint_patch/pylint/.tox/pylint/lib/python2.7/site-packages/pylint/utils.py", line 940, in walk self.walk(child) File "/Users/ahirnish/pylint_patch/pylint/.tox/pylint/lib/python2.7/site-packages/pylint/utils.py", line 940, in walk self.walk(child) File "/Users/ahirnish/pylint_patch/pylint/.tox/pylint/lib/python2.7/site-packages/pylint/utils.py", line 936, in walk cb(astroid) File "/Users/ahirnish/pylint_patch/pylint/.tox/pylint/lib/python2.7/site-packages/pylint/checkers/base.py", line 1951, in visit_assign if var_type == astroid.YES or var_type.as_string() == 'None': File "/Users/ahirnish/pylint_patch/pylint/.tox/pylint/lib/python2.7/site-packages/astroid/node_classes.py", line 446, in as_string return as_string.to_code(self) File "/Users/ahirnish/pylint_patch/pylint/.tox/pylint/lib/python2.7/site-packages/astroid/as_string.py", line 37, in __call__ return node.accept(self) File "/Users/ahirnish/pylint_patch/pylint/.tox/pylint/lib/python2.7/site-packages/astroid/node_classes.py", line 230, in accept return func(self) File "/Users/ahirnish/pylint_patch/pylint/.tox/pylint/lib/python2.7/site-packages/astroid/as_string.py", line 297, in visit_list return '[%s]' % ', '.join([child.accept(self) for child in node.elts]) AttributeError: 'str' object has no attribute 'accept' ERROR: InvocationError: '/Users/ahirnish/pylint_patch/pylint/.tox/pylint/bin/pylint -rn --rcfile=/Users/ahirnish/pylint_patch/pylint/pylintrc /Users/ahirnish/pylint_patch/pylint/.tox/pylint/lib/python2.7/site-packages/pylint' After initial debugging, I could see that node.elts is a list of strings = [ '-rn', '--rcfile=/Users/ahirnish/pylint_patch/pylint/pylintrc', '/Users/ahirnish/pylint_patch/pylint/.tox/pylint/lib/python2.7/site-packages/pylint' ] But I cant figure out how command line arguments got introduced in the chain. Any help here would be great. Thanks in advance. -- Regards, Ahirnish -------------- next part -------------- An HTML attachment was scrubbed... URL: From matt at itsmemattchung.com Wed May 18 01:34:08 2016 From: matt at itsmemattchung.com (Matt Chung) Date: Tue, 17 May 2016 22:34:08 -0700 Subject: [code-quality] [Social] Who is going to PyCon (US)? In-Reply-To: References: <1459183863.2466746.561592938.3D078565@webmail.messagingengine.com> Message-ID: <1463549648.2794432.611119113.6802BFAC@webmail.messagingengine.com> Hey All, Just following up here. ?@Ian, Has a date been established ? ?I'll be at Pycon between the 27th and 31st so hopefully it falls between there :) Cheers, Matt Chung blog[1]?|?github[2]?|?twitter[3]?|?linkedin[4] On Mon, Apr 11, 2016, at 12:55 PM, Eric Casteleijn wrote: > Hey, so I meant to reply, and then spaced on it, but: I'd be happy to > suggest locations, once we have a date, and a sense of dietary and > other requirements/desires of attendees, if we plan for it to include > food/drinks. > > On Mon, Mar 28, 2016 at 3:53 PM, Ian Cordasco > wrote: >> On Mon, Mar 28, 2016 at 4:22 PM, Eric Casteleijn >> wrote: >> > I will be at Pycon, and would love to attend such a meeting, >> > though I realize I've only been lurking here so far. I'd like to >> > contribute more though. I live in Portland, so any date is likely >> > to work for me. >> >> Don't worry about being a "lurker". :-) You'll likely be our >> source of >> a location to head to if we can't get a BoF space (which I >> think will >> suit us well). >> >> I look forward to seeing you, Matt, Ian, and whomever else >> comes. :-) >> >> Cheers, >> Ian > > > > -- > - eric casteleijn Links: 1. http://blog.itsmemattchung.com/ 2. https://github.com/itsmemattchung 3. https://twitter.com/itsmemattchung 4. https://www.linkedin.com/in/matt-chung-32792354 -------------- next part -------------- An HTML attachment was scrubbed... URL: From graffatcolmingov at gmail.com Wed May 18 12:02:44 2016 From: graffatcolmingov at gmail.com (Ian Cordasco) Date: Wed, 18 May 2016 11:02:44 -0500 Subject: [code-quality] [Social] Who is going to PyCon (US)? In-Reply-To: <1463549648.2794432.611119113.6802BFAC@webmail.messagingengine.com> References: <1459183863.2466746.561592938.3D078565@webmail.messagingengine.com> <1463549648.2794432.611119113.6802BFAC@webmail.messagingengine.com> Message-ID: We didn't really decide on a time. I think we'll all be around on the 29th though. Would lunch or dinner on the 29th sound appealing to anyone? On Wed, May 18, 2016 at 12:34 AM, Matt Chung wrote: > Hey All, > Just following up here. @Ian, Has a date been established ? I'll be at > Pycon between the 27th and 31st so hopefully it falls between there :) > > Cheers, > Matt Chung > blog | github | twitter | linkedin > > > On Mon, Apr 11, 2016, at 12:55 PM, Eric Casteleijn wrote: > > Hey, so I meant to reply, and then spaced on it, but: I'd be happy to > suggest locations, once we have a date, and a sense of dietary and other > requirements/desires of attendees, if we plan for it to include food/drinks. > > On Mon, Mar 28, 2016 at 3:53 PM, Ian Cordasco > wrote: > > On Mon, Mar 28, 2016 at 4:22 PM, Eric Casteleijn wrote: >> I will be at Pycon, and would love to attend such a meeting, though I >> realize I've only been lurking here so far. I'd like to contribute more >> though. I live in Portland, so any date is likely to work for me. > > Don't worry about being a "lurker". :-) You'll likely be our source of > a location to head to if we can't get a BoF space (which I think will > suit us well). > > I look forward to seeing you, Matt, Ian, and whomever else comes. :-) > > Cheers, > Ian > > > > > -- > - eric casteleijn > > From thisfred at gmail.com Wed May 18 12:18:28 2016 From: thisfred at gmail.com (Eric Casteleijn) Date: Wed, 18 May 2016 09:18:28 -0700 Subject: [code-quality] [Social] Who is going to PyCon (US)? In-Reply-To: References: <1459183863.2466746.561592938.3D078565@webmail.messagingengine.com> <1463549648.2794432.611119113.6802BFAC@webmail.messagingengine.com> Message-ID: 29th works for me, either lunch or dinner. Frank's noodle house is close to the Pycon venue, and probably has most of the dietary options covered, but Portland's pretty easy to get around, so if people have specific hankerings and are willing to take a bus, I'd be happy to come up with other suggestions. On Wed, May 18, 2016 at 9:02 AM, Ian Cordasco wrote: > We didn't really decide on a time. > > I think we'll all be around on the 29th though. Would lunch or dinner > on the 29th sound appealing to anyone? > > On Wed, May 18, 2016 at 12:34 AM, Matt Chung > wrote: > > Hey All, > > Just following up here. @Ian, Has a date been established ? I'll be at > > Pycon between the 27th and 31st so hopefully it falls between there :) > > > > Cheers, > > Matt Chung > > blog | github | twitter | linkedin > > > > > > On Mon, Apr 11, 2016, at 12:55 PM, Eric Casteleijn wrote: > > > > Hey, so I meant to reply, and then spaced on it, but: I'd be happy to > > suggest locations, once we have a date, and a sense of dietary and other > > requirements/desires of attendees, if we plan for it to include > food/drinks. > > > > On Mon, Mar 28, 2016 at 3:53 PM, Ian Cordasco < > graffatcolmingov at gmail.com> > > wrote: > > > > On Mon, Mar 28, 2016 at 4:22 PM, Eric Casteleijn > wrote: > >> I will be at Pycon, and would love to attend such a meeting, though I > >> realize I've only been lurking here so far. I'd like to contribute more > >> though. I live in Portland, so any date is likely to work for me. > > > > Don't worry about being a "lurker". :-) You'll likely be our source of > > a location to head to if we can't get a BoF space (which I think will > > suit us well). > > > > I look forward to seeing you, Matt, Ian, and whomever else comes. :-) > > > > Cheers, > > Ian > > > > > > > > > > -- > > - eric casteleijn > > > > > -- - eric casteleijn -------------- next part -------------- An HTML attachment was scrubbed... URL: From ahirnish at arista.com Wed May 18 12:39:13 2016 From: ahirnish at arista.com (Ahirnish Pareek) Date: Wed, 18 May 2016 22:09:13 +0530 Subject: [code-quality] Pylint failing with tox In-Reply-To: References: Message-ID: Hi Devs, Just wondering if anyone has got any pointers on this. Thanks. On Thu, May 12, 2016 at 4:30 PM, Ahirnish Pareek wrote: > Hi Devs, > > I am running already existing tests before adding one of my own with tox > and the test is failing along with pylint which runs after the tests. > Pylint is failing because it expects type Node and getting type Str at the > affected location. > > I have changed the /pylint/tox.ini file to run only > /pylint/pylint/test/test_self.py - > commands = python -Wi -m unittest discover -s > {envsitepackagesdir}/pylint/test/ -p {posargs:**test_self**}.py > > Traceback: > Traceback (most recent call last): > File "pylint/bin/pylint", line 11, in > sys.exit(run_pylint()) > File > "/Users/ahirnish/pylint_patch/pylint/.tox/pylint/lib/python2.7/site-packages/pylint/__init__.py", > line 23, in run_pylint > Run(sys.argv[1:]) > File > "/Users/ahirnish/pylint_patch/pylint/.tox/pylint/lib/python2.7/site-packages/pylint/lint.py", > line 1313, in __init__ > linter.check(args) > File > "/Users/ahirnish/pylint_patch/pylint/.tox/pylint/lib/python2.7/site-packages/pylint/lint.py", > line 734, in check > self._do_check(files_or_modules) > File > "/Users/ahirnish/pylint_patch/pylint/.tox/pylint/lib/python2.7/site-packages/pylint/lint.py", > line 865, in _do_check > self.check_astroid_module(ast_node, walker, rawcheckers, tokencheckers) > File > "/Users/ahirnish/pylint_patch/pylint/.tox/pylint/lib/python2.7/site-packages/pylint/lint.py", > line 943, in check_astroid_module > walker.walk(ast_node) > File > "/Users/ahirnish/pylint_patch/pylint/.tox/pylint/lib/python2.7/site-packages/pylint/utils.py", > line 940, in walk > self.walk(child) > File > "/Users/ahirnish/pylint_patch/pylint/.tox/pylint/lib/python2.7/site-packages/pylint/utils.py", > line 940, in walk > self.walk(child) > File > "/Users/ahirnish/pylint_patch/pylint/.tox/pylint/lib/python2.7/site-packages/pylint/utils.py", > line 940, in walk > self.walk(child) > File > "/Users/ahirnish/pylint_patch/pylint/.tox/pylint/lib/python2.7/site-packages/pylint/utils.py", > line 940, in walk > self.walk(child) > File > "/Users/ahirnish/pylint_patch/pylint/.tox/pylint/lib/python2.7/site-packages/pylint/utils.py", > line 940, in walk > self.walk(child) > File > "/Users/ahirnish/pylint_patch/pylint/.tox/pylint/lib/python2.7/site-packages/pylint/utils.py", > line 936, in walk > cb(astroid) > File > "/Users/ahirnish/pylint_patch/pylint/.tox/pylint/lib/python2.7/site-packages/pylint/checkers/base.py", > line 1951, in visit_assign > if var_type == astroid.YES or var_type.as_string() == 'None': > File > "/Users/ahirnish/pylint_patch/pylint/.tox/pylint/lib/python2.7/site-packages/astroid/node_classes.py", > line 446, in as_string > return as_string.to_code(self) > File > "/Users/ahirnish/pylint_patch/pylint/.tox/pylint/lib/python2.7/site-packages/astroid/as_string.py", > line 37, in __call__ > return node.accept(self) > File > "/Users/ahirnish/pylint_patch/pylint/.tox/pylint/lib/python2.7/site-packages/astroid/node_classes.py", > line 230, in accept > return func(self) > File > "/Users/ahirnish/pylint_patch/pylint/.tox/pylint/lib/python2.7/site-packages/astroid/as_string.py", > line 297, in visit_list > return '[%s]' % ', '.join([child.accept(self) for child in node.elts]) > AttributeError: 'str' object has no attribute 'accept' > ERROR: InvocationError: > '/Users/ahirnish/pylint_patch/pylint/.tox/pylint/bin/pylint -rn > --rcfile=/Users/ahirnish/pylint_patch/pylint/pylintrc > /Users/ahirnish/pylint_patch/pylint/.tox/pylint/lib/python2.7/site-packages/pylint' > > After initial debugging, I could see that node.elts is a list of strings = > [ '-rn', '--rcfile=/Users/ahirnish/pylint_patch/pylint/pylintrc', > '/Users/ahirnish/pylint_patch/pylint/.tox/pylint/lib/python2.7/site-packages/pylint' > ] > > But I cant figure out how command line arguments got introduced in the > chain. Any help here would be great. > > Thanks in advance. > > -- > Regards, > Ahirnish > -- Regards, Ahirnish -------------- next part -------------- An HTML attachment was scrubbed... URL: From graffatcolmingov at gmail.com Wed May 18 17:55:07 2016 From: graffatcolmingov at gmail.com (Ian Cordasco) Date: Wed, 18 May 2016 16:55:07 -0500 Subject: [code-quality] Pylint failing with tox In-Reply-To: References: Message-ID: Hi Ahirnish, You might have better luck joining #pylint on chat.freenode.net (IRC) to discuss this problem. Cheers, Ian On Wed, May 18, 2016 at 11:39 AM, Ahirnish Pareek wrote: > Hi Devs, > > Just wondering if anyone has got any pointers on this. > > Thanks. > > On Thu, May 12, 2016 at 4:30 PM, Ahirnish Pareek > wrote: >> >> Hi Devs, >> >> I am running already existing tests before adding one of my own with tox >> and the test is failing along with pylint which runs after the tests. Pylint >> is failing because it expects type Node and getting type Str at the affected >> location. >> >> I have changed the /pylint/tox.ini file to run only >> /pylint/pylint/test/test_self.py - >> commands = python -Wi -m unittest discover -s >> {envsitepackagesdir}/pylint/test/ -p {posargs:*test_self*}.py >> >> Traceback: >> Traceback (most recent call last): >> File "pylint/bin/pylint", line 11, in >> sys.exit(run_pylint()) >> File >> "/Users/ahirnish/pylint_patch/pylint/.tox/pylint/lib/python2.7/site-packages/pylint/__init__.py", >> line 23, in run_pylint >> Run(sys.argv[1:]) >> File >> "/Users/ahirnish/pylint_patch/pylint/.tox/pylint/lib/python2.7/site-packages/pylint/lint.py", >> line 1313, in __init__ >> linter.check(args) >> File >> "/Users/ahirnish/pylint_patch/pylint/.tox/pylint/lib/python2.7/site-packages/pylint/lint.py", >> line 734, in check >> self._do_check(files_or_modules) >> File >> "/Users/ahirnish/pylint_patch/pylint/.tox/pylint/lib/python2.7/site-packages/pylint/lint.py", >> line 865, in _do_check >> self.check_astroid_module(ast_node, walker, rawcheckers, >> tokencheckers) >> File >> "/Users/ahirnish/pylint_patch/pylint/.tox/pylint/lib/python2.7/site-packages/pylint/lint.py", >> line 943, in check_astroid_module >> walker.walk(ast_node) >> File >> "/Users/ahirnish/pylint_patch/pylint/.tox/pylint/lib/python2.7/site-packages/pylint/utils.py", >> line 940, in walk >> self.walk(child) >> File >> "/Users/ahirnish/pylint_patch/pylint/.tox/pylint/lib/python2.7/site-packages/pylint/utils.py", >> line 940, in walk >> self.walk(child) >> File >> "/Users/ahirnish/pylint_patch/pylint/.tox/pylint/lib/python2.7/site-packages/pylint/utils.py", >> line 940, in walk >> self.walk(child) >> File >> "/Users/ahirnish/pylint_patch/pylint/.tox/pylint/lib/python2.7/site-packages/pylint/utils.py", >> line 940, in walk >> self.walk(child) >> File >> "/Users/ahirnish/pylint_patch/pylint/.tox/pylint/lib/python2.7/site-packages/pylint/utils.py", >> line 940, in walk >> self.walk(child) >> File >> "/Users/ahirnish/pylint_patch/pylint/.tox/pylint/lib/python2.7/site-packages/pylint/utils.py", >> line 936, in walk >> cb(astroid) >> File >> "/Users/ahirnish/pylint_patch/pylint/.tox/pylint/lib/python2.7/site-packages/pylint/checkers/base.py", >> line 1951, in visit_assign >> if var_type == astroid.YES or var_type.as_string() == 'None': >> File >> "/Users/ahirnish/pylint_patch/pylint/.tox/pylint/lib/python2.7/site-packages/astroid/node_classes.py", >> line 446, in as_string >> return as_string.to_code(self) >> File >> "/Users/ahirnish/pylint_patch/pylint/.tox/pylint/lib/python2.7/site-packages/astroid/as_string.py", >> line 37, in __call__ >> return node.accept(self) >> File >> "/Users/ahirnish/pylint_patch/pylint/.tox/pylint/lib/python2.7/site-packages/astroid/node_classes.py", >> line 230, in accept >> return func(self) >> File >> "/Users/ahirnish/pylint_patch/pylint/.tox/pylint/lib/python2.7/site-packages/astroid/as_string.py", >> line 297, in visit_list >> return '[%s]' % ', '.join([child.accept(self) for child in node.elts]) >> AttributeError: 'str' object has no attribute 'accept' >> ERROR: InvocationError: >> '/Users/ahirnish/pylint_patch/pylint/.tox/pylint/bin/pylint -rn >> --rcfile=/Users/ahirnish/pylint_patch/pylint/pylintrc >> /Users/ahirnish/pylint_patch/pylint/.tox/pylint/lib/python2.7/site-packages/pylint' >> >> After initial debugging, I could see that node.elts is a list of strings >> = [ '-rn', '--rcfile=/Users/ahirnish/pylint_patch/pylint/pylintrc', >> '/Users/ahirnish/pylint_patch/pylint/.tox/pylint/lib/python2.7/site-packages/pylint' >> ] >> >> But I cant figure out how command line arguments got introduced in the >> chain. Any help here would be great. >> >> Thanks in advance. >> >> -- >> Regards, >> Ahirnish > > > > > -- > Regards, > Ahirnish > > _______________________________________________ > code-quality mailing list > code-quality at python.org > https://mail.python.org/mailman/listinfo/code-quality > From ianlee1521 at gmail.com Thu May 19 09:58:30 2016 From: ianlee1521 at gmail.com (Ian Lee) Date: Thu, 19 May 2016 06:58:30 -0700 Subject: [code-quality] [Social] Who is going to PyCon (US)? In-Reply-To: References: <1459183863.2466746.561592938.3D078565@webmail.messagingengine.com> <1463549648.2794432.611119113.6802BFAC@webmail.messagingengine.com> Message-ID: I would prefer lunch (between the tutorials) over dinner, as there is the opening reception on the evening of the 29th (which as you might guess, I'm planning to attend.) https://us.pycon.org/2016/events/reception/ On Wednesday, May 18, 2016, Eric Casteleijn wrote: > 29th works for me, either lunch or dinner. Frank's noodle house is close > to the Pycon venue, and probably has most of the dietary options covered, > but Portland's pretty easy to get around, so if people have specific > hankerings and are willing to take a bus, I'd be happy to come up with > other suggestions. > > On Wed, May 18, 2016 at 9:02 AM, Ian Cordasco > wrote: > >> We didn't really decide on a time. >> >> I think we'll all be around on the 29th though. Would lunch or dinner >> on the 29th sound appealing to anyone? >> >> On Wed, May 18, 2016 at 12:34 AM, Matt Chung > > wrote: >> > Hey All, >> > Just following up here. @Ian, Has a date been established ? I'll be at >> > Pycon between the 27th and 31st so hopefully it falls between there :) >> > >> > Cheers, >> > Matt Chung >> > blog | github | twitter | linkedin >> > >> > >> > On Mon, Apr 11, 2016, at 12:55 PM, Eric Casteleijn wrote: >> > >> > Hey, so I meant to reply, and then spaced on it, but: I'd be happy to >> > suggest locations, once we have a date, and a sense of dietary and other >> > requirements/desires of attendees, if we plan for it to include >> food/drinks. >> > >> > On Mon, Mar 28, 2016 at 3:53 PM, Ian Cordasco < >> graffatcolmingov at gmail.com >> > >> > wrote: >> > >> > On Mon, Mar 28, 2016 at 4:22 PM, Eric Casteleijn > > wrote: >> >> I will be at Pycon, and would love to attend such a meeting, though I >> >> realize I've only been lurking here so far. I'd like to contribute more >> >> though. I live in Portland, so any date is likely to work for me. >> > >> > Don't worry about being a "lurker". :-) You'll likely be our source of >> > a location to head to if we can't get a BoF space (which I think will >> > suit us well). >> > >> > I look forward to seeing you, Matt, Ian, and whomever else comes. :-) >> > >> > Cheers, >> > Ian >> > >> > >> > >> > >> > -- >> > - eric casteleijn >> > >> > >> > > > > -- > - eric casteleijn > -- ~ Ian Lee | IanLee1521 at gmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From daniel.wandschneider at schrodinger.com Fri May 20 00:38:24 2016 From: daniel.wandschneider at schrodinger.com (Dan Wandschneider) Date: Thu, 19 May 2016 21:38:24 -0700 Subject: [code-quality] [Social] Who is going to PyCon (US)? In-Reply-To: References: <1459183863.2466746.561592938.3D078565@webmail.messagingengine.com> <1463549648.2794432.611119113.6802BFAC@webmail.messagingengine.com> Message-ID: Lunch on Sunday makes sense. On Thu, May 19, 2016 at 6:58 AM, Ian Lee wrote: > I would prefer lunch (between the tutorials) over dinner, as there is the > opening reception on the evening of the 29th (which as you might guess, I'm > planning to attend.) > > https://us.pycon.org/2016/events/reception/ > > > On Wednesday, May 18, 2016, Eric Casteleijn wrote: > >> 29th works for me, either lunch or dinner. Frank's noodle house is close >> to the Pycon venue, and probably has most of the dietary options covered, >> but Portland's pretty easy to get around, so if people have specific >> hankerings and are willing to take a bus, I'd be happy to come up with >> other suggestions. >> >> On Wed, May 18, 2016 at 9:02 AM, Ian Cordasco > > wrote: >> >>> We didn't really decide on a time. >>> >>> I think we'll all be around on the 29th though. Would lunch or dinner >>> on the 29th sound appealing to anyone? >>> >>> On Wed, May 18, 2016 at 12:34 AM, Matt Chung >>> wrote: >>> > Hey All, >>> > Just following up here. @Ian, Has a date been established ? I'll be >>> at >>> > Pycon between the 27th and 31st so hopefully it falls between there :) >>> > >>> > Cheers, >>> > Matt Chung >>> > blog | github | twitter | linkedin >>> > >>> > >>> > On Mon, Apr 11, 2016, at 12:55 PM, Eric Casteleijn wrote: >>> > >>> > Hey, so I meant to reply, and then spaced on it, but: I'd be happy to >>> > suggest locations, once we have a date, and a sense of dietary and >>> other >>> > requirements/desires of attendees, if we plan for it to include >>> food/drinks. >>> > >>> > On Mon, Mar 28, 2016 at 3:53 PM, Ian Cordasco < >>> graffatcolmingov at gmail.com> >>> > wrote: >>> > >>> > On Mon, Mar 28, 2016 at 4:22 PM, Eric Casteleijn >>> wrote: >>> >> I will be at Pycon, and would love to attend such a meeting, though I >>> >> realize I've only been lurking here so far. I'd like to contribute >>> more >>> >> though. I live in Portland, so any date is likely to work for me. >>> > >>> > Don't worry about being a "lurker". :-) You'll likely be our source of >>> > a location to head to if we can't get a BoF space (which I think will >>> > suit us well). >>> > >>> > I look forward to seeing you, Matt, Ian, and whomever else comes. :-) >>> > >>> > Cheers, >>> > Ian >>> > >>> > >>> > >>> > >>> > -- >>> > - eric casteleijn >>> > >>> > >>> >> >> >> >> -- >> - eric casteleijn >> > > > -- > > ~ Ian Lee | IanLee1521 at gmail.com > > > _______________________________________________ > code-quality mailing list > code-quality at python.org > https://mail.python.org/mailman/listinfo/code-quality > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From strombrg at gmail.com Mon May 23 11:46:06 2016 From: strombrg at gmail.com (Dan Stromberg) Date: Mon, 23 May 2016 08:46:06 -0700 Subject: [code-quality] Nested loop with same control variable: no warning? Message-ID: Why doesn't the following produce a pylint warning? for counter in range(2): for counter in range(3): print(counter) Note that we've used "counter" twice. Thanks! -- Dan Stromberg -------------- next part -------------- An HTML attachment was scrubbed... URL: From pcmanticore at gmail.com Mon May 23 11:49:17 2016 From: pcmanticore at gmail.com (Claudiu Popa) Date: Mon, 23 May 2016 16:49:17 +0100 Subject: [code-quality] Nested loop with same control variable: no warning? In-Reply-To: References: Message-ID: On Mon, May 23, 2016 at 4:46 PM, Dan Stromberg wrote: > > Why doesn't the following produce a pylint warning? > > for counter in range(2): > for counter in range(3): > print(counter) > > Note that we've used "counter" twice. > > Thanks! > > -- > Dan Stromberg > > _______________________________________________ > code-quality mailing list > code-quality at python.org > https://mail.python.org/mailman/listinfo/code-quality > Hi, It's probably a bug, please fill an issue in our bug tracker, so we don't lose this. Thank you! From pcmanticore at gmail.com Mon May 23 11:51:23 2016 From: pcmanticore at gmail.com (Claudiu Popa) Date: Mon, 23 May 2016 16:51:23 +0100 Subject: [code-quality] Pylint failing with tox In-Reply-To: References: Message-ID: > On Wed, May 18, 2016 at 11:39 AM, Ahirnish Pareek wrote: >> Hi Devs, >> >> Just wondering if anyone has got any pointers on this. >> >> Thanks. >> Hi Ahirnish, I'm not sure how can I replicate this. Can you create an issue on our bug tracker (https://github.com/PyCQA/pylint) with the reproducing steps you used in order to get to this situation? Thank you! Claudiu From ianlee1521 at gmail.com Wed May 25 00:23:27 2016 From: ianlee1521 at gmail.com (Ian Lee) Date: Tue, 24 May 2016 21:23:27 -0700 Subject: [code-quality] [Social] Who is going to PyCon (US)? In-Reply-To: References: <1459183863.2466746.561592938.3D078565@webmail.messagingengine.com> <1463549648.2794432.611119113.6802BFAC@webmail.messagingengine.com> Message-ID: Looks like the tutorials end at 12:20 and start back up at 13:20. I'm ok leaving a little early, but I'd personally like to be back in time for the start of them at 13:20. I don't know the good places, but how about we plan on something close to the venue at 11:45? That should give us until 13:00 or so and plenty of time for those of us with afternoon tutorials to make it back. Objections? Recommendations on a place to eat? On Thu, May 19, 2016 at 9:38 PM, Dan Wandschneider < daniel.wandschneider at schrodinger.com> wrote: > Lunch on Sunday makes sense. > > On Thu, May 19, 2016 at 6:58 AM, Ian Lee wrote: > >> I would prefer lunch (between the tutorials) over dinner, as there is the >> opening reception on the evening of the 29th (which as you might guess, I'm >> planning to attend.) >> >> https://us.pycon.org/2016/events/reception/ >> >> >> On Wednesday, May 18, 2016, Eric Casteleijn wrote: >> >>> 29th works for me, either lunch or dinner. Frank's noodle house is close >>> to the Pycon venue, and probably has most of the dietary options covered, >>> but Portland's pretty easy to get around, so if people have specific >>> hankerings and are willing to take a bus, I'd be happy to come up with >>> other suggestions. >>> >>> On Wed, May 18, 2016 at 9:02 AM, Ian Cordasco < >>> graffatcolmingov at gmail.com> wrote: >>> >>>> We didn't really decide on a time. >>>> >>>> I think we'll all be around on the 29th though. Would lunch or dinner >>>> on the 29th sound appealing to anyone? >>>> >>>> On Wed, May 18, 2016 at 12:34 AM, Matt Chung >>>> wrote: >>>> > Hey All, >>>> > Just following up here. @Ian, Has a date been established ? I'll be >>>> at >>>> > Pycon between the 27th and 31st so hopefully it falls between there :) >>>> > >>>> > Cheers, >>>> > Matt Chung >>>> > blog | github | twitter | linkedin >>>> > >>>> > >>>> > On Mon, Apr 11, 2016, at 12:55 PM, Eric Casteleijn wrote: >>>> > >>>> > Hey, so I meant to reply, and then spaced on it, but: I'd be happy to >>>> > suggest locations, once we have a date, and a sense of dietary and >>>> other >>>> > requirements/desires of attendees, if we plan for it to include >>>> food/drinks. >>>> > >>>> > On Mon, Mar 28, 2016 at 3:53 PM, Ian Cordasco < >>>> graffatcolmingov at gmail.com> >>>> > wrote: >>>> > >>>> > On Mon, Mar 28, 2016 at 4:22 PM, Eric Casteleijn >>>> wrote: >>>> >> I will be at Pycon, and would love to attend such a meeting, though I >>>> >> realize I've only been lurking here so far. I'd like to contribute >>>> more >>>> >> though. I live in Portland, so any date is likely to work for me. >>>> > >>>> > Don't worry about being a "lurker". :-) You'll likely be our source of >>>> > a location to head to if we can't get a BoF space (which I think will >>>> > suit us well). >>>> > >>>> > I look forward to seeing you, Matt, Ian, and whomever else comes. :-) >>>> > >>>> > Cheers, >>>> > Ian >>>> > >>>> > >>>> > >>>> > >>>> > -- >>>> > - eric casteleijn >>>> > >>>> > >>>> >>> >>> >>> >>> -- >>> - eric casteleijn >>> >> >> >> -- >> >> ~ Ian Lee | IanLee1521 at gmail.com >> >> >> _______________________________________________ >> code-quality mailing list >> code-quality at python.org >> https://mail.python.org/mailman/listinfo/code-quality >> >> > -- ~ Ian Lee | IanLee1521 at gmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From ahirnish at arista.com Wed May 25 06:35:01 2016 From: ahirnish at arista.com (Ahirnish Pareek) Date: Wed, 25 May 2016 16:05:01 +0530 Subject: [code-quality] Pylint failing with tox In-Reply-To: References: Message-ID: Hey Claudiu, Opened new issue just like you asked - https://github.com/PyCQA/pylint/issues/915 Hoping to nailing it down with some suggestions from your side. On Mon, May 23, 2016 at 9:21 PM, Claudiu Popa wrote: > > On Wed, May 18, 2016 at 11:39 AM, Ahirnish Pareek > wrote: > >> Hi Devs, > >> > >> Just wondering if anyone has got any pointers on this. > >> > >> Thanks. > >> > > Hi Ahirnish, > > I'm not sure how can I replicate this. Can you create an issue > on our bug tracker (https://github.com/PyCQA/pylint) with > the reproducing steps you used in order to get to this situation? > > > Thank you! > > Claudiu > -- Regards, Ahirnish -------------- next part -------------- An HTML attachment was scrubbed... URL: From graffatcolmingov at gmail.com Wed May 25 08:37:03 2016 From: graffatcolmingov at gmail.com (Ian Cordasco) Date: Wed, 25 May 2016 07:37:03 -0500 Subject: [code-quality] [Social] Who is going to PyCon (US)? In-Reply-To: References: <1459183863.2466746.561592938.3D078565@webmail.messagingengine.com> <1463549648.2794432.611119113.6802BFAC@webmail.messagingengine.com> Message-ID: Maybe it makes sense to not inconvenience people going to tutorials? Should we change the day/meal. Since PyCon provides breakfast, we could do a breakfast meetup during PyCon. That should be free of conflicts On May 24, 2016 11:23 PM, "Ian Lee" wrote: > Looks like the tutorials end at 12:20 and start back up at 13:20. I'm ok > leaving a little early, but I'd personally like to be back in time for the > start of them at 13:20. > > I don't know the good places, but how about we plan on something close to > the venue at 11:45? That should give us until 13:00 or so and plenty of > time for those of us with afternoon tutorials to make it back. Objections? > Recommendations on a place to eat? > > On Thu, May 19, 2016 at 9:38 PM, Dan Wandschneider < > daniel.wandschneider at schrodinger.com> wrote: > >> Lunch on Sunday makes sense. >> >> On Thu, May 19, 2016 at 6:58 AM, Ian Lee wrote: >> >>> I would prefer lunch (between the tutorials) over dinner, as there is >>> the opening reception on the evening of the 29th (which as you might guess, >>> I'm planning to attend.) >>> >>> https://us.pycon.org/2016/events/reception/ >>> >>> >>> On Wednesday, May 18, 2016, Eric Casteleijn wrote: >>> >>>> 29th works for me, either lunch or dinner. Frank's noodle house is >>>> close to the Pycon venue, and probably has most of the dietary options >>>> covered, but Portland's pretty easy to get around, so if people have >>>> specific hankerings and are willing to take a bus, I'd be happy to come up >>>> with other suggestions. >>>> >>>> On Wed, May 18, 2016 at 9:02 AM, Ian Cordasco < >>>> graffatcolmingov at gmail.com> wrote: >>>> >>>>> We didn't really decide on a time. >>>>> >>>>> I think we'll all be around on the 29th though. Would lunch or dinner >>>>> on the 29th sound appealing to anyone? >>>>> >>>>> On Wed, May 18, 2016 at 12:34 AM, Matt Chung >>>>> wrote: >>>>> > Hey All, >>>>> > Just following up here. @Ian, Has a date been established ? I'll >>>>> be at >>>>> > Pycon between the 27th and 31st so hopefully it falls between there >>>>> :) >>>>> > >>>>> > Cheers, >>>>> > Matt Chung >>>>> > blog | github | twitter | linkedin >>>>> > >>>>> > >>>>> > On Mon, Apr 11, 2016, at 12:55 PM, Eric Casteleijn wrote: >>>>> > >>>>> > Hey, so I meant to reply, and then spaced on it, but: I'd be happy to >>>>> > suggest locations, once we have a date, and a sense of dietary and >>>>> other >>>>> > requirements/desires of attendees, if we plan for it to include >>>>> food/drinks. >>>>> > >>>>> > On Mon, Mar 28, 2016 at 3:53 PM, Ian Cordasco < >>>>> graffatcolmingov at gmail.com> >>>>> > wrote: >>>>> > >>>>> > On Mon, Mar 28, 2016 at 4:22 PM, Eric Casteleijn >>>>> wrote: >>>>> >> I will be at Pycon, and would love to attend such a meeting, though >>>>> I >>>>> >> realize I've only been lurking here so far. I'd like to contribute >>>>> more >>>>> >> though. I live in Portland, so any date is likely to work for me. >>>>> > >>>>> > Don't worry about being a "lurker". :-) You'll likely be our source >>>>> of >>>>> > a location to head to if we can't get a BoF space (which I think will >>>>> > suit us well). >>>>> > >>>>> > I look forward to seeing you, Matt, Ian, and whomever else comes. :-) >>>>> > >>>>> > Cheers, >>>>> > Ian >>>>> > >>>>> > >>>>> > >>>>> > >>>>> > -- >>>>> > - eric casteleijn >>>>> > >>>>> > >>>>> >>>> >>>> >>>> >>>> -- >>>> - eric casteleijn >>>> >>> >>> >>> -- >>> >>> ~ Ian Lee | IanLee1521 at gmail.com >>> >>> >>> _______________________________________________ >>> code-quality mailing list >>> code-quality at python.org >>> https://mail.python.org/mailman/listinfo/code-quality >>> >>> >> > > > -- > > ~ Ian Lee | IanLee1521 at gmail.com > > _______________________________________________ > code-quality mailing list > code-quality at python.org > https://mail.python.org/mailman/listinfo/code-quality > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From thisfred at gmail.com Wed May 25 13:59:36 2016 From: thisfred at gmail.com (Eric Casteleijn) Date: Wed, 25 May 2016 10:59:36 -0700 Subject: [code-quality] [Social] Who is going to PyCon (US)? In-Reply-To: References: <1459183863.2466746.561592938.3D078565@webmail.messagingengine.com> <1463549648.2794432.611119113.6802BFAC@webmail.messagingengine.com> Message-ID: Frank's Noodle House is pretty close, but a breakfast meeting works for me too. On Wed, May 25, 2016 at 5:37 AM, Ian Cordasco wrote: > Maybe it makes sense to not inconvenience people going to tutorials? > Should we change the day/meal. Since PyCon provides breakfast, we could do > a breakfast meetup during PyCon. That should be free of conflicts > On May 24, 2016 11:23 PM, "Ian Lee" wrote: > >> Looks like the tutorials end at 12:20 and start back up at 13:20. I'm ok >> leaving a little early, but I'd personally like to be back in time for the >> start of them at 13:20. >> >> I don't know the good places, but how about we plan on something close to >> the venue at 11:45? That should give us until 13:00 or so and plenty of >> time for those of us with afternoon tutorials to make it back. Objections? >> Recommendations on a place to eat? >> >> On Thu, May 19, 2016 at 9:38 PM, Dan Wandschneider < >> daniel.wandschneider at schrodinger.com> wrote: >> >>> Lunch on Sunday makes sense. >>> >>> On Thu, May 19, 2016 at 6:58 AM, Ian Lee wrote: >>> >>>> I would prefer lunch (between the tutorials) over dinner, as there is >>>> the opening reception on the evening of the 29th (which as you might guess, >>>> I'm planning to attend.) >>>> >>>> https://us.pycon.org/2016/events/reception/ >>>> >>>> >>>> On Wednesday, May 18, 2016, Eric Casteleijn wrote: >>>> >>>>> 29th works for me, either lunch or dinner. Frank's noodle house is >>>>> close to the Pycon venue, and probably has most of the dietary options >>>>> covered, but Portland's pretty easy to get around, so if people have >>>>> specific hankerings and are willing to take a bus, I'd be happy to come up >>>>> with other suggestions. >>>>> >>>>> On Wed, May 18, 2016 at 9:02 AM, Ian Cordasco < >>>>> graffatcolmingov at gmail.com> wrote: >>>>> >>>>>> We didn't really decide on a time. >>>>>> >>>>>> I think we'll all be around on the 29th though. Would lunch or dinner >>>>>> on the 29th sound appealing to anyone? >>>>>> >>>>>> On Wed, May 18, 2016 at 12:34 AM, Matt Chung >>>>>> wrote: >>>>>> > Hey All, >>>>>> > Just following up here. @Ian, Has a date been established ? I'll >>>>>> be at >>>>>> > Pycon between the 27th and 31st so hopefully it falls between there >>>>>> :) >>>>>> > >>>>>> > Cheers, >>>>>> > Matt Chung >>>>>> > blog | github | twitter | linkedin >>>>>> > >>>>>> > >>>>>> > On Mon, Apr 11, 2016, at 12:55 PM, Eric Casteleijn wrote: >>>>>> > >>>>>> > Hey, so I meant to reply, and then spaced on it, but: I'd be happy >>>>>> to >>>>>> > suggest locations, once we have a date, and a sense of dietary and >>>>>> other >>>>>> > requirements/desires of attendees, if we plan for it to include >>>>>> food/drinks. >>>>>> > >>>>>> > On Mon, Mar 28, 2016 at 3:53 PM, Ian Cordasco < >>>>>> graffatcolmingov at gmail.com> >>>>>> > wrote: >>>>>> > >>>>>> > On Mon, Mar 28, 2016 at 4:22 PM, Eric Casteleijn < >>>>>> thisfred at gmail.com> wrote: >>>>>> >> I will be at Pycon, and would love to attend such a meeting, >>>>>> though I >>>>>> >> realize I've only been lurking here so far. I'd like to contribute >>>>>> more >>>>>> >> though. I live in Portland, so any date is likely to work for me. >>>>>> > >>>>>> > Don't worry about being a "lurker". :-) You'll likely be our source >>>>>> of >>>>>> > a location to head to if we can't get a BoF space (which I think >>>>>> will >>>>>> > suit us well). >>>>>> > >>>>>> > I look forward to seeing you, Matt, Ian, and whomever else comes. >>>>>> :-) >>>>>> > >>>>>> > Cheers, >>>>>> > Ian >>>>>> > >>>>>> > >>>>>> > >>>>>> > >>>>>> > -- >>>>>> > - eric casteleijn >>>>>> > >>>>>> > >>>>>> >>>>> >>>>> >>>>> >>>>> -- >>>>> - eric casteleijn >>>>> >>>> >>>> >>>> -- >>>> >>>> ~ Ian Lee | IanLee1521 at gmail.com >>>> >>>> >>>> _______________________________________________ >>>> code-quality mailing list >>>> code-quality at python.org >>>> https://mail.python.org/mailman/listinfo/code-quality >>>> >>>> >>> >> >> >> -- >> >> ~ Ian Lee | IanLee1521 at gmail.com >> >> _______________________________________________ >> code-quality mailing list >> code-quality at python.org >> https://mail.python.org/mailman/listinfo/code-quality >> >> > _______________________________________________ > code-quality mailing list > code-quality at python.org > https://mail.python.org/mailman/listinfo/code-quality > > -- - eric casteleijn -------------- next part -------------- An HTML attachment was scrubbed... URL: From ianlee1521 at gmail.com Wed May 25 14:29:19 2016 From: ianlee1521 at gmail.com (Ian Lee) Date: Wed, 25 May 2016 11:29:19 -0700 Subject: [code-quality] [Social] Who is going to PyCon (US)? In-Reply-To: References: <1459183863.2466746.561592938.3D078565@webmail.messagingengine.com> <1463549648.2794432.611119113.6802BFAC@webmail.messagingengine.com> Message-ID: How about breakfast on Tuesday? That way we avoid any confusion Monday as everyone is checking in? On Wed, May 25, 2016 at 10:59 AM, Eric Casteleijn wrote: > Frank's Noodle House is pretty close, but a breakfast meeting works for me > too. > > On Wed, May 25, 2016 at 5:37 AM, Ian Cordasco > wrote: > >> Maybe it makes sense to not inconvenience people going to tutorials? >> Should we change the day/meal. Since PyCon provides breakfast, we could do >> a breakfast meetup during PyCon. That should be free of conflicts >> On May 24, 2016 11:23 PM, "Ian Lee" wrote: >> >>> Looks like the tutorials end at 12:20 and start back up at 13:20. I'm ok >>> leaving a little early, but I'd personally like to be back in time for the >>> start of them at 13:20. >>> >>> I don't know the good places, but how about we plan on something close >>> to the venue at 11:45? That should give us until 13:00 or so and plenty of >>> time for those of us with afternoon tutorials to make it back. Objections? >>> Recommendations on a place to eat? >>> >>> On Thu, May 19, 2016 at 9:38 PM, Dan Wandschneider < >>> daniel.wandschneider at schrodinger.com> wrote: >>> >>>> Lunch on Sunday makes sense. >>>> >>>> On Thu, May 19, 2016 at 6:58 AM, Ian Lee wrote: >>>> >>>>> I would prefer lunch (between the tutorials) over dinner, as there is >>>>> the opening reception on the evening of the 29th (which as you might guess, >>>>> I'm planning to attend.) >>>>> >>>>> https://us.pycon.org/2016/events/reception/ >>>>> >>>>> >>>>> On Wednesday, May 18, 2016, Eric Casteleijn >>>>> wrote: >>>>> >>>>>> 29th works for me, either lunch or dinner. Frank's noodle house is >>>>>> close to the Pycon venue, and probably has most of the dietary options >>>>>> covered, but Portland's pretty easy to get around, so if people have >>>>>> specific hankerings and are willing to take a bus, I'd be happy to come up >>>>>> with other suggestions. >>>>>> >>>>>> On Wed, May 18, 2016 at 9:02 AM, Ian Cordasco < >>>>>> graffatcolmingov at gmail.com> wrote: >>>>>> >>>>>>> We didn't really decide on a time. >>>>>>> >>>>>>> I think we'll all be around on the 29th though. Would lunch or dinner >>>>>>> on the 29th sound appealing to anyone? >>>>>>> >>>>>>> On Wed, May 18, 2016 at 12:34 AM, Matt Chung < >>>>>>> matt at itsmemattchung.com> wrote: >>>>>>> > Hey All, >>>>>>> > Just following up here. @Ian, Has a date been established ? I'll >>>>>>> be at >>>>>>> > Pycon between the 27th and 31st so hopefully it falls between >>>>>>> there :) >>>>>>> > >>>>>>> > Cheers, >>>>>>> > Matt Chung >>>>>>> > blog | github | twitter | linkedin >>>>>>> > >>>>>>> > >>>>>>> > On Mon, Apr 11, 2016, at 12:55 PM, Eric Casteleijn wrote: >>>>>>> > >>>>>>> > Hey, so I meant to reply, and then spaced on it, but: I'd be happy >>>>>>> to >>>>>>> > suggest locations, once we have a date, and a sense of dietary and >>>>>>> other >>>>>>> > requirements/desires of attendees, if we plan for it to include >>>>>>> food/drinks. >>>>>>> > >>>>>>> > On Mon, Mar 28, 2016 at 3:53 PM, Ian Cordasco < >>>>>>> graffatcolmingov at gmail.com> >>>>>>> > wrote: >>>>>>> > >>>>>>> > On Mon, Mar 28, 2016 at 4:22 PM, Eric Casteleijn < >>>>>>> thisfred at gmail.com> wrote: >>>>>>> >> I will be at Pycon, and would love to attend such a meeting, >>>>>>> though I >>>>>>> >> realize I've only been lurking here so far. I'd like to >>>>>>> contribute more >>>>>>> >> though. I live in Portland, so any date is likely to work for me. >>>>>>> > >>>>>>> > Don't worry about being a "lurker". :-) You'll likely be our >>>>>>> source of >>>>>>> > a location to head to if we can't get a BoF space (which I think >>>>>>> will >>>>>>> > suit us well). >>>>>>> > >>>>>>> > I look forward to seeing you, Matt, Ian, and whomever else comes. >>>>>>> :-) >>>>>>> > >>>>>>> > Cheers, >>>>>>> > Ian >>>>>>> > >>>>>>> > >>>>>>> > >>>>>>> > >>>>>>> > -- >>>>>>> > - eric casteleijn >>>>>>> > >>>>>>> > >>>>>>> >>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> - eric casteleijn >>>>>> >>>>> >>>>> >>>>> -- >>>>> >>>>> ~ Ian Lee | IanLee1521 at gmail.com >>>>> >>>>> >>>>> _______________________________________________ >>>>> code-quality mailing list >>>>> code-quality at python.org >>>>> https://mail.python.org/mailman/listinfo/code-quality >>>>> >>>>> >>>> >>> >>> >>> -- >>> >>> ~ Ian Lee | IanLee1521 at gmail.com >>> >>> _______________________________________________ >>> code-quality mailing list >>> code-quality at python.org >>> https://mail.python.org/mailman/listinfo/code-quality >>> >>> >> _______________________________________________ >> code-quality mailing list >> code-quality at python.org >> https://mail.python.org/mailman/listinfo/code-quality >> >> > > > -- > - eric casteleijn > -- ~ Ian Lee | IanLee1521 at gmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From graffatcolmingov at gmail.com Wed May 25 14:57:32 2016 From: graffatcolmingov at gmail.com (Ian Cordasco) Date: Wed, 25 May 2016 13:57:32 -0500 Subject: [code-quality] [Social] Who is going to PyCon (US)? In-Reply-To: References: <1459183863.2466746.561592938.3D078565@webmail.messagingengine.com> <1463549648.2794432.611119113.6802BFAC@webmail.messagingengine.com> Message-ID: Sounds great to me. This should allow more people to come, especially if they're budget doesn't quite allow anything else and makes scheduling easy. On May 25, 2016 1:29 PM, "Ian Lee" wrote: > How about breakfast on Tuesday? That way we avoid any confusion Monday as > everyone is checking in? > > On Wed, May 25, 2016 at 10:59 AM, Eric Casteleijn > wrote: > >> Frank's Noodle House is pretty close, but a breakfast meeting works for >> me too. >> >> On Wed, May 25, 2016 at 5:37 AM, Ian Cordasco > > wrote: >> >>> Maybe it makes sense to not inconvenience people going to tutorials? >>> Should we change the day/meal. Since PyCon provides breakfast, we could do >>> a breakfast meetup during PyCon. That should be free of conflicts >>> On May 24, 2016 11:23 PM, "Ian Lee" wrote: >>> >>>> Looks like the tutorials end at 12:20 and start back up at 13:20. I'm >>>> ok leaving a little early, but I'd personally like to be back in time for >>>> the start of them at 13:20. >>>> >>>> I don't know the good places, but how about we plan on something close >>>> to the venue at 11:45? That should give us until 13:00 or so and plenty of >>>> time for those of us with afternoon tutorials to make it back. Objections? >>>> Recommendations on a place to eat? >>>> >>>> On Thu, May 19, 2016 at 9:38 PM, Dan Wandschneider < >>>> daniel.wandschneider at schrodinger.com> wrote: >>>> >>>>> Lunch on Sunday makes sense. >>>>> >>>>> On Thu, May 19, 2016 at 6:58 AM, Ian Lee wrote: >>>>> >>>>>> I would prefer lunch (between the tutorials) over dinner, as there is >>>>>> the opening reception on the evening of the 29th (which as you might guess, >>>>>> I'm planning to attend.) >>>>>> >>>>>> https://us.pycon.org/2016/events/reception/ >>>>>> >>>>>> >>>>>> On Wednesday, May 18, 2016, Eric Casteleijn >>>>>> wrote: >>>>>> >>>>>>> 29th works for me, either lunch or dinner. Frank's noodle house is >>>>>>> close to the Pycon venue, and probably has most of the dietary options >>>>>>> covered, but Portland's pretty easy to get around, so if people have >>>>>>> specific hankerings and are willing to take a bus, I'd be happy to come up >>>>>>> with other suggestions. >>>>>>> >>>>>>> On Wed, May 18, 2016 at 9:02 AM, Ian Cordasco < >>>>>>> graffatcolmingov at gmail.com> wrote: >>>>>>> >>>>>>>> We didn't really decide on a time. >>>>>>>> >>>>>>>> I think we'll all be around on the 29th though. Would lunch or >>>>>>>> dinner >>>>>>>> on the 29th sound appealing to anyone? >>>>>>>> >>>>>>>> On Wed, May 18, 2016 at 12:34 AM, Matt Chung < >>>>>>>> matt at itsmemattchung.com> wrote: >>>>>>>> > Hey All, >>>>>>>> > Just following up here. @Ian, Has a date been established ? >>>>>>>> I'll be at >>>>>>>> > Pycon between the 27th and 31st so hopefully it falls between >>>>>>>> there :) >>>>>>>> > >>>>>>>> > Cheers, >>>>>>>> > Matt Chung >>>>>>>> > blog | github | twitter | linkedin >>>>>>>> > >>>>>>>> > >>>>>>>> > On Mon, Apr 11, 2016, at 12:55 PM, Eric Casteleijn wrote: >>>>>>>> > >>>>>>>> > Hey, so I meant to reply, and then spaced on it, but: I'd be >>>>>>>> happy to >>>>>>>> > suggest locations, once we have a date, and a sense of dietary >>>>>>>> and other >>>>>>>> > requirements/desires of attendees, if we plan for it to include >>>>>>>> food/drinks. >>>>>>>> > >>>>>>>> > On Mon, Mar 28, 2016 at 3:53 PM, Ian Cordasco < >>>>>>>> graffatcolmingov at gmail.com> >>>>>>>> > wrote: >>>>>>>> > >>>>>>>> > On Mon, Mar 28, 2016 at 4:22 PM, Eric Casteleijn < >>>>>>>> thisfred at gmail.com> wrote: >>>>>>>> >> I will be at Pycon, and would love to attend such a meeting, >>>>>>>> though I >>>>>>>> >> realize I've only been lurking here so far. I'd like to >>>>>>>> contribute more >>>>>>>> >> though. I live in Portland, so any date is likely to work for me. >>>>>>>> > >>>>>>>> > Don't worry about being a "lurker". :-) You'll likely be our >>>>>>>> source of >>>>>>>> > a location to head to if we can't get a BoF space (which I think >>>>>>>> will >>>>>>>> > suit us well). >>>>>>>> > >>>>>>>> > I look forward to seeing you, Matt, Ian, and whomever else comes. >>>>>>>> :-) >>>>>>>> > >>>>>>>> > Cheers, >>>>>>>> > Ian >>>>>>>> > >>>>>>>> > >>>>>>>> > >>>>>>>> > >>>>>>>> > -- >>>>>>>> > - eric casteleijn >>>>>>>> > >>>>>>>> > >>>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> -- >>>>>>> - eric casteleijn >>>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> >>>>>> ~ Ian Lee | IanLee1521 at gmail.com >>>>>> >>>>>> >>>>>> _______________________________________________ >>>>>> code-quality mailing list >>>>>> code-quality at python.org >>>>>> https://mail.python.org/mailman/listinfo/code-quality >>>>>> >>>>>> >>>>> >>>> >>>> >>>> -- >>>> >>>> ~ Ian Lee | IanLee1521 at gmail.com >>>> >>>> _______________________________________________ >>>> code-quality mailing list >>>> code-quality at python.org >>>> https://mail.python.org/mailman/listinfo/code-quality >>>> >>>> >>> _______________________________________________ >>> code-quality mailing list >>> code-quality at python.org >>> https://mail.python.org/mailman/listinfo/code-quality >>> >>> >> >> >> -- >> - eric casteleijn >> > > > > -- > > ~ Ian Lee | IanLee1521 at gmail.com > -------------- next part -------------- An HTML attachment was scrubbed... URL: From thisfred at gmail.com Wed May 25 15:35:20 2016 From: thisfred at gmail.com (Eric Casteleijn) Date: Wed, 25 May 2016 12:35:20 -0700 Subject: [code-quality] [Social] Who is going to PyCon (US)? In-Reply-To: References: <1459183863.2466746.561592938.3D078565@webmail.messagingengine.com> <1463549648.2794432.611119113.6802BFAC@webmail.messagingengine.com> Message-ID: alright, let's coordinate a place to meet once we know the lay of the land. On Wed, May 25, 2016 at 11:57 AM, Ian Cordasco wrote: > Sounds great to me. This should allow more people to come, especially if > they're budget doesn't quite allow anything else and makes scheduling easy. > On May 25, 2016 1:29 PM, "Ian Lee" wrote: > >> How about breakfast on Tuesday? That way we avoid any confusion Monday as >> everyone is checking in? >> >> On Wed, May 25, 2016 at 10:59 AM, Eric Casteleijn >> wrote: >> >>> Frank's Noodle House is pretty close, but a breakfast meeting works for >>> me too. >>> >>> On Wed, May 25, 2016 at 5:37 AM, Ian Cordasco < >>> graffatcolmingov at gmail.com> wrote: >>> >>>> Maybe it makes sense to not inconvenience people going to tutorials? >>>> Should we change the day/meal. Since PyCon provides breakfast, we could do >>>> a breakfast meetup during PyCon. That should be free of conflicts >>>> On May 24, 2016 11:23 PM, "Ian Lee" wrote: >>>> >>>>> Looks like the tutorials end at 12:20 and start back up at 13:20. I'm >>>>> ok leaving a little early, but I'd personally like to be back in time for >>>>> the start of them at 13:20. >>>>> >>>>> I don't know the good places, but how about we plan on something close >>>>> to the venue at 11:45? That should give us until 13:00 or so and plenty of >>>>> time for those of us with afternoon tutorials to make it back. Objections? >>>>> Recommendations on a place to eat? >>>>> >>>>> On Thu, May 19, 2016 at 9:38 PM, Dan Wandschneider < >>>>> daniel.wandschneider at schrodinger.com> wrote: >>>>> >>>>>> Lunch on Sunday makes sense. >>>>>> >>>>>> On Thu, May 19, 2016 at 6:58 AM, Ian Lee >>>>>> wrote: >>>>>> >>>>>>> I would prefer lunch (between the tutorials) over dinner, as there >>>>>>> is the opening reception on the evening of the 29th (which as you might >>>>>>> guess, I'm planning to attend.) >>>>>>> >>>>>>> https://us.pycon.org/2016/events/reception/ >>>>>>> >>>>>>> >>>>>>> On Wednesday, May 18, 2016, Eric Casteleijn >>>>>>> wrote: >>>>>>> >>>>>>>> 29th works for me, either lunch or dinner. Frank's noodle house is >>>>>>>> close to the Pycon venue, and probably has most of the dietary options >>>>>>>> covered, but Portland's pretty easy to get around, so if people have >>>>>>>> specific hankerings and are willing to take a bus, I'd be happy to come up >>>>>>>> with other suggestions. >>>>>>>> >>>>>>>> On Wed, May 18, 2016 at 9:02 AM, Ian Cordasco < >>>>>>>> graffatcolmingov at gmail.com> wrote: >>>>>>>> >>>>>>>>> We didn't really decide on a time. >>>>>>>>> >>>>>>>>> I think we'll all be around on the 29th though. Would lunch or >>>>>>>>> dinner >>>>>>>>> on the 29th sound appealing to anyone? >>>>>>>>> >>>>>>>>> On Wed, May 18, 2016 at 12:34 AM, Matt Chung < >>>>>>>>> matt at itsmemattchung.com> wrote: >>>>>>>>> > Hey All, >>>>>>>>> > Just following up here. @Ian, Has a date been established ? >>>>>>>>> I'll be at >>>>>>>>> > Pycon between the 27th and 31st so hopefully it falls between >>>>>>>>> there :) >>>>>>>>> > >>>>>>>>> > Cheers, >>>>>>>>> > Matt Chung >>>>>>>>> > blog | github | twitter | linkedin >>>>>>>>> > >>>>>>>>> > >>>>>>>>> > On Mon, Apr 11, 2016, at 12:55 PM, Eric Casteleijn wrote: >>>>>>>>> > >>>>>>>>> > Hey, so I meant to reply, and then spaced on it, but: I'd be >>>>>>>>> happy to >>>>>>>>> > suggest locations, once we have a date, and a sense of dietary >>>>>>>>> and other >>>>>>>>> > requirements/desires of attendees, if we plan for it to include >>>>>>>>> food/drinks. >>>>>>>>> > >>>>>>>>> > On Mon, Mar 28, 2016 at 3:53 PM, Ian Cordasco < >>>>>>>>> graffatcolmingov at gmail.com> >>>>>>>>> > wrote: >>>>>>>>> > >>>>>>>>> > On Mon, Mar 28, 2016 at 4:22 PM, Eric Casteleijn < >>>>>>>>> thisfred at gmail.com> wrote: >>>>>>>>> >> I will be at Pycon, and would love to attend such a meeting, >>>>>>>>> though I >>>>>>>>> >> realize I've only been lurking here so far. I'd like to >>>>>>>>> contribute more >>>>>>>>> >> though. I live in Portland, so any date is likely to work for >>>>>>>>> me. >>>>>>>>> > >>>>>>>>> > Don't worry about being a "lurker". :-) You'll likely be our >>>>>>>>> source of >>>>>>>>> > a location to head to if we can't get a BoF space (which I think >>>>>>>>> will >>>>>>>>> > suit us well). >>>>>>>>> > >>>>>>>>> > I look forward to seeing you, Matt, Ian, and whomever else >>>>>>>>> comes. :-) >>>>>>>>> > >>>>>>>>> > Cheers, >>>>>>>>> > Ian >>>>>>>>> > >>>>>>>>> > >>>>>>>>> > >>>>>>>>> > >>>>>>>>> > -- >>>>>>>>> > - eric casteleijn >>>>>>>>> > >>>>>>>>> > >>>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> -- >>>>>>>> - eric casteleijn >>>>>>>> >>>>>>> >>>>>>> >>>>>>> -- >>>>>>> >>>>>>> ~ Ian Lee | IanLee1521 at gmail.com >>>>>>> >>>>>>> >>>>>>> _______________________________________________ >>>>>>> code-quality mailing list >>>>>>> code-quality at python.org >>>>>>> https://mail.python.org/mailman/listinfo/code-quality >>>>>>> >>>>>>> >>>>>> >>>>> >>>>> >>>>> -- >>>>> >>>>> ~ Ian Lee | IanLee1521 at gmail.com >>>>> >>>>> _______________________________________________ >>>>> code-quality mailing list >>>>> code-quality at python.org >>>>> https://mail.python.org/mailman/listinfo/code-quality >>>>> >>>>> >>>> _______________________________________________ >>>> code-quality mailing list >>>> code-quality at python.org >>>> https://mail.python.org/mailman/listinfo/code-quality >>>> >>>> >>> >>> >>> -- >>> - eric casteleijn >>> >> >> >> >> -- >> >> ~ Ian Lee | IanLee1521 at gmail.com >> > -- - eric casteleijn -------------- next part -------------- An HTML attachment was scrubbed... URL: From graffatcolmingov at gmail.com Wed May 25 18:05:19 2016 From: graffatcolmingov at gmail.com (Ian Cordasco) Date: Wed, 25 May 2016 17:05:19 -0500 Subject: [code-quality] [Social] Who is going to PyCon (US)? In-Reply-To: References: <1459183863.2466746.561592938.3D078565@webmail.messagingengine.com> <1463549648.2794432.611119113.6802BFAC@webmail.messagingengine.com> Message-ID: Yeah and maybe avoid picking that one table in that one part of the room that I hate ;) On Wed, May 25, 2016 at 2:35 PM, Eric Casteleijn wrote: > alright, let's coordinate a place to meet once we know the lay of the land. > > On Wed, May 25, 2016 at 11:57 AM, Ian Cordasco > wrote: >> >> Sounds great to me. This should allow more people to come, especially if >> they're budget doesn't quite allow anything else and makes scheduling easy. >> >> On May 25, 2016 1:29 PM, "Ian Lee" wrote: >>> >>> How about breakfast on Tuesday? That way we avoid any confusion Monday as >>> everyone is checking in? >>> >>> On Wed, May 25, 2016 at 10:59 AM, Eric Casteleijn >>> wrote: >>>> >>>> Frank's Noodle House is pretty close, but a breakfast meeting works for >>>> me too. >>>> >>>> On Wed, May 25, 2016 at 5:37 AM, Ian Cordasco >>>> wrote: >>>>> >>>>> Maybe it makes sense to not inconvenience people going to tutorials? >>>>> Should we change the day/meal. Since PyCon provides breakfast, we could do a >>>>> breakfast meetup during PyCon. That should be free of conflicts >>>>> >>>>> On May 24, 2016 11:23 PM, "Ian Lee" wrote: >>>>>> >>>>>> Looks like the tutorials end at 12:20 and start back up at 13:20. I'm >>>>>> ok leaving a little early, but I'd personally like to be back in time for >>>>>> the start of them at 13:20. >>>>>> >>>>>> I don't know the good places, but how about we plan on something close >>>>>> to the venue at 11:45? That should give us until 13:00 or so and plenty of >>>>>> time for those of us with afternoon tutorials to make it back. Objections? >>>>>> Recommendations on a place to eat? >>>>>> >>>>>> On Thu, May 19, 2016 at 9:38 PM, Dan Wandschneider >>>>>> wrote: >>>>>>> >>>>>>> Lunch on Sunday makes sense. >>>>>>> >>>>>>> On Thu, May 19, 2016 at 6:58 AM, Ian Lee >>>>>>> wrote: >>>>>>>> >>>>>>>> I would prefer lunch (between the tutorials) over dinner, as there >>>>>>>> is the opening reception on the evening of the 29th (which as you might >>>>>>>> guess, I'm planning to attend.) >>>>>>>> >>>>>>>> https://us.pycon.org/2016/events/reception/ >>>>>>>> >>>>>>>> >>>>>>>> On Wednesday, May 18, 2016, Eric Casteleijn >>>>>>>> wrote: >>>>>>>>> >>>>>>>>> 29th works for me, either lunch or dinner. Frank's noodle house is >>>>>>>>> close to the Pycon venue, and probably has most of the dietary options >>>>>>>>> covered, but Portland's pretty easy to get around, so if people have >>>>>>>>> specific hankerings and are willing to take a bus, I'd be happy to come up >>>>>>>>> with other suggestions. >>>>>>>>> >>>>>>>>> On Wed, May 18, 2016 at 9:02 AM, Ian Cordasco >>>>>>>>> wrote: >>>>>>>>>> >>>>>>>>>> We didn't really decide on a time. >>>>>>>>>> >>>>>>>>>> I think we'll all be around on the 29th though. Would lunch or >>>>>>>>>> dinner >>>>>>>>>> on the 29th sound appealing to anyone? >>>>>>>>>> >>>>>>>>>> On Wed, May 18, 2016 at 12:34 AM, Matt Chung >>>>>>>>>> wrote: >>>>>>>>>> > Hey All, >>>>>>>>>> > Just following up here. @Ian, Has a date been established ? >>>>>>>>>> > I'll be at >>>>>>>>>> > Pycon between the 27th and 31st so hopefully it falls between >>>>>>>>>> > there :) >>>>>>>>>> > >>>>>>>>>> > Cheers, >>>>>>>>>> > Matt Chung >>>>>>>>>> > blog | github | twitter | linkedin >>>>>>>>>> > >>>>>>>>>> > >>>>>>>>>> > On Mon, Apr 11, 2016, at 12:55 PM, Eric Casteleijn wrote: >>>>>>>>>> > >>>>>>>>>> > Hey, so I meant to reply, and then spaced on it, but: I'd be >>>>>>>>>> > happy to >>>>>>>>>> > suggest locations, once we have a date, and a sense of dietary >>>>>>>>>> > and other >>>>>>>>>> > requirements/desires of attendees, if we plan for it to include >>>>>>>>>> > food/drinks. >>>>>>>>>> > >>>>>>>>>> > On Mon, Mar 28, 2016 at 3:53 PM, Ian Cordasco >>>>>>>>>> > >>>>>>>>>> > wrote: >>>>>>>>>> > >>>>>>>>>> > On Mon, Mar 28, 2016 at 4:22 PM, Eric Casteleijn >>>>>>>>>> > wrote: >>>>>>>>>> >> I will be at Pycon, and would love to attend such a meeting, >>>>>>>>>> >> though I >>>>>>>>>> >> realize I've only been lurking here so far. I'd like to >>>>>>>>>> >> contribute more >>>>>>>>>> >> though. I live in Portland, so any date is likely to work for >>>>>>>>>> >> me. >>>>>>>>>> > >>>>>>>>>> > Don't worry about being a "lurker". :-) You'll likely be our >>>>>>>>>> > source of >>>>>>>>>> > a location to head to if we can't get a BoF space (which I think >>>>>>>>>> > will >>>>>>>>>> > suit us well). >>>>>>>>>> > >>>>>>>>>> > I look forward to seeing you, Matt, Ian, and whomever else >>>>>>>>>> > comes. :-) >>>>>>>>>> > >>>>>>>>>> > Cheers, >>>>>>>>>> > Ian >>>>>>>>>> > >>>>>>>>>> > >>>>>>>>>> > >>>>>>>>>> > >>>>>>>>>> > -- >>>>>>>>>> > - eric casteleijn >>>>>>>>>> > >>>>>>>>>> > >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> -- >>>>>>>>> - eric casteleijn >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> -- >>>>>>>> >>>>>>>> ~ Ian Lee | IanLee1521 at gmail.com >>>>>>>> >>>>>>>> >>>>>>>> _______________________________________________ >>>>>>>> code-quality mailing list >>>>>>>> code-quality at python.org >>>>>>>> https://mail.python.org/mailman/listinfo/code-quality >>>>>>>> >>>>>>> >>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> >>>>>> ~ Ian Lee | IanLee1521 at gmail.com >>>>>> >>>>>> _______________________________________________ >>>>>> code-quality mailing list >>>>>> code-quality at python.org >>>>>> https://mail.python.org/mailman/listinfo/code-quality >>>>>> >>>>> >>>>> _______________________________________________ >>>>> code-quality mailing list >>>>> code-quality at python.org >>>>> https://mail.python.org/mailman/listinfo/code-quality >>>>> >>>> >>>> >>>> >>>> -- >>>> - eric casteleijn >>> >>> >>> >>> >>> -- >>> >>> ~ Ian Lee | IanLee1521 at gmail.com > > > > > -- > - eric casteleijn From epicserve at gmail.com Thu May 26 11:32:48 2016 From: epicserve at gmail.com (Brent O'Connor) Date: Thu, 26 May 2016 10:32:48 -0500 Subject: [code-quality] Flake8 pre-commit hook in virtualenvs and vagrant Message-ID: If you use a tool like SourceTree, having the first line as `#!/usr/bin/env python` in your pre-commit script will mean that it doesn?t work if you?re using a virtualenv. Instead you need to change the first like to something like `#!/usr/local/virtualenvs/myproject/bin/python`. I actually document that in the docs to my Django Base Site (http://django-base-site.readthedocs.io/en/latest/pre-commit-hook.html). So the question is, should that be added to the flake8 documentation (http://flake8.readthedocs.io/en/latest/vcs.html)? Also, has anyone found a way to make tools like SourceTree work on your host system, when your project is using a virtualenv under a vagrant VM? If so, could this get added to the docs as well? -?Brent -------------- next part -------------- An HTML attachment was scrubbed... URL: From stum at hudson-trading.com Thu May 26 15:57:13 2016 From: stum at hudson-trading.com (Tim Stumbaugh) Date: Thu, 26 May 2016 15:57:13 -0400 Subject: [code-quality] Patch to expose path of rcfile Message-ID: <2e95e1d9-e58b-86c9-f234-dce46ce4c59a@hudson-trading.com> Hello, We are in the early phases of rolling out pylint to our Python application. We have a particularly strange setup where we use __path__ in a number of "virtual packages" in order to set the correct location of the real package. Activating astroid's behavior which scans sys.path (the from pkgutil import extend_path trick) in combination with manipulating sys.path in an init-hook works great and allows pylint to see the package the same way the interpreter does. However, figuring out the correct path to insert onto sys.path is unfortunately not trivial, since we support running pylint as part of our pre-commit review tool, which runs it in a different directory but passes --rcfile on the command-line. In order to get the correct directory, we need to have the path of the current rcfile (be it one that came from config.find_pylintrc or one that came from --rcfile). Unfortunately, it seems that config.PYLINTRC does not get updated to include the path of the file if --rcfile is given. Our current solution to this problem is to use inspect within the init-hook to step back up to the frame of Run and look at the config_file member of the linter: > init-hook=import inspect; > sys.path.append(os.path.dirname(inspect.stack()[2][0].f_locals["linter"].config_file)) However, since this essentially couples us to the internals of pylint, it would be nice to have something a little less invasive. I prepared a patch to pylint/lint.py that would set config.PYLINTRC in cb_set_rcfile. That allows the init-hook above to be replaced by: > init-hook=sys.path.append(os.path.dirname(config.PYLINTRC)) And preserve the same behavior. My question is, would this be a change that the project is interested in? I didn't just want to send a pull request out of the blue, since the actual change is trivial. Is there some better way to accomplish what I am trying to do? Thanks for your consideration, tjs -- Tim Stumbaugh Operations Hudson River Trading -------------- next part -------------- An HTML attachment was scrubbed... URL: From edreamleo at gmail.com Fri May 27 10:46:09 2016 From: edreamleo at gmail.com (Edward K. Ream) Date: Fri, 27 May 2016 09:46:09 -0500 Subject: [code-quality] pyflakes-study group and code Message-ID: Hello all, I recently integrated pyflakes into Leo and am awed by its speed and elegance. Its simplicity is pure genius. A few days ago I set up the pyflakes-study google group and corresponding github repo and have been happily playing around with the pyflakes code ever since. To properly see what I have done you will have to look at the .leo file with Leo. To paraphrase Richard Feynman, that which I cannot alter I do not understand. By this criterion I now understand almost every line of pyflakes. Hehe. It's possible to speed up pyflakes by at least 10% by using a less elegant traversal scheme, as describe here . Not sure whether you would be interested--there are some drawbacks. It's also possible to speed up pyflakes by an additional 5% merely by removing the scope property, as described in today's post . This post also describes a buglet in pyflakes and its fix. Most of today's post is geared toward a new tool I am considering. This would compare name conventions with actual usage. The first phase might be a scope resolver, using a simplified version of the pyflakes code. The second phase will have to do a whole lot more with Ast.Attribute :-) You might call the new tool a follow up to my make-stub-files project , with corresponding github repo . I announced make-stub-files in my largely unsuccessful python-static-typechecking group. Boy, am I happy mypy is doing the heavy lifting. I would appreciate any comments, suggestions and corrections you might have. Edward ------------------------------------------------------------------------------------------ Edward K. Ream: edreamleo at gmail.com Leo: http://leoeditor.com/ ------------------------------------------------------------------------------------------ -------------- next part -------------- An HTML attachment was scrubbed... URL: From matt at itsmemattchung.com Fri May 27 23:17:26 2016 From: matt at itsmemattchung.com (Matt Chung) Date: Fri, 27 May 2016 20:17:26 -0700 Subject: [code-quality] [Social] Who is going to PyCon (US)? In-Reply-To: References: <1459183863.2466746.561592938.3D078565@webmail.messagingengine.com> <1463549648.2794432.611119113.6802BFAC@webmail.messagingengine.com> Message-ID: <1464405446.205079.621123873.0AEDFC86@webmail.messagingengine.com> Anybody around the area tomorrow? My fiance? is attending a workshop, Django Girl's, all day so I'll be in the area reading, working, etc. Cheers, Matt Chung blog[http://blog.itsmemattchung.com/]?| github[https://github.com/itsmemattchung]?| twitter[https://twitter.com/itsmemattchung]?| linkedin[https://www.linkedin.com/in/matt-chung-32792354] On Wed, May 25, 2016, at 03:05 PM, Ian Cordasco wrote: > Yeah and maybe avoid picking that one table in that one part of the > room that I hate ;) > > On Wed, May 25, 2016 at 2:35 PM, Eric Casteleijn > wrote: > > alright, let's coordinate a place to meet once we know the lay of the land. > > > > On Wed, May 25, 2016 at 11:57 AM, Ian Cordasco > > wrote: > >> > >> Sounds great to me. This should allow more people to come, especially if > >> they're budget doesn't quite allow anything else and makes scheduling easy. > >> > >> On May 25, 2016 1:29 PM, "Ian Lee" wrote: > >>> > >>> How about breakfast on Tuesday? That way we avoid any confusion Monday as > >>> everyone is checking in? > >>> > >>> On Wed, May 25, 2016 at 10:59 AM, Eric Casteleijn > >>> wrote: > >>>> > >>>> Frank's Noodle House is pretty close, but a breakfast meeting works for > >>>> me too. > >>>> > >>>> On Wed, May 25, 2016 at 5:37 AM, Ian Cordasco > >>>> wrote: > >>>>> > >>>>> Maybe it makes sense to not inconvenience people going to tutorials? > >>>>> Should we change the day/meal. Since PyCon provides breakfast, we could do a > >>>>> breakfast meetup during PyCon. That should be free of conflicts > >>>>> > >>>>> On May 24, 2016 11:23 PM, "Ian Lee" wrote: > >>>>>> > >>>>>> Looks like the tutorials end at 12:20 and start back up at 13:20. I'm > >>>>>> ok leaving a little early, but I'd personally like to be back in time for > >>>>>> the start of them at 13:20. > >>>>>> > >>>>>> I don't know the good places, but how about we plan on something close > >>>>>> to the venue at 11:45? That should give us until 13:00 or so and plenty of > >>>>>> time for those of us with afternoon tutorials to make it back. Objections? > >>>>>> Recommendations on a place to eat? > >>>>>> > >>>>>> On Thu, May 19, 2016 at 9:38 PM, Dan Wandschneider > >>>>>> wrote: > >>>>>>> > >>>>>>> Lunch on Sunday makes sense. > >>>>>>> > >>>>>>> On Thu, May 19, 2016 at 6:58 AM, Ian Lee > >>>>>>> wrote: > >>>>>>>> > >>>>>>>> I would prefer lunch (between the tutorials) over dinner, as there > >>>>>>>> is the opening reception on the evening of the 29th (which as you might > >>>>>>>> guess, I'm planning to attend.) > >>>>>>>> > >>>>>>>> https://us.pycon.org/2016/events/reception/ > >>>>>>>> > >>>>>>>> > >>>>>>>> On Wednesday, May 18, 2016, Eric Casteleijn > >>>>>>>> wrote: > >>>>>>>>> > >>>>>>>>> 29th works for me, either lunch or dinner. Frank's noodle house is > >>>>>>>>> close to the Pycon venue, and probably has most of the dietary options > >>>>>>>>> covered, but Portland's pretty easy to get around, so if people have > >>>>>>>>> specific hankerings and are willing to take a bus, I'd be happy to come up > >>>>>>>>> with other suggestions. > >>>>>>>>> > >>>>>>>>> On Wed, May 18, 2016 at 9:02 AM, Ian Cordasco > >>>>>>>>> wrote: > >>>>>>>>>> > >>>>>>>>>> We didn't really decide on a time. > >>>>>>>>>> > >>>>>>>>>> I think we'll all be around on the 29th though. Would lunch or > >>>>>>>>>> dinner > >>>>>>>>>> on the 29th sound appealing to anyone? > >>>>>>>>>> > >>>>>>>>>> On Wed, May 18, 2016 at 12:34 AM, Matt Chung > >>>>>>>>>> wrote: > >>>>>>>>>> > Hey All, > >>>>>>>>>> > Just following up here. @Ian, Has a date been established ? > >>>>>>>>>> > I'll be at > >>>>>>>>>> > Pycon between the 27th and 31st so hopefully it falls between > >>>>>>>>>> > there :) > >>>>>>>>>> > > >>>>>>>>>> > Cheers, > >>>>>>>>>> > Matt Chung > >>>>>>>>>> > blog | github | twitter | linkedin > >>>>>>>>>> > > >>>>>>>>>> > > >>>>>>>>>> > On Mon, Apr 11, 2016, at 12:55 PM, Eric Casteleijn wrote: > >>>>>>>>>> > > >>>>>>>>>> > Hey, so I meant to reply, and then spaced on it, but: I'd be > >>>>>>>>>> > happy to > >>>>>>>>>> > suggest locations, once we have a date, and a sense of dietary > >>>>>>>>>> > and other > >>>>>>>>>> > requirements/desires of attendees, if we plan for it to include > >>>>>>>>>> > food/drinks. > >>>>>>>>>> > > >>>>>>>>>> > On Mon, Mar 28, 2016 at 3:53 PM, Ian Cordasco > >>>>>>>>>> > > >>>>>>>>>> > wrote: > >>>>>>>>>> > > >>>>>>>>>> > On Mon, Mar 28, 2016 at 4:22 PM, Eric Casteleijn > >>>>>>>>>> > wrote: > >>>>>>>>>> >> I will be at Pycon, and would love to attend such a meeting, > >>>>>>>>>> >> though I > >>>>>>>>>> >> realize I've only been lurking here so far. I'd like to > >>>>>>>>>> >> contribute more > >>>>>>>>>> >> though. I live in Portland, so any date is likely to work for > >>>>>>>>>> >> me. > >>>>>>>>>> > > >>>>>>>>>> > Don't worry about being a "lurker". :-) You'll likely be our > >>>>>>>>>> > source of > >>>>>>>>>> > a location to head to if we can't get a BoF space (which I think > >>>>>>>>>> > will > >>>>>>>>>> > suit us well). > >>>>>>>>>> > > >>>>>>>>>> > I look forward to seeing you, Matt, Ian, and whomever else > >>>>>>>>>> > comes. :-) > >>>>>>>>>> > > >>>>>>>>>> > Cheers, > >>>>>>>>>> > Ian > >>>>>>>>>> > > >>>>>>>>>> > > >>>>>>>>>> > > >>>>>>>>>> > > >>>>>>>>>> > -- > >>>>>>>>>> > - eric casteleijn > >>>>>>>>>> > > >>>>>>>>>> > > >>>>>>>>> > >>>>>>>>> > >>>>>>>>> > >>>>>>>>> > >>>>>>>>> -- > >>>>>>>>> - eric casteleijn > >>>>>>>> > >>>>>>>> > >>>>>>>> > >>>>>>>> -- > >>>>>>>> > >>>>>>>> ~ Ian Lee | IanLee1521 at gmail.com > >>>>>>>> > >>>>>>>> > >>>>>>>> _______________________________________________ > >>>>>>>> code-quality mailing list > >>>>>>>> code-quality at python.org > >>>>>>>> https://mail.python.org/mailman/listinfo/code-quality > >>>>>>>> > >>>>>>> > >>>>>> > >>>>>> > >>>>>> > >>>>>> -- > >>>>>> > >>>>>> ~ Ian Lee | IanLee1521 at gmail.com > >>>>>> > >>>>>> _______________________________________________ > >>>>>> code-quality mailing list > >>>>>> code-quality at python.org > >>>>>> https://mail.python.org/mailman/listinfo/code-quality > >>>>>> > >>>>> > >>>>> _______________________________________________ > >>>>> code-quality mailing list > >>>>> code-quality at python.org > >>>>> https://mail.python.org/mailman/listinfo/code-quality > >>>>> > >>>> > >>>> > >>>> > >>>> -- > >>>> - eric casteleijn > >>> > >>> > >>> > >>> > >>> -- > >>> > >>> ~ Ian Lee | IanLee1521 at gmail.com > > > > > > > > > > -- > > - eric casteleijn > _______________________________________________ > code-quality mailing list > code-quality at python.org > https://mail.python.org/mailman/listinfo/code-quality From ianlee1521 at gmail.com Mon May 30 15:16:25 2016 From: ianlee1521 at gmail.com (Ian Lee) Date: Mon, 30 May 2016 12:16:25 -0700 Subject: [code-quality] [Social] Who is going to PyCon (US)? In-Reply-To: References: <1459183863.2466746.561592938.3D078565@webmail.messagingengine.com> <1463549648.2794432.611119113.6802BFAC@webmail.messagingengine.com> Message-ID: <07634B83-A3FC-44BF-ABB9-884E221FED09@gmail.com> With the lightning talks at 08:30 tomorrow morning, I?d like to suggest, if folks are available and interested, in doing an open space this evening. I was thinking I could put a card up on the board with a plan for 19:00 this evening (after the lightning talks) if anyone wanted to join. Maybe we could spin that off to go find food as well afterwards. Would anyone else be interested in this? If I hear from at least one person, I?ll get a room picked during the lunch break. Cheers, ~ Ian Lee | IanLee1521 at gmail.com > On May 25, 2016, at 15:05, Ian Cordasco wrote: > > Yeah and maybe avoid picking that one table in that one part of the > room that I hate ;) > > On Wed, May 25, 2016 at 2:35 PM, Eric Casteleijn wrote: >> alright, let's coordinate a place to meet once we know the lay of the land. >> >> On Wed, May 25, 2016 at 11:57 AM, Ian Cordasco >> wrote: >>> >>> Sounds great to me. This should allow more people to come, especially if >>> they're budget doesn't quite allow anything else and makes scheduling easy. >>> >>> On May 25, 2016 1:29 PM, "Ian Lee" wrote: >>>> >>>> How about breakfast on Tuesday? That way we avoid any confusion Monday as >>>> everyone is checking in? >>>> >>>> On Wed, May 25, 2016 at 10:59 AM, Eric Casteleijn >>>> wrote: >>>>> >>>>> Frank's Noodle House is pretty close, but a breakfast meeting works for >>>>> me too. >>>>> >>>>> On Wed, May 25, 2016 at 5:37 AM, Ian Cordasco >>>>> wrote: >>>>>> >>>>>> Maybe it makes sense to not inconvenience people going to tutorials? >>>>>> Should we change the day/meal. Since PyCon provides breakfast, we could do a >>>>>> breakfast meetup during PyCon. That should be free of conflicts >>>>>> >>>>>> On May 24, 2016 11:23 PM, "Ian Lee" wrote: >>>>>>> >>>>>>> Looks like the tutorials end at 12:20 and start back up at 13:20. I'm >>>>>>> ok leaving a little early, but I'd personally like to be back in time for >>>>>>> the start of them at 13:20. >>>>>>> >>>>>>> I don't know the good places, but how about we plan on something close >>>>>>> to the venue at 11:45? That should give us until 13:00 or so and plenty of >>>>>>> time for those of us with afternoon tutorials to make it back. Objections? >>>>>>> Recommendations on a place to eat? >>>>>>> >>>>>>> On Thu, May 19, 2016 at 9:38 PM, Dan Wandschneider >>>>>>> wrote: >>>>>>>> >>>>>>>> Lunch on Sunday makes sense. >>>>>>>> >>>>>>>> On Thu, May 19, 2016 at 6:58 AM, Ian Lee >>>>>>>> wrote: >>>>>>>>> >>>>>>>>> I would prefer lunch (between the tutorials) over dinner, as there >>>>>>>>> is the opening reception on the evening of the 29th (which as you might >>>>>>>>> guess, I'm planning to attend.) >>>>>>>>> >>>>>>>>> https://us.pycon.org/2016/events/reception/ >>>>>>>>> >>>>>>>>> >>>>>>>>> On Wednesday, May 18, 2016, Eric Casteleijn >>>>>>>>> wrote: >>>>>>>>>> >>>>>>>>>> 29th works for me, either lunch or dinner. Frank's noodle house is >>>>>>>>>> close to the Pycon venue, and probably has most of the dietary options >>>>>>>>>> covered, but Portland's pretty easy to get around, so if people have >>>>>>>>>> specific hankerings and are willing to take a bus, I'd be happy to come up >>>>>>>>>> with other suggestions. >>>>>>>>>> >>>>>>>>>> On Wed, May 18, 2016 at 9:02 AM, Ian Cordasco >>>>>>>>>> wrote: >>>>>>>>>>> >>>>>>>>>>> We didn't really decide on a time. >>>>>>>>>>> >>>>>>>>>>> I think we'll all be around on the 29th though. Would lunch or >>>>>>>>>>> dinner >>>>>>>>>>> on the 29th sound appealing to anyone? >>>>>>>>>>> >>>>>>>>>>> On Wed, May 18, 2016 at 12:34 AM, Matt Chung >>>>>>>>>>> wrote: >>>>>>>>>>>> Hey All, >>>>>>>>>>>> Just following up here. @Ian, Has a date been established ? >>>>>>>>>>>> I'll be at >>>>>>>>>>>> Pycon between the 27th and 31st so hopefully it falls between >>>>>>>>>>>> there :) >>>>>>>>>>>> >>>>>>>>>>>> Cheers, >>>>>>>>>>>> Matt Chung >>>>>>>>>>>> blog | github | twitter | linkedin >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> On Mon, Apr 11, 2016, at 12:55 PM, Eric Casteleijn wrote: >>>>>>>>>>>> >>>>>>>>>>>> Hey, so I meant to reply, and then spaced on it, but: I'd be >>>>>>>>>>>> happy to >>>>>>>>>>>> suggest locations, once we have a date, and a sense of dietary >>>>>>>>>>>> and other >>>>>>>>>>>> requirements/desires of attendees, if we plan for it to include >>>>>>>>>>>> food/drinks. >>>>>>>>>>>> >>>>>>>>>>>> On Mon, Mar 28, 2016 at 3:53 PM, Ian Cordasco >>>>>>>>>>>> >>>>>>>>>>>> wrote: >>>>>>>>>>>> >>>>>>>>>>>> On Mon, Mar 28, 2016 at 4:22 PM, Eric Casteleijn >>>>>>>>>>>> wrote: >>>>>>>>>>>>> I will be at Pycon, and would love to attend such a meeting, >>>>>>>>>>>>> though I >>>>>>>>>>>>> realize I've only been lurking here so far. I'd like to >>>>>>>>>>>>> contribute more >>>>>>>>>>>>> though. I live in Portland, so any date is likely to work for >>>>>>>>>>>>> me. >>>>>>>>>>>> >>>>>>>>>>>> Don't worry about being a "lurker". :-) You'll likely be our >>>>>>>>>>>> source of >>>>>>>>>>>> a location to head to if we can't get a BoF space (which I think >>>>>>>>>>>> will >>>>>>>>>>>> suit us well). >>>>>>>>>>>> >>>>>>>>>>>> I look forward to seeing you, Matt, Ian, and whomever else >>>>>>>>>>>> comes. :-) >>>>>>>>>>>> >>>>>>>>>>>> Cheers, >>>>>>>>>>>> Ian >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> -- >>>>>>>>>>>> - eric casteleijn >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> -- >>>>>>>>>> - eric casteleijn >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> -- >>>>>>>>> >>>>>>>>> ~ Ian Lee | IanLee1521 at gmail.com >>>>>>>>> >>>>>>>>> >>>>>>>>> _______________________________________________ >>>>>>>>> code-quality mailing list >>>>>>>>> code-quality at python.org >>>>>>>>> https://mail.python.org/mailman/listinfo/code-quality >>>>>>>>> >>>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> -- >>>>>>> >>>>>>> ~ Ian Lee | IanLee1521 at gmail.com >>>>>>> >>>>>>> _______________________________________________ >>>>>>> code-quality mailing list >>>>>>> code-quality at python.org >>>>>>> https://mail.python.org/mailman/listinfo/code-quality >>>>>>> >>>>>> >>>>>> _______________________________________________ >>>>>> code-quality mailing list >>>>>> code-quality at python.org >>>>>> https://mail.python.org/mailman/listinfo/code-quality >>>>>> >>>>> >>>>> >>>>> >>>>> -- >>>>> - eric casteleijn >>>> >>>> >>>> >>>> >>>> -- >>>> >>>> ~ Ian Lee | IanLee1521 at gmail.com >> >> >> >> >> -- >> - eric casteleijn -------------- next part -------------- An HTML attachment was scrubbed... URL: From ianlee1521 at gmail.com Mon May 30 19:37:47 2016 From: ianlee1521 at gmail.com (Ian Lee) Date: Mon, 30 May 2016 16:37:47 -0700 Subject: [code-quality] [Social] Who is going to PyCon (US)? In-Reply-To: <07634B83-A3FC-44BF-ABB9-884E221FED09@gmail.com> References: <1459183863.2466746.561592938.3D078565@webmail.messagingengine.com> <1463549648.2794432.611119113.6802BFAC@webmail.messagingengine.com> <07634B83-A3FC-44BF-ABB9-884E221FED09@gmail.com> Message-ID: Grabbed room B116 tonight (Monday) at 19:00 ? https://twitter.com/IanLee1521/status/737424964131770368 ~ Ian Lee | IanLee1521 at gmail.com > On May 30, 2016, at 12:16, Ian Lee wrote: > > With the lightning talks at 08:30 tomorrow morning, I?d like to suggest, if folks are available and interested, in doing an open space this evening. > > I was thinking I could put a card up on the board with a plan for 19:00 this evening (after the lightning talks) if anyone wanted to join. Maybe we could spin that off to go find food as well afterwards. > > Would anyone else be interested in this? If I hear from at least one person, I?ll get a room picked during the lunch break. > > Cheers, > > ~ Ian Lee | IanLee1521 at gmail.com >> On May 25, 2016, at 15:05, Ian Cordasco > wrote: >> >> Yeah and maybe avoid picking that one table in that one part of the >> room that I hate ;) >> >> On Wed, May 25, 2016 at 2:35 PM, Eric Casteleijn > wrote: >>> alright, let's coordinate a place to meet once we know the lay of the land. >>> >>> On Wed, May 25, 2016 at 11:57 AM, Ian Cordasco > >>> wrote: >>>> >>>> Sounds great to me. This should allow more people to come, especially if >>>> they're budget doesn't quite allow anything else and makes scheduling easy. >>>> >>>> On May 25, 2016 1:29 PM, "Ian Lee" > wrote: >>>>> >>>>> How about breakfast on Tuesday? That way we avoid any confusion Monday as >>>>> everyone is checking in? >>>>> >>>>> On Wed, May 25, 2016 at 10:59 AM, Eric Casteleijn > >>>>> wrote: >>>>>> >>>>>> Frank's Noodle House is pretty close, but a breakfast meeting works for >>>>>> me too. >>>>>> >>>>>> On Wed, May 25, 2016 at 5:37 AM, Ian Cordasco >>>>>> > wrote: >>>>>>> >>>>>>> Maybe it makes sense to not inconvenience people going to tutorials? >>>>>>> Should we change the day/meal. Since PyCon provides breakfast, we could do a >>>>>>> breakfast meetup during PyCon. That should be free of conflicts >>>>>>> >>>>>>> On May 24, 2016 11:23 PM, "Ian Lee" > wrote: >>>>>>>> >>>>>>>> Looks like the tutorials end at 12:20 and start back up at 13:20. I'm >>>>>>>> ok leaving a little early, but I'd personally like to be back in time for >>>>>>>> the start of them at 13:20. >>>>>>>> >>>>>>>> I don't know the good places, but how about we plan on something close >>>>>>>> to the venue at 11:45? That should give us until 13:00 or so and plenty of >>>>>>>> time for those of us with afternoon tutorials to make it back. Objections? >>>>>>>> Recommendations on a place to eat? >>>>>>>> >>>>>>>> On Thu, May 19, 2016 at 9:38 PM, Dan Wandschneider >>>>>>>> > wrote: >>>>>>>>> >>>>>>>>> Lunch on Sunday makes sense. >>>>>>>>> >>>>>>>>> On Thu, May 19, 2016 at 6:58 AM, Ian Lee > >>>>>>>>> wrote: >>>>>>>>>> >>>>>>>>>> I would prefer lunch (between the tutorials) over dinner, as there >>>>>>>>>> is the opening reception on the evening of the 29th (which as you might >>>>>>>>>> guess, I'm planning to attend.) >>>>>>>>>> >>>>>>>>>> https://us.pycon.org/2016/events/reception/ >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> On Wednesday, May 18, 2016, Eric Casteleijn >>>>>>>>>> wrote: >>>>>>>>>>> >>>>>>>>>>> 29th works for me, either lunch or dinner. Frank's noodle house is >>>>>>>>>>> close to the Pycon venue, and probably has most of the dietary options >>>>>>>>>>> covered, but Portland's pretty easy to get around, so if people have >>>>>>>>>>> specific hankerings and are willing to take a bus, I'd be happy to come up >>>>>>>>>>> with other suggestions. >>>>>>>>>>> >>>>>>>>>>> On Wed, May 18, 2016 at 9:02 AM, Ian Cordasco >>>>>>>>>>> wrote: >>>>>>>>>>>> >>>>>>>>>>>> We didn't really decide on a time. >>>>>>>>>>>> >>>>>>>>>>>> I think we'll all be around on the 29th though. Would lunch or >>>>>>>>>>>> dinner >>>>>>>>>>>> on the 29th sound appealing to anyone? >>>>>>>>>>>> >>>>>>>>>>>> On Wed, May 18, 2016 at 12:34 AM, Matt Chung >>>>>>>>>>>> wrote: >>>>>>>>>>>>> Hey All, >>>>>>>>>>>>> Just following up here. @Ian, Has a date been established ? >>>>>>>>>>>>> I'll be at >>>>>>>>>>>>> Pycon between the 27th and 31st so hopefully it falls between >>>>>>>>>>>>> there :) >>>>>>>>>>>>> >>>>>>>>>>>>> Cheers, >>>>>>>>>>>>> Matt Chung >>>>>>>>>>>>> blog | github | twitter | linkedin >>>>>>>>>>>>> >>>>>>>>>>>>> >>>>>>>>>>>>> On Mon, Apr 11, 2016, at 12:55 PM, Eric Casteleijn wrote: >>>>>>>>>>>>> >>>>>>>>>>>>> Hey, so I meant to reply, and then spaced on it, but: I'd be >>>>>>>>>>>>> happy to >>>>>>>>>>>>> suggest locations, once we have a date, and a sense of dietary >>>>>>>>>>>>> and other >>>>>>>>>>>>> requirements/desires of attendees, if we plan for it to include >>>>>>>>>>>>> food/drinks. >>>>>>>>>>>>> >>>>>>>>>>>>> On Mon, Mar 28, 2016 at 3:53 PM, Ian Cordasco >>>>>>>>>>>>> >>>>>>>>>>>>> wrote: >>>>>>>>>>>>> >>>>>>>>>>>>> On Mon, Mar 28, 2016 at 4:22 PM, Eric Casteleijn >>>>>>>>>>>>> wrote: >>>>>>>>>>>>>> I will be at Pycon, and would love to attend such a meeting, >>>>>>>>>>>>>> though I >>>>>>>>>>>>>> realize I've only been lurking here so far. I'd like to >>>>>>>>>>>>>> contribute more >>>>>>>>>>>>>> though. I live in Portland, so any date is likely to work for >>>>>>>>>>>>>> me. >>>>>>>>>>>>> >>>>>>>>>>>>> Don't worry about being a "lurker". :-) You'll likely be our >>>>>>>>>>>>> source of >>>>>>>>>>>>> a location to head to if we can't get a BoF space (which I think >>>>>>>>>>>>> will >>>>>>>>>>>>> suit us well). >>>>>>>>>>>>> >>>>>>>>>>>>> I look forward to seeing you, Matt, Ian, and whomever else >>>>>>>>>>>>> comes. :-) >>>>>>>>>>>>> >>>>>>>>>>>>> Cheers, >>>>>>>>>>>>> Ian >>>>>>>>>>>>> >>>>>>>>>>>>> >>>>>>>>>>>>> >>>>>>>>>>>>> >>>>>>>>>>>>> -- >>>>>>>>>>>>> - eric casteleijn >>>>>>>>>>>>> >>>>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> -- >>>>>>>>>>> - eric casteleijn >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> -- >>>>>>>>>> >>>>>>>>>> ~ Ian Lee | IanLee1521 at gmail.com >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> _______________________________________________ >>>>>>>>>> code-quality mailing list >>>>>>>>>> code-quality at python.org >>>>>>>>>> https://mail.python.org/mailman/listinfo/code-quality >>>>>>>>>> >>>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> -- >>>>>>>> >>>>>>>> ~ Ian Lee | IanLee1521 at gmail.com >>>>>>>> >>>>>>>> _______________________________________________ >>>>>>>> code-quality mailing list >>>>>>>> code-quality at python.org >>>>>>>> https://mail.python.org/mailman/listinfo/code-quality >>>>>>>> >>>>>>> >>>>>>> _______________________________________________ >>>>>>> code-quality mailing list >>>>>>> code-quality at python.org >>>>>>> https://mail.python.org/mailman/listinfo/code-quality >>>>>>> >>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> - eric casteleijn >>>>> >>>>> >>>>> >>>>> >>>>> -- >>>>> >>>>> ~ Ian Lee | IanLee1521 at gmail.com >>> >>> >>> >>> >>> -- >>> - eric casteleijn > -------------- next part -------------- An HTML attachment was scrubbed... URL: From matt at itsmemattchung.com Mon May 30 21:10:09 2016 From: matt at itsmemattchung.com (Matt Chung) Date: Mon, 30 May 2016 18:10:09 -0700 Subject: [code-quality] [Social] Who is going to PyCon (US)? In-Reply-To: References: <1459183863.2466746.561592938.3D078565@webmail.messagingengine.com> <1463549648.2794432.611119113.6802BFAC@webmail.messagingengine.com> <07634B83-A3FC-44BF-ABB9-884E221FED09@gmail.com> Message-ID: <1464657009.435871.623101081.68BD593A@webmail.messagingengine.com> Going to swing by shortly after juggling at 19:00. See you there Cheers, Matt Chung blog[1]?|?github[2]?|?twitter[3]?|?linkedin[4] On Mon, May 30, 2016, at 04:37 PM, Ian Lee wrote: > Grabbed room B116 tonight (Monday) at 19:00 ? > https://twitter.com/IanLee1521/status/737424964131770368 > > ~ Ian Lee |?IanLee1521 at gmail.com > >> On May 30, 2016, at 12:16, Ian Lee wrote: >> >> With the lightning talks at 08:30 tomorrow morning, I?d like to >> suggest, if folks are available and interested, in doing an open >> space this evening. >> >> I was thinking I could put a card up on the board with a plan for >> 19:00 this evening (after the lightning talks) if anyone wanted to >> join. Maybe we could spin that off to go find food as well >> afterwards. >> >> Would anyone else be interested in this? If I hear from at least one >> person, I?ll get a room picked during the lunch break. >> >> Cheers, >> >> ~ Ian Lee |?IanLee1521 at gmail.com >> >>> On May 25, 2016, at 15:05, Ian Cordasco >>> wrote: >>> >>> Yeah and maybe avoid picking that one table in that one part of the >>> room that I hate ;) >>> >>> On Wed, May 25, 2016 at 2:35 PM, Eric Casteleijn >>> wrote: >>>> alright, let's coordinate a place to meet once we know the lay of >>>> the land. >>>> >>>> On Wed, May 25, 2016 at 11:57 AM, Ian Cordasco >>>> >>>> wrote: >>>>> >>>>> Sounds great to me. This should allow more people to come, >>>>> especially if >>>>> they're budget doesn't quite allow anything else and makes >>>>> scheduling easy. >>>>> >>>>> On May 25, 2016 1:29 PM, "Ian Lee" wrote: >>>>>> >>>>>> How about breakfast on Tuesday? That way we avoid any confusion >>>>>> Monday as >>>>>> everyone is checking in? >>>>>> >>>>>> On Wed, May 25, 2016 at 10:59 AM, Eric Casteleijn >>>>>> >>>>>> wrote: >>>>>>> >>>>>>> Frank's Noodle House is pretty close, but a breakfast meeting >>>>>>> works for >>>>>>> me too. >>>>>>> >>>>>>> On Wed, May 25, 2016 at 5:37 AM, Ian Cordasco >>>>>>> wrote: >>>>>>>> >>>>>>>> Maybe it makes sense to not inconvenience people going to >>>>>>>> tutorials? >>>>>>>> Should we change the day/meal. Since PyCon provides breakfast, >>>>>>>> we could do a >>>>>>>> breakfast meetup during PyCon. That should be free of conflicts >>>>>>>> >>>>>>>> On May 24, 2016 11:23 PM, "Ian Lee" >>>>>>>> wrote: >>>>>>>>> >>>>>>>>> Looks like the tutorials end at 12:20 and start back up at >>>>>>>>> 13:20. I'm >>>>>>>>> ok leaving a little early, but I'd personally like to be back >>>>>>>>> in time for >>>>>>>>> the start of them at 13:20. >>>>>>>>> >>>>>>>>> I don't know the good places, but how about we plan on >>>>>>>>> something close >>>>>>>>> to the venue at 11:45? That should give us until 13:00 or so >>>>>>>>> and plenty of >>>>>>>>> time for those of us with afternoon tutorials to make it back. >>>>>>>>> Objections? >>>>>>>>> Recommendations on a place to eat? >>>>>>>>> >>>>>>>>> On Thu, May 19, 2016 at 9:38 PM, Dan Wandschneider >>>>>>>>> wrote: >>>>>>>>>> >>>>>>>>>> Lunch on Sunday makes sense. >>>>>>>>>> >>>>>>>>>> On Thu, May 19, 2016 at 6:58 AM, Ian Lee >>>>>>>>>> >>>>>>>>>> wrote: >>>>>>>>>>> >>>>>>>>>>> I would prefer lunch (between the tutorials) over dinner, as >>>>>>>>>>> there >>>>>>>>>>> is the opening reception on the evening of the 29th (which >>>>>>>>>>> as you might >>>>>>>>>>> guess, I'm planning to attend.) >>>>>>>>>>> >>>>>>>>>>> https://us.pycon.org/2016/events/reception/ >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> On Wednesday, May 18, 2016, Eric Casteleijn >>>>>>>>>>> >>>>>>>>>>> wrote: >>>>>>>>>>>> >>>>>>>>>>>> 29th works for me, either lunch or dinner. Frank's noodle >>>>>>>>>>>> house is >>>>>>>>>>>> close to the Pycon venue, and probably has most of the >>>>>>>>>>>> dietary options >>>>>>>>>>>> covered, but Portland's pretty easy to get around, so if >>>>>>>>>>>> people have >>>>>>>>>>>> specific hankerings and are willing to take a bus, I'd be >>>>>>>>>>>> happy to come up >>>>>>>>>>>> with other suggestions. >>>>>>>>>>>> >>>>>>>>>>>> On Wed, May 18, 2016 at 9:02 AM, Ian Cordasco >>>>>>>>>>>> wrote: >>>>>>>>>>>>> >>>>>>>>>>>>> We didn't really decide on a time. >>>>>>>>>>>>> >>>>>>>>>>>>> I think we'll all be around on the 29th though. Would >>>>>>>>>>>>> lunch or >>>>>>>>>>>>> dinner >>>>>>>>>>>>> on the 29th sound appealing to anyone? >>>>>>>>>>>>> >>>>>>>>>>>>> On Wed, May 18, 2016 at 12:34 AM, Matt Chung >>>>>>>>>>>>> wrote: >>>>>>>>>>>>>> Hey All, >>>>>>>>>>>>>> Just following up here. ?@Ian, Has a date been >>>>>>>>>>>>>> established ? >>>>>>>>>>>>>> I'll be at >>>>>>>>>>>>>> Pycon between the 27th and 31st so hopefully it falls >>>>>>>>>>>>>> between >>>>>>>>>>>>>> there :) >>>>>>>>>>>>>> >>>>>>>>>>>>>> Cheers, >>>>>>>>>>>>>> Matt Chung >>>>>>>>>>>>>> blog | github | twitter | linkedin >>>>>>>>>>>>>> >>>>>>>>>>>>>> >>>>>>>>>>>>>> On Mon, Apr 11, 2016, at 12:55 PM, Eric Casteleijn wrote: >>>>>>>>>>>>>> >>>>>>>>>>>>>> Hey, so I meant to reply, and then spaced on it, but: I'd >>>>>>>>>>>>>> be >>>>>>>>>>>>>> happy to >>>>>>>>>>>>>> suggest locations, once we have a date, and a sense of >>>>>>>>>>>>>> dietary >>>>>>>>>>>>>> and other >>>>>>>>>>>>>> requirements/desires of attendees, if we plan for it to >>>>>>>>>>>>>> include >>>>>>>>>>>>>> food/drinks. >>>>>>>>>>>>>> >>>>>>>>>>>>>> On Mon, Mar 28, 2016 at 3:53 PM, Ian Cordasco >>>>>>>>>>>>>> >>>>>>>>>>>>>> wrote: >>>>>>>>>>>>>> >>>>>>>>>>>>>> On Mon, Mar 28, 2016 at 4:22 PM, Eric Casteleijn >>>>>>>>>>>>>> wrote: >>>>>>>>>>>>>>> I will be at Pycon, and would love to attend such a >>>>>>>>>>>>>>> meeting, >>>>>>>>>>>>>>> though I >>>>>>>>>>>>>>> realize I've only been lurking here so far. I'd like to >>>>>>>>>>>>>>> contribute more >>>>>>>>>>>>>>> though. I live in Portland, so any date is likely to >>>>>>>>>>>>>>> work for >>>>>>>>>>>>>>> me. >>>>>>>>>>>>>> >>>>>>>>>>>>>> Don't worry about being a "lurker". :-) You'll likely be >>>>>>>>>>>>>> our >>>>>>>>>>>>>> source of >>>>>>>>>>>>>> a location to head to if we can't get a BoF space (which >>>>>>>>>>>>>> I think >>>>>>>>>>>>>> will >>>>>>>>>>>>>> suit us well). >>>>>>>>>>>>>> >>>>>>>>>>>>>> I look forward to seeing you, Matt, Ian, and whomever >>>>>>>>>>>>>> else >>>>>>>>>>>>>> comes. :-) >>>>>>>>>>>>>> >>>>>>>>>>>>>> Cheers, >>>>>>>>>>>>>> Ian >>>>>>>>>>>>>> >>>>>>>>>>>>>> >>>>>>>>>>>>>> >>>>>>>>>>>>>> >>>>>>>>>>>>>> -- >>>>>>>>>>>>>> - eric casteleijn >>>>>>>>>>>>>> >>>>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> -- >>>>>>>>>>>> - eric casteleijn >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> -- >>>>>>>>>>> >>>>>>>>>>> ~ Ian Lee | IanLee1521 at gmail.com >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> _______________________________________________ >>>>>>>>>>> code-quality mailing list >>>>>>>>>>> code-quality at python.org >>>>>>>>>>> https://mail.python.org/mailman/listinfo/code-quality >>>>>>>>>>> >>>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> -- >>>>>>>>> >>>>>>>>> ~ Ian Lee | IanLee1521 at gmail.com >>>>>>>>> >>>>>>>>> _______________________________________________ >>>>>>>>> code-quality mailing list >>>>>>>>> code-quality at python.org >>>>>>>>> https://mail.python.org/mailman/listinfo/code-quality >>>>>>>>> >>>>>>>> >>>>>>>> _______________________________________________ >>>>>>>> code-quality mailing list >>>>>>>> code-quality at python.org >>>>>>>> https://mail.python.org/mailman/listinfo/code-quality >>>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> -- >>>>>>> - eric casteleijn >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> >>>>>> ~ Ian Lee | IanLee1521 at gmail.com >>>> >>>> >>>> >>>> >>>> -- >>>> - eric casteleijn > _________________________________________________ > code-quality mailing list > code-quality at python.org > https://mail.python.org/mailman/listinfo/code-quality Links: 1. http://blog.itsmemattchung.com/ 2. https://github.com/itsmemattchung 3. https://twitter.com/itsmemattchung 4. https://www.linkedin.com/in/matt-chung-32792354 -------------- next part -------------- An HTML attachment was scrubbed... URL: From ianlee1521 at gmail.com Tue May 31 01:49:36 2016 From: ianlee1521 at gmail.com (Ian Lee) Date: Mon, 30 May 2016 22:49:36 -0700 Subject: [code-quality] [Social] Who is going to PyCon (US)? In-Reply-To: <1464657009.435871.623101081.68BD593A@webmail.messagingengine.com> References: <1459183863.2466746.561592938.3D078565@webmail.messagingengine.com> <1463549648.2794432.611119113.6802BFAC@webmail.messagingengine.com> <07634B83-A3FC-44BF-ABB9-884E221FED09@gmail.com> <1464657009.435871.623101081.68BD593A@webmail.messagingengine.com> Message-ID: <70794D35-7A24-49DD-AD99-F85EA9C71414@gmail.com> Thanks to all that came and said hi! Had some great conversation. Going to try to find a table by the rackspace booth tomorrow opening at 08:00 for breakfast if anyone wants to stop by and say hi. Sent from my iPhone > On May 30, 2016, at 18:10, Matt Chung wrote: > > Going to swing by shortly after juggling at 19:00. See you there > > Cheers, > Matt Chung > blog | github | twitter | linkedin > > >> On Mon, May 30, 2016, at 04:37 PM, Ian Lee wrote: >> Grabbed room B116 tonight (Monday) at 19:00 ? https://twitter.com/IanLee1521/status/737424964131770368 >> >> ~ Ian Lee | IanLee1521 at gmail.com >> >>> On May 30, 2016, at 12:16, Ian Lee wrote: >>> >>> With the lightning talks at 08:30 tomorrow morning, I?d like to suggest, if folks are available and interested, in doing an open space this evening. >>> >>> I was thinking I could put a card up on the board with a plan for 19:00 this evening (after the lightning talks) if anyone wanted to join. Maybe we could spin that off to go find food as well afterwards. >>> >>> Would anyone else be interested in this? If I hear from at least one person, I?ll get a room picked during the lunch break. >>> >>> Cheers, >>> >>> ~ Ian Lee | IanLee1521 at gmail.com >>> >>>> On May 25, 2016, at 15:05, Ian Cordasco wrote: >>>> >>>> Yeah and maybe avoid picking that one table in that one part of the >>>> room that I hate ;) >>>> >>>>> On Wed, May 25, 2016 at 2:35 PM, Eric Casteleijn wrote: >>>>> alright, let's coordinate a place to meet once we know the lay of the land. >>>>> >>>>> On Wed, May 25, 2016 at 11:57 AM, Ian Cordasco >>>>> wrote: >>>>>> >>>>>> Sounds great to me. This should allow more people to come, especially if >>>>>> they're budget doesn't quite allow anything else and makes scheduling easy. >>>>>> >>>>>>> On May 25, 2016 1:29 PM, "Ian Lee" wrote: >>>>>>> >>>>>>> How about breakfast on Tuesday? That way we avoid any confusion Monday as >>>>>>> everyone is checking in? >>>>>>> >>>>>>> On Wed, May 25, 2016 at 10:59 AM, Eric Casteleijn >>>>>>> wrote: >>>>>>>> >>>>>>>> Frank's Noodle House is pretty close, but a breakfast meeting works for >>>>>>>> me too. >>>>>>>> >>>>>>>> On Wed, May 25, 2016 at 5:37 AM, Ian Cordasco >>>>>>>> wrote: >>>>>>>>> >>>>>>>>> Maybe it makes sense to not inconvenience people going to tutorials? >>>>>>>>> Should we change the day/meal. Since PyCon provides breakfast, we could do a >>>>>>>>> breakfast meetup during PyCon. That should be free of conflicts >>>>>>>>> >>>>>>>>>> On May 24, 2016 11:23 PM, "Ian Lee" wrote: >>>>>>>>>> >>>>>>>>>> Looks like the tutorials end at 12:20 and start back up at 13:20. I'm >>>>>>>>>> ok leaving a little early, but I'd personally like to be back in time for >>>>>>>>>> the start of them at 13:20. >>>>>>>>>> >>>>>>>>>> I don't know the good places, but how about we plan on something close >>>>>>>>>> to the venue at 11:45? That should give us until 13:00 or so and plenty of >>>>>>>>>> time for those of us with afternoon tutorials to make it back. Objections? >>>>>>>>>> Recommendations on a place to eat? >>>>>>>>>> >>>>>>>>>> On Thu, May 19, 2016 at 9:38 PM, Dan Wandschneider >>>>>>>>>> wrote: >>>>>>>>>>> >>>>>>>>>>> Lunch on Sunday makes sense. >>>>>>>>>>> >>>>>>>>>>> On Thu, May 19, 2016 at 6:58 AM, Ian Lee >>>>>>>>>>> wrote: >>>>>>>>>>>> >>>>>>>>>>>> I would prefer lunch (between the tutorials) over dinner, as there >>>>>>>>>>>> is the opening reception on the evening of the 29th (which as you might >>>>>>>>>>>> guess, I'm planning to attend.) >>>>>>>>>>>> >>>>>>>>>>>> https://us.pycon.org/2016/events/reception/ >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> On Wednesday, May 18, 2016, Eric Casteleijn >>>>>>>>>>>> wrote: >>>>>>>>>>>>> >>>>>>>>>>>>> 29th works for me, either lunch or dinner. Frank's noodle house is >>>>>>>>>>>>> close to the Pycon venue, and probably has most of the dietary options >>>>>>>>>>>>> covered, but Portland's pretty easy to get around, so if people have >>>>>>>>>>>>> specific hankerings and are willing to take a bus, I'd be happy to come up >>>>>>>>>>>>> with other suggestions. >>>>>>>>>>>>> >>>>>>>>>>>>> On Wed, May 18, 2016 at 9:02 AM, Ian Cordasco >>>>>>>>>>>>> wrote: >>>>>>>>>>>>>> >>>>>>>>>>>>>> We didn't really decide on a time. >>>>>>>>>>>>>> >>>>>>>>>>>>>> I think we'll all be around on the 29th though. Would lunch or >>>>>>>>>>>>>> dinner >>>>>>>>>>>>>> on the 29th sound appealing to anyone? >>>>>>>>>>>>>> >>>>>>>>>>>>>> On Wed, May 18, 2016 at 12:34 AM, Matt Chung >>>>>>>>>>>>>> wrote: >>>>>>>>>>>>>>> Hey All, >>>>>>>>>>>>>>> Just following up here. @Ian, Has a date been established ? >>>>>>>>>>>>>>> I'll be at >>>>>>>>>>>>>>> Pycon between the 27th and 31st so hopefully it falls between >>>>>>>>>>>>>>> there :) >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> Cheers, >>>>>>>>>>>>>>> Matt Chung >>>>>>>>>>>>>>> blog | github | twitter | linkedin >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> On Mon, Apr 11, 2016, at 12:55 PM, Eric Casteleijn wrote: >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> Hey, so I meant to reply, and then spaced on it, but: I'd be >>>>>>>>>>>>>>> happy to >>>>>>>>>>>>>>> suggest locations, once we have a date, and a sense of dietary >>>>>>>>>>>>>>> and other >>>>>>>>>>>>>>> requirements/desires of attendees, if we plan for it to include >>>>>>>>>>>>>>> food/drinks. >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> On Mon, Mar 28, 2016 at 3:53 PM, Ian Cordasco >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> wrote: >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> On Mon, Mar 28, 2016 at 4:22 PM, Eric Casteleijn >>>>>>>>>>>>>>> wrote: >>>>>>>>>>>>>>>> I will be at Pycon, and would love to attend such a meeting, >>>>>>>>>>>>>>>> though I >>>>>>>>>>>>>>>> realize I've only been lurking here so far. I'd like to >>>>>>>>>>>>>>>> contribute more >>>>>>>>>>>>>>>> though. I live in Portland, so any date is likely to work for >>>>>>>>>>>>>>>> me. >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> Don't worry about being a "lurker". :-) You'll likely be our >>>>>>>>>>>>>>> source of >>>>>>>>>>>>>>> a location to head to if we can't get a BoF space (which I think >>>>>>>>>>>>>>> will >>>>>>>>>>>>>>> suit us well). >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> I look forward to seeing you, Matt, Ian, and whomever else >>>>>>>>>>>>>>> comes. :-) >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> Cheers, >>>>>>>>>>>>>>> Ian >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> -- >>>>>>>>>>>>>>> - eric casteleijn >>>>>>>>>>>>> >>>>>>>>>>>>> >>>>>>>>>>>>> >>>>>>>>>>>>> >>>>>>>>>>>>> -- >>>>>>>>>>>>> - eric casteleijn >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> -- >>>>>>>>>>>> >>>>>>>>>>>> ~ Ian Lee | IanLee1521 at gmail.com >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> _______________________________________________ >>>>>>>>>>>> code-quality mailing list >>>>>>>>>>>> code-quality at python.org >>>>>>>>>>>> https://mail.python.org/mailman/listinfo/code-quality >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> -- >>>>>>>>>> >>>>>>>>>> ~ Ian Lee | IanLee1521 at gmail.com >>>>>>>>>> >>>>>>>>>> _______________________________________________ >>>>>>>>>> code-quality mailing list >>>>>>>>>> code-quality at python.org >>>>>>>>>> https://mail.python.org/mailman/listinfo/code-quality >>>>>>>>> >>>>>>>>> _______________________________________________ >>>>>>>>> code-quality mailing list >>>>>>>>> code-quality at python.org >>>>>>>>> https://mail.python.org/mailman/listinfo/code-quality >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> -- >>>>>>>> - eric casteleijn >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> -- >>>>>>> >>>>>>> ~ Ian Lee | IanLee1521 at gmail.com >>>>> >>>>> >>>>> >>>>> >>>>> -- >>>>> - eric casteleijn >> >> _______________________________________________ >> code-quality mailing list >> code-quality at python.org >> https://mail.python.org/mailman/listinfo/code-quality -------------- next part -------------- An HTML attachment was scrubbed... URL: From indigo at bitglue.com Tue May 31 10:34:34 2016 From: indigo at bitglue.com (Phil Frost) Date: Tue, 31 May 2016 14:34:34 +0000 Subject: [code-quality] pyflakes-study group and code In-Reply-To: References: Message-ID: Edward, thanks for doing this work. It looks really great. I'm pretty slammed with personal commitments right now, but I promise I'll get to this eventually. Thanks again for the excellent contribution. On Fri, May 27, 2016 at 10:55 AM Edward K. Ream wrote: > Hello all, > > I recently integrated pyflakes into Leo and am > awed by its speed and elegance. Its simplicity is pure genius. A few days > ago I set up the pyflakes-study google group > and > corresponding github repo > and have been happily playing around with the pyflakes code ever since. To > properly see what I have done you will have to look at the .leo file with > Leo. > > To paraphrase Richard Feynman, that which I cannot alter I do not > understand. By this criterion I now understand almost every line of > pyflakes. Hehe. > > It's possible to speed up pyflakes by at least 10% by using a less elegant > traversal scheme, as describe here > . > Not sure whether you would be interested--there are some drawbacks. > > It's also possible to speed up pyflakes by an additional 5% merely by > removing the scope property, as described in today's post > . > This post also describes a buglet in pyflakes and its fix. > > Most of today's post is geared toward a new tool I am considering. This > would compare name conventions with actual usage. The first phase might be > a scope resolver, using a simplified version of the pyflakes code. The > second phase will have to do a whole lot more with Ast.Attribute :-) > > You might call the new tool a follow up to my make-stub-files project > , > with corresponding github repo > . I announced > make-stub-files in my largely unsuccessful python-static-typechecking > > group. Boy, am I happy mypy is doing the heavy > lifting. > > I would appreciate any comments, suggestions and corrections you might > have. > > Edward > > ------------------------------------------------------------------------------------------ > Edward K. Ream: edreamleo at gmail.com Leo: http://leoeditor.com/ > > ------------------------------------------------------------------------------------------ > _______________________________________________ > code-quality mailing list > code-quality at python.org > https://mail.python.org/mailman/listinfo/code-quality > -------------- next part -------------- An HTML attachment was scrubbed... URL: From edreamleo at gmail.com Tue May 31 11:31:51 2016 From: edreamleo at gmail.com (Edward K. Ream) Date: Tue, 31 May 2016 10:31:51 -0500 Subject: [code-quality] pyflakes-study group and code In-Reply-To: References: Message-ID: On Tue, May 31, 2016 at 9:34 AM, Phil Frost wrote: > Edward, thanks for doing this work. It looks really great. > > I'm pretty slammed with personal commitments right now, but I promise I'll > get to this eventually. Thanks again for the excellent contribution. > ?You're welcome. Thanks for the kind words. I'd like to test the new code using the pyflakes unit tests. Alas, Anaconda's frozen import feature is making this difficult. importlib seems fixated on the official package. Hopefully soon... Edward -------------- next part -------------- An HTML attachment was scrubbed... URL: