Understood and thank you. Had to really weigh it all out... well... everything I was able to find... and saw that the only courses available in Toronto, Ontario, Canada for college are HTML5 focused...
Type: Posts; User: all2happy; Keyword(s):
Understood and thank you. Had to really weigh it all out... well... everything I was able to find... and saw that the only courses available in Toronto, Ontario, Canada for college are HTML5 focused...
Hello Marcelo and again to Hamish, I certainly do appreciate both of your messages. Had been quite worried that is was over for Pythonic coding the Nokia mobiles... although rather recently curious...
Thank you very much Hamish for that update. There were so many questions that ran through my mind for a while especially in wanting to know what were the limitations like what you've made a mention...
Hmmm... seems like nobody is reading any of these newer posts in thread... or not interested in them... or just not willing to respond... or don't like me for some reason unknown to me, but...
# To be saved as... PythonTest_multi.txt for the MultipleChoice.py application
Having searched around the internet, there were several MCQ I had personally selected, but could also be incorrect...
Just learned to blit a screenshot right after making a Text Mode output. The Option to refer png images might soon be added.
Instead of only have 5 choices, each might soon vary in accordance. The...
Found this in Mobile_Python.pdf which I haven't yet tried which seems less intrusive as opposed to a well known pixel by pixel method...
-- Pylattyplus.py [2 of 2]
z_mainmenu()
while main_loop:
while settxt and main_loop:
border=700,0
yy=0
-- Pylattyplus.py [1 of 2]
Thought the name would be quite fitting as much of it were from several examples. It's still a work in progress, especially to add my Pytemple.py which is a template...
A previous code of this was submitted by somebody else...
# randomcircles.py
# Modules
import e32, time
from random import randint, choice
from appuifw import *
Found this game somewhere on the internet and had just made a few changes for it to fit in the 5230 properly and went to correct an unexpected float error by making the f variable an integer --
...
Thought to take a look at what has been posted throughout this forum and saw an excellent snippet post by Bogdan Galiceanu, who I hereby thank thee for this contribution provided with a few...
Had about 30 minutes to get some more info from a very busy friend who also believes my 5230 seems rather too "permission" limited, but figured it's quite flexible enough to create a variety a great...
Attarisk*... which is actually "At-A-Risk"... was one of my own favorite of games that I made many years ago for the PalmOS, now missing quite a few lovely features so it took a very short while to...
Except for two lines in the following... the filename and...
objA.speed,objB.speed=objB.speed,objA.speed
... as an added line to the "circletouch" code... the effect from the detected overlap...
I'm guessing pys60 itself is quite limited to the 5230 model as "Rage Of Thunder" and "Speedfest" are the only two I found able to prove this phone should be very capable of handling the graphics...
Found another source code that I had to edit so it can be executed on my 5230 which should somewhat solve one of the previous conflicts...
# py60snowfall.py
import...
Just started somewhat coding my own "s60inMobile.py" editor since the other ones able to work on my 5230 doesn't seem anywhere close to what I want, but I still need more examples of each basic...
This code was mainly from a "random-size colored rectangles" snippet that sort of first got me wanting to learn about python.
# bouncing_sq.py
from appuifw import *
import e32
from random...
Back from a rather long break away from trying to figure how to incorporate different types of algorithms for animating through my 5230 which seems to be very limiting compared to a few other Nokia...
RememberNumbers BETA Game
### RememberNumbersBETA.py Game
### 4u2contact@gmail.com
'''
Special thanks to Pankaj Nathani, the source code below is primarily made from...
...
Have decided to look for very informative (quality) videos, especially as how to install every type of application, how to make the SIS standalones including how to create the icons for them... and...
pyWuzzler_5230_editon.py -- section 2 of 2
if(os.path.exists(PYTHON_ROOT+u"hit.wav") and
os.path.exists(PYTHON_ROOT+u"hit.wav")):
statusupdate(canvasImage,"loading sounds","...")...
pyWuzzler_5230_editon.py -- section 1 of 2
Most of the changes made were from a friend of mine made within the hour while teaching me how it all works. For the png images... please let me know...
# bountyhunter.py
### bountyhunter.py
from graphics import *
from sensor import *
import e32,audio,appuifw,os,sys,key_codes,time,math,random