Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,148,902 members, 7,802,921 topics. Date: Saturday, 20 April 2024 at 03:30 AM

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

Nairaland Forum / Science/Technology / Programming / A Thread For Tutorial On Python Programming (140099 Views)

Opportunity To Earn Little Pay Working On Python Assignment. / I want to solve question on python basic / I Have A Very Import Question On Python Syntax (2) (3) (4)

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

Re: A Thread For Tutorial On Python Programming by Nobody: 3:14am On Jan 09, 2019
following
Re: A Thread For Tutorial On Python Programming by Paapii3d(m): 7:37am On Jan 09, 2019
yusman14:
wow..fantastic..
but i av a prob oo..my PC is faulty..
for now i am not on whatsapp..pls kindly continue on dis forum...tankz

No problems Bro, the tutorials will be posted here..
Re: A Thread For Tutorial On Python Programming by KellaKella(f): 11:49am On Jan 09, 2019
STENON:
Interested .

Please @STENON I've been trying to reach sending msgs to you but you're not responding. Please kindly send me your email or WhatsApp number.. I need your assistance
Re: A Thread For Tutorial On Python Programming by wasiubello: 1:24pm On Jan 09, 2019
Please how do I join the WhatsApp group?
Re: A Thread For Tutorial On Python Programming by wasiubello: 1:25pm On Jan 09, 2019
Paapii3d:


No problems Bro, the tutorials will be posted here..
Please do I join the WhatsApp group?
Re: A Thread For Tutorial On Python Programming by Paapii3d(m): 3:35pm On Jan 09, 2019
DAY 3
BOOLEAN AND CONDITIONAL LOGIC PART 1



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

In dynamic programming, it is necessary to get user input with which to perform some operations.
In python, There is a built-in function in Python called "input" that will prompt the user and store the result to a variable.

