₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,324,993 members, 8,419,845 topics. Date: Thursday, 04 June 2026 at 02:08 AM

Toggle theme

A Thread For Tutorial On Python Programming - Programming (3) - Nairaland

Nairaland ForumScience/TechnologyProgrammingA Thread For Tutorial On Python Programming (153812 Views)

1 2 3 4 5 6 7 8 9 10 ... 33 Reply (Go Down)

Re: A Thread For Tutorial On Python Programming by excellent31005(m): 9:57pm On Jan 11, 2019
Add me on WhatsApp group pls,
08057428903
Re: A Thread For Tutorial On Python Programming by emminister: 10:02pm On Jan 11, 2019
Wow.. Thanks brother for this insight. Oluwa bless
Re: A Thread For Tutorial On Python Programming by Nobody: 9:09am On Jan 12, 2019
Pls add me on whatsapp
07082963020
Re: A Thread For Tutorial On Python Programming by emminister: 9:21am On Jan 12, 2019
Please, is there a whatsapp group chat for this?
Re: A Thread For Tutorial On Python Programming by Paapii3d(op): 9:58am On Jan 12, 2019
There's no WhatsApp group for this at the moment... Every posts will be made here.. Support by subscribing to the channel and ask questions dere.. For other questions, u can send a msg..

Thanks all for ur encouragement.. I appreciate
Re: A Thread For Tutorial On Python Programming by Paapii3d(op):
DAY 6
LOOPS 2



https://www.youtube.com/watch?v=aTTRbw8ov1o

for loops can be nested.
nested loop is a loop in a loop.

for loop syntax is given as:

for item in iterable-object:
for item2 in iterable-object:
# do something

Another loop is the while loop. This is given as

while condition:
# do something
Re: A Thread For Tutorial On Python Programming by oluwajuwonfj: 6:43pm On Jan 12, 2019
Bro please add me on Whatsapp- 07088190057
Re: A Thread For Tutorial On Python Programming by Horlaarsco: 11:58pm On Jan 12, 2019
following
Re: A Thread For Tutorial On Python Programming by Israel17: 9:30am On Jan 13, 2019
please add me up on WhatsApp : 08162167529
Re: A Thread For Tutorial On Python Programming by Paapii3d(op):
DAY 7
LISTS IN PYTHON PART 1



https://www.youtube.com/watch?v=ceZ_2gT0QXo

Lists are important data structure in python. It is necessary to understand how lists work, and how to create lists in python.

In python, lists are used to hold multiple values. These values may be of different data types.

lists are created using square brackets []

Elements in a list are orderly, hence they are accessed using their index.

The index in a list starts from 0 not 1

e.g
friends = ["Emeka", "Adamu", "Seun"]
friends[0] would print Emeka
friends[2] would print Seun
friends[3] would return an error known as IndexError
Re: A Thread For Tutorial On Python Programming by Paapii3d(op):
DAY 7:
INTRODUCTION TO LISTS IN PYTHON PART 2



https://www.youtube.com/watch?v=BeUZiGu7ins

Lists can be accessed using the while loop and the for loop
Re: A Thread For Tutorial On Python Programming by DextrousDavid(m): 12:51am On Jan 15, 2019
pm sir....if there's a WhatsApp group 08166554021
Re: A Thread For Tutorial On Python Programming by Drateeek(m): 2:25pm On Jan 15, 2019
Wow! Thumbs up bro..
Add me to the whatsapp group please
08177134171
Re: A Thread For Tutorial On Python Programming by Paapii3d(op):
DAY 8
LIST METHODS IN PYTHON



https://www.youtube.com/watch?v=SDygJ7IPVbY

some of the methods used in python are:

1. append(): This is used to add an element to the end of a list.
2. extend(), 2 or more elements can be added
3. insert(): This is used to add an element to a particular location in the list. It takes 2 parameters
4. clear(): this is used to clear the items in a list.
5. pop(): This is used to remove an element at the end of a list, or the index provided.
Re: A Thread For Tutorial On Python Programming by Godfullsam(m): 10:00pm On Jan 15, 2019
More power to your elbow
Re: A Thread For Tutorial On Python Programming by kennyjam: 12:28am On Jan 16, 2019
pls are we to drop our WhatsApp contact?
Re: A Thread For Tutorial On Python Programming by Nobody: 10:48am On Jan 16, 2019
Paapii3d:
There's no WhatsApp group for this at the moment... Every posts will be made here.. Support by subscribing to the channel and ask questions dere.. For other questions, u can send a msg..

