Greeting from INADA Naoki

Hi, all.
Thank you, Yury and all for approve me.
I'll focus on polishing dict implementation, and getting familiar with workflow until 3.6.
Self-introduction:
Github account name is methane
Maintainer of Japanese translation of Python document (http://docs.python.jp )
Maintainer of two common MySQL driver: mysqlclient (successor of MySQL-python) and PyMySQL; And serialization library: msgpack-python.
My skills are network application programming on Linux, C, and Go.
I'm not fluent in English. I'm not good at writing documentation and joining long discussion. I want to contribute in C and Python code.
My interest is performance, efficiency, and simplicity.
Regards,
-- INADA Naoki <songofacandy@gmail.com>

Welcome Inada-san! We're looking forward to many more contributions from you.
On Tue, Sep 27, 2016 at 10:35 AM, INADA Naoki <songofacandy@gmail.com> wrote:
Hi, all.
Thank you, Yury and all for approve me.
I'll focus on polishing dict implementation, and getting familiar with workflow until 3.6.
Self-introduction:
Github account name is methane
Maintainer of Japanese translation of Python document (http://docs.python.jp )
Maintainer of two common MySQL driver: mysqlclient (successor of MySQL-python) and PyMySQL; And serialization library: msgpack-python.
My skills are network application programming on Linux, C, and Go.
I'm not fluent in English. I'm not good at writing documentation and joining long discussion. I want to contribute in C and Python code.
My interest is performance, efficiency, and simplicity.
Regards,
-- INADA Naoki <songofacandy@gmail.com>
python-committers mailing list python-committers@python.org https://mail.python.org/mailman/listinfo/python-committers Code of Conduct: https://www.python.org/psf/codeofconduct/
-- --Guido van Rossum (python.org/~guido)

Welcome on board!
Regards
Antoine.
Le 27/09/2016 à 19:35, INADA Naoki a écrit :
Hi, all.
Thank you, Yury and all for approve me.
I'll focus on polishing dict implementation, and getting familiar with workflow until 3.6.
Self-introduction:
Github account name is methane
Maintainer of Japanese translation of Python document (http://docs.python.jp )
Maintainer of two common MySQL driver: mysqlclient (successor of MySQL-python) and PyMySQL; And serialization library: msgpack-python.
My skills are network application programming on Linux, C, and Go.
I'm not fluent in English. I'm not good at writing documentation and joining long discussion. I want to contribute in C and Python code.
My interest is performance, efficiency, and simplicity.
Regards,

Welcome!
On Tue, Sep 27, 2016 at 9:02 PM Antoine Pitrou <antoine@python.org> wrote:
Welcome on board!
Regards
Antoine.
Le 27/09/2016 à 19:35, INADA Naoki a écrit :
Hi, all.
Thank you, Yury and all for approve me.
I'll focus on polishing dict implementation, and getting familiar with workflow until 3.6.
Self-introduction:
Github account name is methane
Maintainer of Japanese translation of Python document ( http://docs.python.jp )
Maintainer of two common MySQL driver: mysqlclient (successor of MySQL-python) and PyMySQL; And serialization library: msgpack-python.
My skills are network application programming on Linux, C, and Go.
I'm not fluent in English. I'm not good at writing documentation and joining long discussion. I want to contribute in C and Python code.
My interest is performance, efficiency, and simplicity.
Regards,
python-committers mailing list python-committers@python.org https://mail.python.org/mailman/listinfo/python-committers Code of Conduct: https://www.python.org/psf/codeofconduct/
-- Thanks, Andrew Svetlov

On Tue, Sep 27, 2016 at 10:35 AM, INADA Naoki <songofacandy@gmail.com> wrote:
- Maintainer of two common MySQL driver: mysqlclient (successor of MySQL-python) and PyMySQL; And serialization library: msgpack-python.
I did not know about this. That's very cool.
Welcome, Inada-san.
Senthil

Welcome, Inada-san!
Paul
On 27 September 2016 at 18:35, INADA Naoki <songofacandy@gmail.com> wrote:
Hi, all.
Thank you, Yury and all for approve me.
I'll focus on polishing dict implementation, and getting familiar with workflow until 3.6.
Self-introduction:
Github account name is methane
Maintainer of Japanese translation of Python document (http://docs.python.jp )
Maintainer of two common MySQL driver: mysqlclient (successor of MySQL-python) and PyMySQL; And serialization library: msgpack-python.
My skills are network application programming on Linux, C, and Go.
I'm not fluent in English. I'm not good at writing documentation and joining long discussion. I want to contribute in C and Python code.
My interest is performance, efficiency, and simplicity.
Regards,
-- INADA Naoki <songofacandy@gmail.com>
python-committers mailing list python-committers@python.org https://mail.python.org/mailman/listinfo/python-committers Code of Conduct: https://www.python.org/psf/codeofconduct/

On 27.09.2016 19:35, INADA Naoki wrote:
Hi, all.
Thank you, Yury and all for approve me.
I'll focus on polishing dict implementation, and getting familiar with workflow until 3.6.
Welcome, Inada-san !
Self-introduction:
Github account name is methane
Maintainer of Japanese translation of Python document (http://docs.python.jp )
Maintainer of two common MySQL driver: mysqlclient (successor of MySQL-python) and PyMySQL; And serialization library: msgpack-python.
My skills are network application programming on Linux, C, and Go.
I'm not fluent in English. I'm not good at writing documentation and joining long discussion. I want to contribute in C and Python code.
:-)
- My interest is performance, efficiency, and simplicity.
Best Regards,
Marc-Andre Lemburg eGenix.com
Professional Python Services directly from the Experts (#1, Sep 28 2016)
Python Projects, Coaching and Consulting ... http://www.egenix.com/ Python Database Interfaces ... http://products.egenix.com/ Plone/Zope Database Interfaces ... http://zope.egenix.com/
::: We implement business ideas - efficiently in both time and costs :::
eGenix.com Software, Skills and Services GmbH Pastor-Loeh-Str.48 D-40764 Langenfeld, Germany. CEO Dipl.-Math. Marc-Andre Lemburg Registered at Amtsgericht Duesseldorf: HRB 46611 http://www.egenix.com/company/contact/ http://www.malemburg.com/

Hi,
It's nice to have you on board to take care of the new implementation of dict :-) Welcome!
Since you are japanese and probably know well issues with encodings, it would be nice if you test Python 3.6, especially on Windows, to see if you see some potential issues and/or enhancements. Python 3.6 changed deeply how bytes data is handled on Windows, it now uses utf8 by default for many things (Steve Dower PEPs). Are you developing on Windows, Linux or something else?
Victor
2016-09-27 19:35 GMT+02:00 INADA Naoki <songofacandy@gmail.com>:
Hi, all.
Thank you, Yury and all for approve me.
I'll focus on polishing dict implementation, and getting familiar with workflow until 3.6.
Self-introduction:
Github account name is methane
Maintainer of Japanese translation of Python document (http://docs.python.jp )
Maintainer of two common MySQL driver: mysqlclient (successor of MySQL-python) and PyMySQL; And serialization library: msgpack-python.
My skills are network application programming on Linux, C, and Go.
I'm not fluent in English. I'm not good at writing documentation and joining long discussion. I want to contribute in C and Python code.
My interest is performance, efficiency, and simplicity.
Regards,
-- INADA Naoki <songofacandy@gmail.com>
python-committers mailing list python-committers@python.org https://mail.python.org/mailman/listinfo/python-committers Code of Conduct: https://www.python.org/psf/codeofconduct/

On Wed, Sep 28, 2016 at 11:14 PM, Victor Stinner <victor.stinner@gmail.com> wrote:
Hi,
It's nice to have you on board to take care of the new implementation of dict :-) Welcome!
Since you are japanese and probably know well issues with encodings, it would be nice if you test Python 3.6, especially on Windows, to see if you see some potential issues and/or enhancements. Python 3.6 changed deeply how bytes data is handled on Windows, it now uses utf8 by default for many things (Steve Dower PEPs). Are you developing on Windows, Linux or something else?
I'm using macOS on work, and Ubuntu on home hacking almost every day.
I have Windows 10 machine too for building binary wheel, and tasks other than hacking (managing photos and musics, and Windows Update). I use it 1~5 times a month. I'll try 3.6 beta next time.
Victor
2016-09-27 19:35 GMT+02:00 INADA Naoki <songofacandy@gmail.com>:
Hi, all.
Thank you, Yury and all for approve me.
I'll focus on polishing dict implementation, and getting familiar with workflow until 3.6.
Self-introduction:
Github account name is methane
Maintainer of Japanese translation of Python document (http://docs.python.jp )
Maintainer of two common MySQL driver: mysqlclient (successor of MySQL-python) and PyMySQL; And serialization library: msgpack-python.
My skills are network application programming on Linux, C, and Go.
I'm not fluent in English. I'm not good at writing documentation and joining long discussion. I want to contribute in C and Python code.
My interest is performance, efficiency, and simplicity.
Regards,
-- INADA Naoki <songofacandy@gmail.com>
python-committers mailing list python-committers@python.org https://mail.python.org/mailman/listinfo/python-committers Code of Conduct: https://www.python.org/psf/codeofconduct/
-- INADA Naoki <songofacandy@gmail.com>
participants (10)
-
Andrew Svetlov
-
Antoine Pitrou
-
Ethan Furman
-
Guido van Rossum
-
INADA Naoki
-
M.-A. Lemburg
-
Nick Coghlan
-
Paul Moore
-
Senthil Kumaran
-
Victor Stinner