PyConf Hyderabad is the regional gathering for the community that uses and develops the open-source Python programming language. PyConf Hyderabad is organised by the Hyderabad Python User Group (HydPy) for the community. This conference is about sharing of knowledge, experience and allowing the growth of ideas which could lead to spillover of stronger ties between developers and users of Python with human interactions.
Hyderabad Python User Group (HydPy) is community driven group to promote Python in Hyderabad. HydPy has been conducting monthly Meetups & workshops in Hyderabad for last 3+ years and it has over 12000 members on meetup. We work together with other communities in particular, python and in general Open Source Software (OSS) related groups within Hyderabad and the rest of India to further expand the usage and increase users of OSS. HydPy is a recognised regional community by Python Software Society India (PSSI) and global Python Software Foundation (PSF).
Check if you have all requirements for local environment. To install all development dependencies install Bundler.
gem install bundler
and run next command from root folder:
bundle install
To start Jekyll run:
jekyll serve -w
Site will be available at http://127.0.0.1:4000/ or http://localhost:4000/ (on Windows)