Following phpcon2015, I have attended PyCon JP 2015 at the end of last week.
Although I have more than 8-year programming experience, I first write Python code only a year ago. However, despite the really short-term experience, now Python is definitely one of my most favorite programming languages. I use Python in many different purposes such as research, private projects, part-time job, and competitive programming.
My usage scenes of Python is really wide-ranging, right? Actually, the theme of PyCon JP 2015 was Possibilities of Python, and everyone agrees with its possibilities. Also, the conference schedule clearly illustrates possibilities of Python; we can see a wide variety of talks: hardware-related (robotics, FPGA), web development, data science and machine learning.
Due to too much conference contents, summarizing them one-by-one is hard for me. So, I just list some GitHub repositories based on my stars during the conference:
- getsentry / sentry
- Keynote talk focused on Python technologies around error/crash reporting.
- Highly practical and interesting keynote.
- JukkaL / mypy
- python / typeshed
- Talk about Python 3.x and type hints (from 3.5).
- I still use Python 2.7, but this talk made me want to use 3.x.
- google / protobuf
- grpc / grpc
- Talk about gRPC and Kubernetes by Googler.
- Good introduction to modern infrastructure, including concepts of containers.
- mocobeta / janome
- Japanese morphological analyzer in Python.
- Easy to follow the talk about how Japanese morphological analyzer works.
- renyuanL / pythonTurtleInChinese
- Translate Python code into Chinese like for i in 範囲(100): ("範囲" means "range" in English)
- Thought-provoking talk on programming education.
- c-bata / pandas-validator
- blaze / dask
- fabric / fabric
- mitsuhiko / click
- airtoxin / pysqldf
- Lightning talks by 10 speakers.
- Some of them introduced very useful tools.
- Especially, since I became curious about command-line tool development with Click, I have tried it by creating tiny twitter client after the talk.
Of course, there were many other interesting talks. In particular, presentations about tweet analysis, semantic web, pandas internals and ad science were good because these topics were very close to my current interests.
Since I am working on data science and machine learning research, one of the most impressive things is that several talks mentioned pandas, Python data analysis library. I have realized how pandas (and IPython notebooks) are important tools for data scientists.
PyCon JP 2015 was really stimulating, and this was great opportunity to see possibilities of Python. I like to learn more about Python and use this language and related tools more effectively. And, importantly, I will use Python 3.x starting today :)
Share
Categories
See also
- 2019-03-24
- Apache Hivemall in PySpark
- 2019-01-14
- Feeding User-Item Interactions to Python-Based Streaming Recommendation Engine via Faust
- 2015-10-04
- Japan PHP Conference 2015 #phpcon2015
Last updated: 2022-09-02
Author: Takuya Kitazawa
Takuya Kitazawa is a freelance software developer based in British Columbia, Canada. As a technologist specializing in AI and data-driven solutions, he has worked globally at Big Tech and start-up companies for a decade. At the intersection of tech and society, he is passionate about promoting the ethical use of information technologies through his mentoring, business consultation, and public engagement activities. See CV for more information, or contact at [email protected].
Now Gift a cup of coffeeDisclaimer
- Opinions are my own and do not represent the views of organizations I am/was belonging to.
- I am doing my best to ensure the accuracy and fair use of the information. However, there might be some errors, outdated information, or biased subjective statements because the main purpose of this blog is to jot down my personal thoughts as soon as possible before conducting an extensive investigation. Visitors understand the limitations and rely on any information at their own risk.
- That said, if there is any issue with the content, please contact me so I can take the necessary action.