Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,154,243 members, 7,822,251 topics. Date: Thursday, 09 May 2024 at 09:01 AM

Python Programming - Programming (8) - Nairaland

Nairaland Forum / Science/Technology / Programming / Python Programming (61783 Views)

Anyone That Know Python Programming Should Help Me To Check The Eorr This / Support Python Programming With Android Devices :qpython E.t.c / What Can Python Programming Language Build? (2) (3) (4)

(1) (2) (3) ... (5) (6) (7) (8) (9) (10) (11) ... (14) (Reply) (Go Down)

Re: Python Programming by jacob05(m): 10:00pm On Jun 03, 2010
Wow!. These is wonderful . PYTHON in Nigeria !!. But so sad i won't be there(in school). But wish all the best. Hope Python would be fully recognised and be thought in Nigerian universities and polytechnics.
Re: Python Programming by AZeD1(m): 6:51pm On Jun 06, 2010
@jacob05:
went thru all d post on this forum, did u guys(seun, webdizzi) collaborate on any app if yes can i know whats it was/is about?? if no y??
have you ever tried running a python program on a phone
Re: Python Programming by Seun(m): 1:08pm On Jun 07, 2010
Nope. sad
Re: Python Programming by Mogulis29: 11:13am On Nov 14, 2010
Very enlightening
Re: Python Programming by Nobody: 8:52pm On Nov 16, 2010
A-ZeD:

@jacob05:
went thru all d post on this forum, did u guys(seun, webdizzi) collaborate on any app if yes can i know whats it was/is about?? if no y??
have you ever tried running a python program on a phone

