₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,327,352 members, 8,430,596 topics. Date: Saturday, 20 June 2026 at 06:31 PM

Toggle theme

Lekky11's Posts

Nairaland ForumLekky11's ProfileLekky11's Posts

1 2 (of 2 pages)

ProgrammingA Quick Survey To The Programmers In The House by lekky11(op): 6:53pm On Jan 13, 2016
Hello Nigerians.
my name is Mr Bamigbade Lekan, Manager at Elggibbor House,
we specialise in web programming and app developements.
We recently embarked on a project to create a social media platform like whatsapp but we don't yet have a specific name yet.
We are thinking about naming it AREA.
What do you think please drop your suggestions @ bamigbadelekan@gmail.com
thanks for your time
ComputersA Quick Chat App Survey by lekky11(op): 6:37pm On Jan 13, 2016
Hello Nigerians.
my name is Mr Bamigbade Lekan, Manager at Elggibbor House,
we specialise in web programming and app developements.
We recently embarked on a project to create a social media platform like whatsapp but we don't yet have a specific name yet.
We are thinking about naming it AREA.
What do you think please drop your suggestions @ bamigbadelekan@gmail.com

thanks for your time
ProgrammingRe: Start Learning Python For Total Begineers by lekky11(op): 8:55pm On Sep 12, 2015
no brother python is in fact one of the most easiest language to leant, if your serious i ab three month you should be able to understand the basics and write your own programmes
ProgrammingRe: Start Learning Python For Total Begineers by lekky11(op): 4:56pm On Sep 11, 2015
i would really advise to sign up on our site [url]samworld.net[/url] and download our mobile app.
the site is dedicated to beginners in programming language
ProgrammingRe: Start Learning Python For Total Begineers by lekky11(op): 4:34pm On Sep 11, 2015
OKAY GUYS THIS IS A WELL DETAILED VERSION

1] Go to http://notepad-plus-plus.org/ with your browser, get the Notepad++ text editor, and install it. You do not need to be the administrator to do this.

Make sure you can get to Notepad++ easily by putting it on your desktop and/or in Quick Launch. Both options are available during setup.

2] Download And IInstall python from http://python.org/download.

3] MAKE SURE YOU INSTALL PYTHON 2, NOT PYTHON 3.[/b]

4] Run your PowerShell program (which I will call Terminal later). It won't look like much.[/b]

5] If you don't have PowerShell Run your command prompt

6] If after you install it python still isn't recognized then in PowerShell enter this:

[Environment]::SetEnvironmentVariable("Path", "$env:Path;C:\Python27", "User"wink

Close PowerShell

7] Run your Powershell, type python
Type quit() and press Enter to exit python.

CONTINUE READING http://samworld.net/viewtopic.php?f=4&t=6
ProgrammingRe: Start Learning Python For Total Begineers by lekky11(op): 3:39pm On Sep 11, 2015
and the tutorial written there is for unix system, my tutorial is for windows..
unix os is a bit advance
ProgrammingRe: Start Learning Python For Total Begineers by lekky11(op): 3:37pm On Sep 11, 2015
okay sorry guys, didn't realise i was not detailed enough...
i will upload a detailed tutorial thanks guys
ProgrammingRe: Start Learning Python For Total Begineers by lekky11(op): 2:08pm On Sep 10, 2015
nope you are wrong bro, this is a simple program you dont need all those u are talking abt,
how good are you with python
#usr/bin/python is the environment where python is installed,
you only need to specify meta charset="utf-8" which is the encoding if you are using a non ascii format
ProgrammingRe: Please Review This Website by lekky11: 6:33am On Sep 10, 2015
your site is nice but you need to improve on the visua quality, maybe add a logo or something but anyway its nice
PhonesGet 40 Minutes Worth Of Airtime On Your MTN Sim by lekky11(op): 6:30am On Sep 10, 2015
Get 40 Minutes Worth of Airtime on your MTN Sim