name = input("Enter your name here: "wink
Enter your name here: Sam
print(name)
Sam

Conditional logic using if statements represents different paths a program can take based on some type of comparison of input.

syntax:
if some condition is True:
do something
elif some other condition is True:
do something
else:
do something

Conditional Logic include the following
Equal ==
Not equal !=
greater than >
Less than <
Greater than or equal to >=
Less than or equal to <=

3 Likes

Re: A Thread For Tutorial On Python Programming by Paapii3d(m): 3:37pm On Jan 09, 2019
I would appreciate some feedback from the people following the course, as it would go a long way to encourage me.

I would also appreciate if u subscribe to the channel.

5 Likes 2 Shares

Re: A Thread For Tutorial On Python Programming by kingjms010(m): 4:20pm On Jan 09, 2019
Pls, will a system of Core i3 and 4gb ram run a programming language like Python, I want to start learning but I'm afraid my laptop won't be able to run or handle it
Re: A Thread For Tutorial On Python Programming by Paapii3d(m): 4:44pm On Jan 09, 2019
kingjms010:
Pls, will a system of Core i3 and 4gb ram run a programming language like Python, I want to start learning but I'm afraid my laptop won't be able to run or handle it

Yes, it will.. Jst install the apps I indicated in the installation video.. Avoid heavy apps like anaconda, and you'll b fine.

1 Like

Re: A Thread For Tutorial On Python Programming by drvalency: 5:05pm On Jan 09, 2019
Paapii3d:
I would appreciate some feedback from the people following the course, as it would go a long way to encourage me.

I would also appreciate if u subscribe to the channel.
I am following bro...much love
Re: A Thread For Tutorial On Python Programming by billpete89: 7:40pm On Jan 09, 2019
Good
Re: A Thread For Tutorial On Python Programming by yusman14(m): 8:00pm On Jan 09, 2019
Paapii3d:


No problems Bro, the tutorials will be posted here..
ok tankx....is c# and c++ completely different from python?? wil i also know c++ and c#??
Re: A Thread For Tutorial On Python Programming by yusman14(m): 8:02pm On Jan 09, 2019
Paapii3d:
I would appreciate some feedback from the people following the course, as it would go a long way to encourage me.

I would also appreciate if u subscribe to the channel.
BRO.i am wit u....
nice job..
pls wich app can i download as to start..
(dis is my first tym)i no ntin abou programming
Re: A Thread For Tutorial On Python Programming by Paapii3d(m): 4:12am On Jan 10, 2019
yusman14:
BRO.i am wit u....
nice job..
pls wich app can i download as to start..
(dis is my first tym)i no ntin albou programming

In the first video on installation and setup, it explains it.. U can check it out.. Weda u are using Windows, mac or an android
Re: A Thread For Tutorial On Python Programming by Paapii3d(m): 5:16am On Jan 10, 2019
yusman14:
ok tankx....is c# and c++ completely different from python?? wil i also know c++ and c#??
The logic is same, but the syntax are different.

3 Likes

Re: A Thread For Tutorial On Python Programming by Paapii3d(m): 5:17am On Jan 10, 2019
drvalency:

I am following bro...much love
Thanks brotherly... It's encouraging
Re: A Thread For Tutorial On Python Programming by sweetilicious(f): 6:46am On Jan 10, 2019
Paapii3d:


Yes, it will.. Jst install the apps I indicated in the installation video.. Avoid heavy apps like anaconda, and you'll b fine.
Thanks so much.Thought my system won't be up to this
Re: A Thread For Tutorial On Python Programming by NareshIT: 8:19am On Jan 10, 2019
Naresh IT is having 15+ years of experience in the software training industry, Providing classroom, online, weekend, Corporate training, Internship, Academic projects at Our Branches.we provide one of the Best Python Online Training Institute and also provide Best Python Classroom Training Institute
Re: A Thread For Tutorial On Python Programming by Paapii3d(m): 12:49pm On Jan 10, 2019
DAY 4
LOGICAL OPERATORS IN PYTHON



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

In Python, the following operators can be used to make Boolean Logic comparisons or statements:

If a, b are variables in python or conditional statements, then

1. and true if both a AND b are true. This is also known as Logical Conjunction

2. or true if either a OR b are true. This is also known as logical disjunction

3. not true if the opposite of a is true. This is also known as Logical Negation






2 Likes

Re: A Thread For Tutorial On Python Programming by adeyemi2017(m): 3:21pm On Jan 10, 2019
Following you sir

1 Like

Re: A Thread For Tutorial On Python Programming by yusman14(m): 10:07pm On Jan 10, 2019
Paapii3d:


In the first video on installation and setup, it explains it.. U can check it out.. Weda u are using Windows, mac or an android
ok tankz bro
Re: A Thread For Tutorial On Python Programming by EvilSec: 5:45am On Jan 11, 2019
Paapii3d:
DAY 4
LOGICAL OPERATORS IN PYTHON



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

In Python, the following operators can be used to make Boolean Logic comparisons or statements:

If a, b are variables in python or conditional statements, then

1. and true if both a AND b are true. This is also known as Logical Conjunction

2. or true if either a OR b are true. This is also known as logical disjunction

3. not true if the opposite of a is true. This is also known as Logical Negation






I'll freely admit this is a pretty solid tutorial, clear and concise.

2 Likes

Re: A Thread For Tutorial On Python Programming by Paapii3d(m): 8:14am On Jan 11, 2019
EvilSec:

I'll freely admit this is a pretty solid tutorial, clear and concise.

Thanks.. I really appreciate

2 Likes

Re: A Thread For Tutorial On Python Programming by STENON(f): 9:26am On Jan 11, 2019
KellaKella:


Please @STENON I've been trying to reach sending msgs to you but you're not responding. Please kindly send me your email or WhatsApp number.. I need your assistance
okay madam. Pm replied . I am so sorry for the late response
Re: A Thread For Tutorial On Python Programming by fizo4real(m): 9:31am On Jan 11, 2019
Came across your video early this morning, you make programming easy to understand. I hope after the 30days we should be designing anything 'designable'.
Re: A Thread For Tutorial On Python Programming by Paapii3d(m): 1:49pm On Jan 11, 2019
DAY 5
LOOPS PART 1



https://www.youtube.com/watch?v=8ibi9fQGZbQ

Loops are used in python to iterate over iterable-objects.
Examples of iterable objects are a set of numbers, a list and lots more.

Two types of loops in python are:
1. for loops
2. while loops.

syntax "for loops" is:

for item in iterable-object:
#do something

loops can be used with range too

for number in range(1, 10):
print(number)

for i in range(5,200,5):
print(i)

5 Likes

Re: A Thread For Tutorial On Python Programming by femoolar(m): 3:52pm On Jan 11, 2019
Boss, I luv it go on
Re: A Thread For Tutorial On Python Programming by Afuwape22: 8:16pm On Jan 11, 2019
Please add me to the WhatsApp group
Re: A Thread For Tutorial On Python Programming by Afuwape22: 8:16pm On Jan 11, 2019
Please add me to the WhatsApp group 08038624787
Re: A Thread For Tutorial On Python Programming by excellent31005(m): 9:55pm On Jan 11, 2019
Ikennablue:
Following, pls don't stop halfway, and don't be discouraged even if you don't get enough followers. More grease to your elbow
cool cool I love this

(1) (2) (3) (4) (5) (6) (7) (8) (9) (10) ... (32) (Reply)

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

(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. 29
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.