Alex Lau
Alex Lau is a Lead Instructor of Tecky Academy with a focus on Full Stack, Mobile App, and AWS technologies. He is now the AWS Hong Kong Community Hero and is the leader of AWS User Group Hong Kong. Enthusiastic about teaching and sharing, Alex has been an active leader in the Hong Kong developer community since 2015. He has organized annual hackathons and founded a coding bootcamp, growing the community to over 1,000 members.
Starting from 2018, Alex has hosted a variety of AWS workshops, disseminating essential cloud skills and best practices. In 2023, he took the stage at the Hong Kong AWS Summit to introduce the AWS cutting edge technologies and also led a session during the Hong Kong AWS GenAI Solution Day.
Alex is committed to promoting AWS services and aims to help more people engage with and understand the power of cloud technology. He is the Chief Assessor of ICT Award Student Innovation Award. Among his recognitions are the ICT Grand Award, HSBC Youth Business Award, and the Hong Kong Esperanza - Reimagine Education Award, making him a trusted authority on education, community building and cloud solutions.
Hong Kong SAR China
Tecky Academy Limited
AWS Summit Hong Kong 2022 Lightning Talk
Hong Kong OSConf 2024
PyCon (I forgot which year!)
Hong Kong Code Conf 2018
Session
每次喺 terminal 輸入 pip install -r requirements.txt
,我都有預咗失敗嘅準備,可能 Python 版本唔夾,可能安裝有先後次序,可能有一兩行有人人手改完根本無試過,實在有太多太多可能!
其實 Python Community 早喺幾年提出嘅 PEP (Python Enhancement Proposals) 621 已經提出一個全新嘅方法,告別 requirements.txt,用 pyproject.toml 取代過往嘅地獄,而且仲有唔少工具例如 poetry setuptools 紛紛採納!
可能你已經用緊 poetry,可能你其實用緊 poetry 1.x 未用到 PEP621 嘅 pyproject.toml,可能你仲用緊 requirements.txt!呢個 Talk 希望可以由淺入深,帶大家一步步了解現代 Python 最 portable 最 robust 嘅 project metadata 寫法,確保呢幾年寫出嚟嘅 python projects,不論係認真製造、隨心玩下 LLM、甚至 vibe coding 也好,過多一排都實實淨淨,可以用得返!