nope, have any idea?
Re: Python Programming by jacob05(m): 11:37am On Nov 17, 2010
nope. Hi @ll. All my pythonic fellows whats on. Always love see a programming world dominated by PYTHON. All the best
Re: Python Programming by dee5(m): 11:54am On Nov 25, 2010
@a-zed
actually i code and execute my python programmes on both my phone (a nokia 5800 xpressmusic) and on my laptop here is a sample python app i created for generating phone numbers recharge cards and the likes
import random
def a(h):
t=[]
l=len(h)
for i in range(0, l):
y=i-1
th=random.choice(h)
t.append(th)
return t
def red(e,t):
r=[]
k=e-t
return k
arr=[]
def prin(g,f,pr):
m=[]
for i in range(0, f):
k=red(g,i)
m.append(k)
e=m[i]
es=pr+''.join(a(str(e)))
arr.append(es)
num=raw_input("enter an example num "wink
x=raw_input("how many numbers to generate "wink
pref=raw_input("what should i put in front of each number? "wink
x=int(x)
num=long(num)
prin(num, x,pref)
sep=raw_input("what should i seperate each number with? "wink
logfile = open("e:\data/\/nums.txt", "w"wink
if (sep==''):
ah='\n'.join(arr)
logfile.write(ah)
else:
ah=sep.join(arr)
logfile.write(ah)
logfile.close()
print "your numbers hav been saved to\n e:\data\ nums.txt"

1 Like 1 Share

Re: Python Programming by cogicero: 10:41am On Nov 26, 2010
Integrate python with Apache, it's many times faster than plain CGI

http://www.modpython.org/python10/
Re: Python Programming by cogicero: 10:57am On Nov 26, 2010
A-ZeD:

have you ever tried running a python program on a phone

python for nokia series 60
http://www.awaretek.com/pymo.html#nokia
Re: Python Programming by jacob05(m): 11:54pm On Mar 31, 2011
{Going through my posts}
Re: Python Programming by Nobody: 11:32pm On Apr 06, 2011
.
Re: Python Programming by Nobody: 11:50pm On Apr 06, 2011
thats cos installing python configures the window command prompt to run "python yourProgram.py"
so if your program contains any error, it just starts it and exit right away

another may be if you are just printing a text to the standard output
it prints the text and exit.

A good way around this is to either open up the cmd, cd to the directory of your python script
then type "python yourscriptname.py"

or

use IDLE that comes by default with python.
Located here
start > all programs >python x.x > IDLE
Re: Python Programming by Seun(m): 11:22am On Apr 07, 2011
Back to python & CherryPy.
Re: Python Programming by pystar: 11:41pm On Apr 08, 2011
@goon
just type this at the end of the python file
raw_input("")
Re: Python Programming by jacob05(m): 11:19am On Apr 09, 2011
pystar:

@goon
just type this at the end of the python file
raw_input(""wink
lol, nice solution, also encountered such when started with python ,
Re: Python Programming by Nobody: 10:20pm On Apr 09, 2011
i think it's a hack
Re: Python Programming by Nobody: 8:37am On Apr 11, 2011
every time i look at python coding it looks so alen to me but heard its one of the best.
Re: Python Programming by zackblue456: 7:09am On Apr 16, 2011
Thanks for sharing such a nice information. I have no much idea about Python programing language but in my knowledge, Python is an interactive language. I can learn to it very easy and i bet you it is easier compared to php.
Re: Python Programming by selencious(f): 2:51pm On Apr 16, 2011
Python is the easiest of all the languages. Very easy to learn and less error because it is an interpreted language. Out of all the languages I know so far, java is the hardest.
Re: Python Programming by levis2kk: 2:31am On Sep 10, 2011
please anyone know where i can learn python programming in Lagos?
Re: Python Programming by Nobody: 10:02am On Sep 10, 2011
get tutorial online, the python doc folder is a good start.
Re: Python Programming by Seun(m): 3:20pm On Sep 10, 2011

1 Like

Re: Python Programming by MrResource(m): 9:46pm On Sep 10, 2011
thanks for the link seun cheesy, am a beginner cool
Re: Python Programming by jacob05(m): 12:42pm On Sep 12, 2011
My Sweet Python Brought Back to life,
Re: Python Programming by megatran(m): 8:07pm On Dec 31, 2011
to say am nt confused by the whole tutorial thing, i must be lying. am a newbie, in d world of programming and i dnt have d slimest idea of using python which is said to be the easiest type of programming system, i wish i could get someone close dat could brush me from d start cos all dis tutorial stuff is sounding wierd to me
Re: Python Programming by toluxa1(m): 1:04am On Jan 04, 2012
Hello guys. Its great to be here. I just started learning PYTHON recently and I must say its been really lovely. This is the first time I am learning a programming language and I can't wait to turn on my system to continue with the tutorials. I learn till late in the night. I downloaded (torrent) a video tutorial from a guy nicknamed bucky, its called the New Buston Totorials and has about 43 video files of approximately 6mins each. Does anyone have anything better? I also feel I should have an ebook as backup? Any ideas which one I should use?
Re: Python Programming by jeebz: 1:54pm On Jan 04, 2012
check out the Google Python page @ code.google.com/edu/languages/google-python-class
Re: Python Programming by mxxpunkxx: 7:20pm On Jan 04, 2012
toluxa1:

Hello guys. Its great to be here. I just started learning PYTHON recently and I must say its been really lovely. This is the first time I am learning a programming language and I can't wait to turn on my system to continue with the tutorials. I learn till late in the night. I downloaded (torrent) a video tutorial from a guy nicknamed bucky, its called the New Buston Totorials and has about 43 video files of approximately 6mins each. Does anyone have anything better? I also feel I should have an ebook as backup? Any ideas which one I should use?

I happen to av a Python ebook, u will love i promise u. it's got lots of images and not boring text
drop ur email
Re: Python Programming by Nobody: 9:50pm On Jan 04, 2012
.
Re: Python Programming by toluxa1(m): 8:51pm On Jan 05, 2012
mxxpunkxx:

I happen to av a Python ebook, u will love i promise u. it's got lots of images and not boring text
drop your email

Thats definately the kind of book I need. my email is honoura1@yahoo.com
Thanks in anticipation of your prompt response.
Re: Python Programming by mxxpunkxx: 2:43pm On Jan 07, 2012
toluxa1:

my email is honoura1@yahoo.com

sent!!!!!!

goon:

ibi_tam_uno@yahoo.com

sent!!!!!!

(1) (2) (3) ... (5) (6) (7) (8) (9) (10) (11) ... (14) (Reply)

Meet Emmanuella Mayaki: Hired By A School In The UK As Coding Instructor / Build A JAMB Result Checking Website To Win 150,000 Naira / Meet Dare Obasanjo Who Works With Microsoft

Viewing this topic: 1 guest(s)

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 27
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.