Norvicdev / Python-IDE

Synthetic Python interpreter for iOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The archived version of this project (iOS 10) is available in the obj-c branch.


Update (03/03/2021): Hello again! It's been a few years – roughly six – since anything major has happened with this project. I started this back in first year after taking my first Python class and, to be honest with you, I don't remember a whole lot about it.

I think a Swift rewrite is in order – with added compatibility for macOS(?). I know that the whole point of this little project is to PoC a synthetic compiler on a device with minimal resources, but I can already think of a number of useful applications that can be utilized at the desktop level.

We'll have to see after I review the current state of the code. I may also fool around with some server-side deployment as well; however, I'll likely publish that under a different repository.

Python IDE

Test out the new Python IDE 2 prototype: http://goo.gl/2aJpT9 (2017)

Python IDE for iOS is a free, open source project that is my attempt at recreating IDLE for mobile devices. Notice how I said IDLE and not PyCharm or some other advanced IDE. This is my attempt at creating a cost-effective simulation of the Python programming language without the use of external servers/compilers.

Features

  • iPhone and iPad support
  • Synthetic interpreter
  • Line numbering
  • Syntax highlighting
  • Automatic file saving
  • File sharing of some sort
  • We'll add more as we go

Requirements

  • Requires iOS 10.2 or later

MIT License

Copyright © 2015 Justin Bush. All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

About

Synthetic Python interpreter for iOS


Languages

Language:Objective-C 100.0%