Batuhan Taskaya got the bug triage permission
Hi,
I have been mentoring Batuhan Taskaya ("BTaskaya" on BPO, "isidentical" on GitHub) for the past few months. We have been working closely together on some features as "ast.unparse", many bugfixes and documentation improvements. He has around 27 commits merged in CPython (master branch) and he has been helping to triage and debugging some issues on BPO.
He has made great progress in learning the CPython workflow, CPython internals and how to keep things maintainable and backwards compatible so I decided to give him bug triage permission.
I will continue mentoring him and I will send him instructions on how to triage bugs and links to the relevant sections of the devguide. I ask him to ask me before closing bugs for the first weeks.
Congrats, Batuhan!
Congrats Batuhan! Thanks for contributing to CPython :D
On Fri, Jan 31, 2020 at 12:59 PM Pablo Galindo Salgado <pablogsal@gmail.com> wrote:
Hi,
I have been mentoring Batuhan Taskaya ("BTaskaya" on BPO, "isidentical" on GitHub) for the past few months. We have been working closely together on some features as "ast.unparse", many bugfixes and documentation improvements. He has around 27 commits merged in CPython (master branch) and he has been helping to triage and debugging some issues on BPO.
He has made great progress in learning the CPython workflow, CPython internals and how to keep things maintainable and backwards compatible so I decided to give him bug triage permission.
I will continue mentoring him and I will send him instructions on how to triage bugs and links to the relevant sections of the devguide. I ask him to ask me before closing bugs for the first weeks.
Congrats, Batuhan!
python-committers mailing list -- python-committers@python.org To unsubscribe send an email to python-committers-leave@python.org https://mail.python.org/mailman3/lists/python-committers.python.org/ Message archived at https://mail.python.org/archives/list/python-committers@python.org/message/P... Code of Conduct: https://www.python.org/psf/codeofconduct/
-- *Carol Willing*
Willing Consulting <https://willingconsulting.com>
*Signature strengths* *Empathy - Relator - Ideation - Strategic - Learner*
Yes, congrats Batuhan!
On Fri, Feb 7, 2020 at 07:28 Carol Willing <willingc@gmail.com> wrote:
Congrats Batuhan! Thanks for contributing to CPython :D
On Fri, Jan 31, 2020 at 12:59 PM Pablo Galindo Salgado < pablogsal@gmail.com> wrote:
Hi,
I have been mentoring Batuhan Taskaya ("BTaskaya" on BPO, "isidentical" on GitHub) for the past few months. We have been working closely together on some features as "ast.unparse", many bugfixes and documentation improvements. He has around 27 commits merged in CPython (master branch) and he has been helping to triage and debugging some issues on BPO.
He has made great progress in learning the CPython workflow, CPython internals and how to keep things maintainable and backwards compatible so I decided to give him bug triage permission.
I will continue mentoring him and I will send him instructions on how to triage bugs and links to the relevant sections of the devguide. I ask him to ask me before closing bugs for the first weeks.
Congrats, Batuhan!
python-committers mailing list -- python-committers@python.org To unsubscribe send an email to python-committers-leave@python.org https://mail.python.org/mailman3/lists/python-committers.python.org/ Message archived at https://mail.python.org/archives/list/python-committers@python.org/message/P... Code of Conduct: https://www.python.org/psf/codeofconduct/
-- *Carol Willing*
Willing Consulting <https://willingconsulting.com>
*Signature strengths* *Empathy - Relator - Ideation - Strategic - Learner*
python-committers mailing list -- python-committers@python.org To unsubscribe send an email to python-committers-leave@python.org https://mail.python.org/mailman3/lists/python-committers.python.org/ Message archived at https://mail.python.org/archives/list/python-committers@python.org/message/A... Code of Conduct: https://www.python.org/psf/codeofconduct/
-- --Guido (mobile)
Hi,
Le ven. 31 janv. 2020 à 21:59, Pablo Galindo Salgado <pablogsal@gmail.com> a écrit :
I have been mentoring Batuhan Taskaya ("BTaskaya" on BPO, "isidentical" on GitHub) for the past few months. We have been working closely together on some features as "ast.unparse", many bugfixes and documentation improvements. He has around 27 commits merged in CPython (master branch) and he has been helping to triage and debugging some issues on BPO.
I also noticed his interesting work on AST, compilers and other various bugfixes.
He has made great progress in learning the CPython workflow, CPython internals and how to keep things maintainable and backwards compatible so I decided to give him bug triage permission.
Congrats Batuhan! And thanks Pablo for mentoring him ;-)
I met Batuhan in person last weekend during FOSDEM (at Brussels, Belgium). He gave an interesting talk on LLVM and Python. In 35 min, he gave an overview of past and present Python projects using LLVM (like Numba) and he wrote two JIT compilers producing machine code: one from bytecode, one form AST. It just a short talk, so the purpose was not performance, but more to demonstrate how easy it is to produce machine code using LLVM and Python!
Video: https://fosdem.org/2020/schedule/event/llvm_python/
You can also find interesting projects in his GitHub account.
https://github.com/isidentical/pepgrave implements rejected language change PEPs for fun, like PEP 204 (ex: [:5] produces [0, 1, 2, 3, 4]), PEP 212 ("for i indexing e in sequence"), PEP 276 ("for i in 7"), etc.
https://brm.readthedocs.io/ "BRM is a short way of rewriting python source with transformation of tokens. It offers a high level interface for token transformation with automating most of manual stuff."
Victor
Night gathers, and now my watch begins. It shall not end until my death.
participants (4)
-
Carol Willing
-
Guido van Rossum
-
Pablo Galindo Salgado
-
Victor Stinner