Skip to content

HydPy/pyconfhyd2020

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Python Conference Hyderabad 2020

About Conference

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.

About Us

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).

Local development

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)