Skip to content
Menu
PyCon HK
  • Schedule
    • 2023
    • 2022
    • 2021
    • 2020 Fall
    • 2020 Spring
    • 2018
    • 2017
    • 2016
    • 2015
  • Sponsors
    • 2023
    • 2022
    • 2021
    • 2020 Fall
    • 2018
    • 2017
    • 2016
    • 2015
  • Organizers
    • Organizers
    • Volunteers
    • Booths
  • Supporting Organizations
  • Code of Conduct
    • Procedures for Reporting Incidents
    • Enforcement Procedures
  • About
    • PyCon HK
    • Conference Highlights
    • 2023
    • 2022
    • 2021
    • 2020 Fall
    • 2020 Spring
    • 2018
    • 2017
      • Photos
      • Videos
    • 2016
      • Photos
      • Videos
    • 2015
      • Photos
PyCon HK

Python Versions and Dependencies Made Easy

Posted on September 1, 2021February 16, 2022

Managing Python versions and dependencies can be painful. JavaScript developers have their “node_modules” folders, but we don’t have “python_modules” (yet!) in Python. Instead, we have those mysterious virtual environments. And if you also want to switch between different Python versions, it can quickly turn into a mess.

It doesn’t have to be that way. With a few simple tools and practices, you can easily tame Python and its dependencies. In this talk, I’m going to show you how to do this.

I will talk about:

  • How to manage Python versions with pyenv and set different versions for a folder or a shell session?
  • What are virtual environments, what’s the difference between different tools (venv, virtualenvwrapper, conda, etc.), and how to use them?
  • How to separate global packages with pipx (and why you should do this)
Speaker: Mr. Sebastian Witowski / Poland - Website, GitHub, Twitter, LinkedIn
Language: English
Date and Time : October 9, 2021 / 15:45 - 16:15 (UTC+8)

Speaker Introduction

Sebastian is a Python consultant and trainer based in Poland. He started his journey with programming as a software developer at CERN, where he fell in love with Python (and teaching). Now he is helping companies untangle their complicated architecture and build all sorts of interesting Python projects.

In his spare time, he talks about Python, best practices in programming, and productivity.

  • Instagram
  • LinkedIn
  • Facebook
  • Twitter
  • YouTube

Archives

©2025 PyCon HK | Powered by SuperbThemes!
← Have a conversation with Microsoft at PyCon Hong Kong 2021 ← Securing Django Applications