All Projects → PyJaipur → PyJudge

PyJaipur / PyJudge

Licence: MIT license
Simple Programming Contest hosting software

Programming Languages

javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to PyJudge

s9k
dashboard/web app for managing kubernetes clusters, with similar functionality as k9s
Stars: ✭ 15 (-6.25%)
Mutual labels:  bottle
youtube-dl-nas
youtube download queue websocket server with login for private NAS.
Stars: ✭ 136 (+750%)
Mutual labels:  bottle
Zappa
Serverless Python
Stars: ✭ 11,859 (+74018.75%)
Mutual labels:  bottle
sticker
Sticker is a powerful yet boilerplate-free alternative to writing your web API.
Stars: ✭ 26 (+62.5%)
Mutual labels:  bottle
simplifai
Free automated deep learning for spreadsheets
Stars: ✭ 17 (+6.25%)
Mutual labels:  bottle
bottle-ssl
A simple web page using BottlePy and SSL
Stars: ✭ 47 (+193.75%)
Mutual labels:  bottle
bottle-tools
Common tools to be used in conjunction with the bottle framework
Stars: ✭ 13 (-18.75%)
Mutual labels:  bottle
ElasticpotPY
Elasticsearch honeypot written in Python with Bottle framework
Stars: ✭ 16 (+0%)
Mutual labels:  bottle
MTG-Card-Reader-Web
MTG-Card-Reader 2.0, built as a webpage.
Stars: ✭ 21 (+31.25%)
Mutual labels:  bottle
pug4py
Use Pug.js within any python framework
Stars: ✭ 17 (+6.25%)
Mutual labels:  bottle
apispec-webframeworks
Web framework plugins for apispec (formally in apispec.ext).
Stars: ✭ 25 (+56.25%)
Mutual labels:  bottle
bottle-rest
Decorators to make REST easier in Bottle.
Stars: ✭ 22 (+37.5%)
Mutual labels:  bottle
tears
A particularly clean blog base on bottle and mongoDB
Stars: ✭ 15 (-6.25%)
Mutual labels:  bottle
annotated-py-bottle
(已废弃) 项目内容已迁移到: https://github.com/hhstore/annotated-py-projects
Stars: ✭ 24 (+50%)
Mutual labels:  bottle
100DaysOfCode
#100DaysofCode
Stars: ✭ 31 (+93.75%)
Mutual labels:  pyjaipur

Coding Contest Software

We at PyJaipur are building our first product. If you want to host a coding contest in your college or perhaps in your office (maybe even within your family!) this is the product you will need

A program to host a programming contest on your laptop. The sole purpose of this project is to maximize learning while you develop it. Come and join in the development!

Timeline

The project was officially announced in the Telegram Group on the 9th of January 2019. It is an ongoing project and so you can jump in any time! Here is the link to the Pyjudge Telegram group!

Pre-requisite

  • knowledge of GitHub, not a must though you can learn basics in a couple of hours.
  • Presence on Telegram Group (install telegram first if an error or join from the desktop )
  • Dedication

Benefits

  • Mentorship
  • Open Source Project
  • Learn By Doing
  • No COST
  • Certificates
  • Possible Internship Opportunities.

Why are we using certain libraries/techniques

The goal of this project is to learn, we will use libraries which force you to learn certain concepts. In all cases, we try to use minimal libraries which don't have a lot of extra things in them instead of big ones to make the learning elements small and clear.

We mention overall goals and intentions in the Projects section of this repository. Each issue is assigned to a project. If you are joining this project midway, you can refer to the projects to see what has happened in the past and the intentions and motivations of earlier code.

Learning Goals

  1. How to change your code as a project's needs grow.
  2. How to collaborate in an open source project.
  3. From simple to advanced Python programming.

How to Participate

Participation in this project has two paths. You can write code, and you can review other people's merge requests.

To write code:

  1. Read the issues in this project (Issues in the good-first-issue label are a good starting point).
  2. If you want to work on an issue mention in the issue discussion that you want to work on it. You can collaborate with multiple people on a single issue. Make good use of github's fork and merge mechanism.
  3. As soon as you have code which attempts to solve an issue, submit a merge request to the project's master branch so that others can look at it and learn from it.
  4. Improve your code as per feedback until the merge request is accepted.
  5. Party 🎉

To review:

  1. Pick up a merge request on the project.
  2. Go through the code.
  3. If something is not clear, ask for clarification. If someone has already asked just thumbs up that comment.
  4. Add an approving comment saying "Good work!". If someone has already commented thumbs up on that.

How To Contribute and Run Software

  • Fork This Repo by clicking on the button as shown in an image. Fork

  • now you should have a copy of Repo for yourself with username/pyjudge. Clone

  • after this, you will need to clone from the Green tab you can see in the above image.

  • now let's come to your local machine.

    • open terminal
    • clone the repo $ git clone https://github.com/YourUsername/PyJudge.git
    • now you have a folder called PyJudge which has all your code files.
    • now go to that folder cd PyJudge.
    • install dependencies by pipenv install.
    • run the env from pipenv shell
    • and run the Software by python server.py.

    To Contribute

    • follow the above setup once.
    • create a new github branch in /PyJudge/PyJudge by git checkout -b BranchName
    • now make changes in your files.
    • when done see changes from git status. it will show all the file which you updated or modified.
    • add all those files to your git repo by git add -Av. Av will add all files and verbose. if you want a particular file to be added use, git add filename
    • commit these changes git commit -m message.
    • git push origin master to push your code to your github.
    • Go to your own github repo to confirm changes and from there click the Pull request to make a PR on.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].