Git Product home page Git Product logo

darkpython's Introduction

DarkPython

DarkPython is an education-focused IDE programmed in pure Python. It was made with the student in mind and is easy to use.

DarkPython features:

  • Syntax Highlighting!

  • Editing multiple files at once!

  • A feature rich debugger!

Editor Screenshot

The main appeal of using DarkPython is it's debugger. The debugger runs in it's own thread. It features:

  • Line by line execution.

  • Line highlighting during execution to show what python is doing at any given moment.

  • Values of all variables are updated at each line and kept in an easy to read, tabular format.

  • A great GUI built off of a fast wxPython backend.

Debugger Screenshot

DarkPython clarifies Python programming like never before!

DarkPython is programmed in python 2.7.6 using wxPython as the GUI backend. It is multithreaded. To run, get wxPython, and then:

Clone the repo and cd into the directory:

git clone https://www.github.com/superman3275/DarkPython DarkPython
cd DarkPython/darkpython

Finally, run DarkPython.py:

python DarkPython.py

Wrote / maintained by Thomas Hobohm (superman3275).

darkpython's People

Contributors

johncipponeri avatar

Stargazers

 avatar Guri Getsadze avatar Luka Kvavilashvili avatar Matthew Hughes avatar Sammy avatar  avatar Jesse Roberts avatar Aleksandr Zhuravlёv avatar  avatar Victor Payno avatar  avatar Brad Segrest avatar AJ Norton avatar Jonathan Barratt avatar Alan Kash avatar Huy Nguyen Quang avatar Lucas Severo avatar Minho Ryang avatar Thomas Hobohm avatar Matt Shirley avatar Jamie Houston avatar Hildeberto avatar Tung Dao avatar Sasha Vladimirskiy avatar Doug Henderson avatar Daisy Leigh Brenecki avatar

Watchers

Thomas Hobohm avatar Brad Segrest avatar  avatar

Forkers

00mjk

darkpython's Issues

pip install wxpython

pip install wxpython

This is instructed on the README.md but yields that there are no distributions by that name.

Setup Details

The setup script is lacking proper package details such as author and description.

.gitignore and dist

The dist file goes against the current .gitignore file. Since this is a repository by good practice you should only include the source code of the project, not the binaries although it's completely up to you.

No module named stc

Windows 7 Ultimate Edition, 64bit AMD

Traceback (most recent call last):
  File "DarkPython.py", line 7, in <module>
    import wx.stc as stc
ImportError: No module named stc

I have installed wxPython 3.0.0 64bit via http://wxpython.org/download.php

Debugger: Asset File Path

The debugger script still has

self.SetIcon(wx.Icon("./assets/DarkPython.png", wx.BITMAP_TYPE_PNG))

It needs to be updated. I would but I'm on mobile.

License

This repository needs a license.

README.md Mistakes

The README.md file has not been updated to include the changes made to the project layout. Instead of just

cd DarkPython

It should now be

cd DarkPython/darkpython

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.