Thanks all for ur encouragement.. I appreciate
Great job you're doing bro. Just continue posting on here so people who get to see the thread later can follow through from beginning to end. Thanks.
Re: A Thread For Tutorial On Python Programming by neyee4u: 3:48pm On Jan 16, 2019
add me on whatsapp 08036971834
Re: A Thread For Tutorial On Python Programming by johndoe08030: 10:14pm On Jan 16, 2019
Product: Three For One Hosting Unlimited Package
http:///2De9xOV
Re: A Thread For Tutorial On Python Programming by yusman14(m): 10:10am On Jan 17, 2019
BRO nice one!!
i only understand d theoreticall aspect...pls wat can i do..because i dnt av a laptop...wich app can i download on my android fone??
i wanna know were to start from practically...
Re: A Thread For Tutorial On Python Programming by Paapii3d(op): 3:22pm On Jan 17, 2019
yusman14:
BRO nice one!!
i only understand d theoreticall aspect...pls wat can i do..because i dnt av a laptop...wich app can i download on my android fone??
i wanna know were to start from practically...
pydroid 3... check the video on installation and setup
Re: A Thread For Tutorial On Python Programming by Paapii3d(op):
DAY 9
LIST METHODS IN PYTHON - PART 2



https://www.youtube.com/watch?v=srwihyKiHQs

some of the methods used in python are:

1. append(): This is used to add an element to the end of a list.
2. extend(), 2 or more elements can be added
3. insert(): This is used to add an element to a particular location in the list. It takes 2 parameters
4. clear(): this is used to clear the items in a list.
5. pop(): This is used to remove an element at the end of a list, or the index provided.
6. del
7. index()
8. slice
Re: A Thread For Tutorial On Python Programming by Ajibolatao(m): 4:58pm On Jan 17, 2019
Why not get Lynda.com account for a token and download any course of your choice like Programming (Java, Python, C#, HTML, CSS, JavaScript...).

You can check out this thread


https://www.nairaland.com/4864664/promo-time-premium-lynda.com-account#73256339
Re: A Thread For Tutorial On Python Programming by emilfischer(m): 1:25am On Jan 18, 2019
Loving this.
Re: A Thread For Tutorial On Python Programming by Linkyjay001: 2:29pm On Jan 18, 2019
Paapii3d:
There's no WhatsApp group for this at the moment... Every posts will be made here.. Support by subscribing to the channel and ask questions dere.. For other questions, u can send a msg..

Thanks all for ur encouragement.. I appreciate
Pls I need to contact you. How can I send you a private msg
Re: A Thread For Tutorial On Python Programming by Paapii3d(op):
DAY 10
LIST COMPREHENSION



https://www.youtube.com/watch?v=RIq1PhviHCs

List comprehension is another vital way of manipulating lists in python.

for example to print a list of squared values in python, it can be performed as

numbers = [1,2,3,4,5,6]
squaredNumbers = [num ** 2 for num in numbers]
print(squaredNumbers)
Re: A Thread For Tutorial On Python Programming by Paapii3d(op): 8:12pm On Jan 18, 2019
Linkyjay001:
Pls I need to contact you. How can I send you a private msg
You can send me a mail on codenaij@gmail.com

Thanks
Re: A Thread For Tutorial On Python Programming by melodyogonna(m): 1:51pm On Jan 19, 2019
Nice one
Re: A Thread For Tutorial On Python Programming by omotee4u2002(m): 11:20pm On Jan 19, 2019
Please add me on whatsapp on 08052776342
1 2 3 4 5 6 7 8 9 10 ... 33 Reply

Help I Need A Turor On PythonOpportunity To Earn Little Pay Working On Python Assignment.I want to solve question on python basic234

Chronicle Of A Data Scientist/analystI Want To Learn Programming. Which Language Should I Start With?