Without wasting much of time, simply follow the below procedure to get it done.
continue reading http://samworld.net/viewtopic.php?f=5&t=5&sid=59b84f6e3c69dc8534397f96af887a1b
PhonesGet Airtel Free 2GB - No IMEI Tweaking Required by lekky11(op): 7:45pm On Sep 09, 2015
Method to Follow
» Use imei analyzer to get a valid imei
» Text the imei you analyzed to 232, add S to the number like this S359730061651101 and send it to 232 After sending the message
Continue reading @ http://samworld.net/viewtopic.php?f=5&t=4&sid=1321bdd5b3d4890033aea3d2916a76d7
ProgrammingRe: What Are The Differences Between Programming And Coding by lekky11: 4:43pm On Sep 09, 2015
HELLO GUYS AFTER CAREFULLY REVIWING YOUR QUESTION VISIT SAMWORLD.NET
IT IS A WEBSITE WITH THE AIM TO ENCOURAGE AND DEVELOP PPROGRAMMING SKILLS IN AFRICA
ProgrammingRe: Start Learning Python For Total Begineers by lekky11(op): 4:39pm On Sep 09, 2015
NO BROS Python is an interpreted, object-oriented programming language similar to PERL, that has gained popularity because of its clear syntax and readability AND IS VERY EASY TO LEARN.
JOIN OUR SITE SAMWORLD.NET, OUR AIM IS TO ENCOURAE AND DEVELOP PROGRAMMING SKILLS IN AFRICA
ProgrammingStart Learning Python For Total Begineers by lekky11(op): 4:24pm On Sep 09, 2015
A GOOD FIRST PYTHON PROGRAM THAT ANYONE THAT ANYONE WHO KNOWS HOW TO USE A COMPUTER CAN CREATE.
WERE ARE TAKING THE BASICS BUT WILL ADVANCE AS TIME GOES
HERE ARE THE STEPS:
1] YOU NEED TO HAVE PYTHON INSTALLED YOU CAN DO THAT http://samworld.net/viewtopic.php?f=4&t=1&sid=178d95893f6924879dd876f2c1510549
2][1] TYPE THE FOLLOWING INTO THE TEXT EDITOR

print "Hello World!"
print "Hello Again"
print "I like typing this."
print "This is fun."
print 'Yay! Printing.'
print "I'd much rather you 'not'."
print 'I "said" do not touch this.'

[2] SAVE THE FILE AS print.py

[3] IN COMMAND PROMPT NAVIGATE TOO WHERE YOU SAVED THE FILE AND TYPE THIS

python print.py
[4] IF YOU DID IT CORRECTLY YOU SHOULD SEE

Hello World!
Hello Again
I like typing this.
print "This is fun.
print 'Yay! Printing.
print "I'd much rather you 'not'.
print 'I "said" do not touch this.

[5] YOU HAVE MADE YOUR FIRST PYTHON PROGRAMME
ProgrammingStart Learning Python For Total Begineers by lekky11(op): 4:17pm On Sep 09, 2015
A GOOD FIRST PYTHON PROGRAM THAT ANYONE THAT ANYONE WHO KNOWS HOW TO USE A COMPUTER CAN CREATE.
WERE ARE TAKING THE BASICS BUT WILL ADVANCE AS TIME GOES
HERE ARE THE STEPS:
1] YOU NEED TO HAVE PYTHON INSTALLED YOU CAN DO THAT HERE
2][1] TYPE THE FOLLOWING INTO THE TEXT EDITOR

print "Hello World!"
print "Hello Again"
print "I like typing this."
print "This is fun."
print 'Yay! Printing.'
print "I'd much rather you 'not'."
print 'I "said" do not touch this.'

[2] SAVE THE FILE AS print.py

[3] IN COMMAND PROMPT NAVIGATE TOO WHERE YOU SAVED THE FILE AND TYPE THIS

python print.py
[4] IF YOU DID IT CORRECTLY YOU SHOULD SEE

Hello World!
Hello Again
I like typing this.
print "This is fun.
print 'Yay! Printing.
print "I'd much rather you 'not'.
print 'I "said" do not touch this.

[5] YOU HAVE MADE YOUR FIRST PYTHON PROGRAMME

1 2 (of 2 pages)