GitXplorerGitXplorer
r

pride

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
2d12ebd4d4c50cd9ae5d5bf5518cfb509ce56340

Decode OSC commands

rrobert-ancell committed 6 years ago
Unverified
6eb7991c5215ea13d40fbf03a17d98aff5a5fc53

Fix crash

rrobert-ancell committed 6 years ago
Unverified
75ec6627c93c2ec263ba585ec9f093456adc723d

Work on focus code

rrobert-ancell committed 7 years ago
Unverified
58435064bd3a13936265c7ce6b66869b04fda45a

Start work on a menu

rrobert-ancell committed 7 years ago
Unverified
a243414230660cefd80aa23e1f5ef2b1d5aca59a

Use asyncio, implement autosave

rrobert-ancell committed 7 years ago
Unverified
f157ce1f221645a31e44e94a2023e7d6fd87a855

Add TextBuffer changed callback

rrobert-ancell committed 7 years ago

README

The README file for this repository.

Pride is a console based Python IDE.

It was developed based on teaching Python to 9-10 year old students with Raspberry Pis. I found the following issues:

  • We didn't have the space to store / setup multiple monitors, so remote access was desirable.
  • The students all had Chromebooks, which meant they had limited functionality.
  • Teaching shell as well as Python was a big hurdle to learning.
  • Existing editors are confusing to beginners with obscure key commands.

This project is an attempt to make a very simple IDE that can be accessed over SSH.

The name Pride is an acronym for Python Remote IDE.