|
sledjama (m)
|
@dami9ja when talking about good materials on php, you dont put php.net aside. They have a .chm documentation here http://ar.php.net/distributions/manual/php_manual_en.chmall tutorials published everywhere today are gotten and probably tweaked from that file. php server? try Apache, or if u need to skip the overheads, try WAMP server and i cant recollect your username on mygamma my email is info[at]webdezzi.com
|
|
|
|
|
|
dami9ja (m)
|
@webdezzi, Tanx 4 your reply, Am Meezy9 on Mygamma, a member of your group then! Alrdy downloaded d php manual and XAMPP. Could u plz recommend any GUI for php? Tanx
|
|
|
|
|
|
sledjama (m)
|
ok, if u intend using php for GUI programs, then try php-GTK http://gtk.php.net/just download that and dont forget to get the documentation too. I think the best way to learn all these languages is to assign urself a project, then as you work on, search the dcumentation for help, if unavailable, use google. you can say, you have just won a 5 million naira contract to redevelop a website for WAEC, generate scratch card, and just make things works sha. so you start working on that, and u learn everytime there is a stumbling block. meanwhile, lets stick to what this thread says.
|
|
|
|
|
|
dami9ja (m)
|
Ok sir.ll keep in touch via email.Thanks n God bless. Now, back to Python!
|
|
|
|
|
|
jacob05 (m)
|
Hello house,pls where can i get "real-life" python exercises or any relevant language cus i'm pretty wrecked out.
|
|
|
|
|
|
webdezzi (m)
|
what about writing a python app to check google's ranking of any website based on a set of keyword
just simple gui with just 2 input area, 1 for keyword, other for website address a space to display the position in numbers. also a start and stop button, u can make it 1 button only to change dynamically.
|
|
|
|
|
|
jacob05 (m)
|
Which python gui app do you think is best for creating windows form . {with reasons}
|
|
|
|
|
|
webdezzi (m)
|
i guess u meant GUI toolkit, they are all good, but i love QT.
|
|
|
|
|
|
jacob05 (m)
|
@webdezzi Thanks man!. With it large library which contains almost ali the kits you need.
|
|
|
|
|
|
baby boy (m)
|
Hi guys, I have written a couple of programs in python that I want to rewrite in C and C++. The problem is that i am not too good with either of the afore mentioned languages. Any ideas on how to get over this hiccup? cheers guys!
|
|
|
|
|
|
amosunfemi
|
its any one using WingIDE for python, i need the key for v3.1.8-1
|
|
|
|
|
|
jacob05 (m)
|
Goto serials.ws
|
|
|
|
|
|
amosunfemi
|
link on serial.ws are redirecting to one usenet site,
|
|
|
|
|
|
|
|
|
|
amosunfemi
|
eh! thanks i will chk it up
|
|
|
|
|
|
jacob05 (m)
|
Found one great book . PYTHON create modify Reuse . Men loving it.
|
|
|
|
|
|
Seun (m)
|
Want to work on an official clone of the NL forum in Python?
|
|
|
|
|
|
jacob05 (m)
|
Would like to
|
|
|
|
|
|
alexis (m)
|
Why do you want an python based NL forum Seun?
|
|
|
|
|
|
seunthomas
|
It is good to know that we have Nigerians who can speak the most versatile programming language of the bunch. Python is really a truely special language. It learns from the pitfalls of other languages before it. That is why over 50% of search giant google.com is developed in python. The really, Van gossum is also a google guy. Luv to u all pythonic embryos.
|
|
|
|
|
|
jacob05 (m)
|
Pythonic embryo 
|
|
|
|
|
|
seunthomas
|
The basic concept of object oriented company sees the computer problem as real life objects. The old paradigm of programming solved problems in computing as a series of inter-related task. OOP on the other sees the computing problem as a system of inter-related and co-existing objects. One part of the problem and its underlying solution depending on the other. Quick Example In Creating a Banking Application Old approach: 1. Create application to allow user input the data 2. Create a datastore or database. 3. Create a bridge between the datastore and the form.
OOP 1. The form itself that collects the input is an object that has different attributes. 2. The Account for each user is an Object 3. The Database/Datastore is an Object 4.The Bridge is an Object.
With the OOP solution you can take the Database/Datastore object and use it for another project like an accounting application. You can also modify the account, form objects too.
In OOP you are more concerned with solving the problem than with the problem itself.
An Example Account Object in Python would look like this:
Class Account: def __init__(self,username,acctno): self.username = username self.acctno = acctno def setAcctNo(self,acctno): self.acctno = acctno
We will complete this in my later post
|
|
|
|
|
|
Ikoje
|
Python is a very simple language and i love it more than Java. I've being programming in Java for 20months with no much success. But Python in 20weeks! has being great.  Try it for 2 weeks with 1 hr dedicated learning.
|
|
|
|
|
|
Seun (m)
|
Why do you want an python based NL forum Seun? The reasons are painfully obvious, alexis. Ask yourself, "why do I prefer Python to PHP?" @Ikoje: nice to hear! What are some of the things you've done with Python? Let's chat sometime!
|
|
|
|
|
|
jacob05 (m)
|
Planning to create a tunneling software using python and pyQT {something like proxifier}. But finding it hard to tunnel http connection to https .@ll any help
|
|
|
|
|
|
Seun (m)
|
What kind of tunnelling? Socks? HTTP Proxy? TCP Forwarding? Answer depends on that.
|
|
|
|
|
|
|
|
Seun (m)
|
You need to implement the HTTP CONNECT method. It's a form of TCP tunnelling that web proxies support (you can't intercept SSL requests, you have to tunnel them) HTTP proxy
|
|
|
|
|
|
|
|
t1m1 (m)
|
Hi python charmers! what is the fastest reliable way to build an application (complete with User interface) in Python? v a 9ce wk ahead y'all!
|
|
|
|
|
|