PyIde project stage after 16 days from start.
In last 19 days from 10 October I hadn’t so much time to work on PyIde, but I did some work. So we can see some results, and a sketch of what we’ll get at the end. What did I plan: Fully featured IDE for Python for iPhone. Project (Application) creation with its own “*.app” folder in Applications, shell scripts, log files (for debugging), python sctipts. And all this have to be runnable just after creation of the project. Also soon may be possible to use project...
Read MoreTop 10 Things That Annoy Programmers
By Kevin Pang Programmers all have their pet peeves. Whether it’s scope creep, Hungarian notation, or smelly coworkers, we’ve come to accept that there are certain nuisances that come with our line of work. The following is a list of the top 10 things that annoy programmers, compiled from the results of my recent question on StackOverflow (you must be a closed beta tester to access the link) along with some of my own experiences as a programmer: 10. Comments that explain...
Read MoreSome news about iPhone Python IDE
After spending 2 days i developed main class design and played a bit with UI, and found a name for this app, I colled it “PyIDE” or “pyide”. The attached images are a bit old. But that’s what I have on my iPhone now. Newer screen shots are on my macbook, and I will post them...
Read MoreI have a dream!… :) Python IDE for iPhone
I have in idea to create a new project. The aim is a full featured IDE for Python. It must be able to create projects (I mean to create something like MyAplication.app in default Applications folder, or somewhere else; then create link to python, put some icon, create all needed .plist files, MyApplication.py and MyApplicaton shell script and all other neded stuff as it’s show by Saurik) and manage its .py files and settings directly on iPhone. I selected Python becouse python is the...
Read MoreHello Mac Cocoa
Here I’m gonna introduce you the paradigm of programming for Mac using Cocoa, Objective C. The aim is to make a calculator app. By the way, the project soon ported to iPhone. And that requred just fiew changes. I mean development for both platforms is mostly identical. Well, I have a standard program scheme that I use each time I need to test some new for me platform, that’s “Calculator”. It looks like this: We have 1 class, let’s call it MYCalculator. We have 2 classwide available...
Read MoreWordPress client for iPhone
Today I found a nice client for WordPress blogging on iPhone. Here is the link
Read More
Recent Comments