Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,153,554 members, 7,819,982 topics. Date: Tuesday, 07 May 2024 at 07:53 AM

Official Thread For Experts And Begineers In Python - Programming (10) - Nairaland

Nairaland Forum / Science/Technology / Programming / Official Thread For Experts And Begineers In Python (31560 Views)

Web Programming Tutorial In Python. / How To Code Your Own Personal Assistant In Python / Official Thread For C# Experts And Beginners (2) (3) (4)

(1) (2) (3) ... (7) (8) (9) (10) (11) (12) (13) (Reply) (Go Down)

Re: Official Thread For Experts And Begineers In Python by Redfox(m): 9:23pm On Nov 11, 2015
Add me

08063944177. Am a beginner
Re: Official Thread For Experts And Begineers In Python by samlexxy: 6:42am On Nov 12, 2015
Redfox:
Add me

08063944177. Am a beginner
seriously round here I don't think anybody is adding anybody to some group or something.. this is an open discussion thread..there is another thread for the "adding thingy"
Re: Official Thread For Experts And Begineers In Python by qidos121(m): 7:26am On Nov 12, 2015
samlexxy:
seriously round here I don't think anybody is adding anybody to some group or something.. this is an open discussion thread..there is another thread for the "adding thingy"
samlexxy leave them i think they are been added to the group let us just continue our own discussion.... Abeg which ide you dey use
Re: Official Thread For Experts And Begineers In Python by Nobody: 11:57am On Nov 12, 2015
08179469614... please add
Re: Official Thread For Experts And Begineers In Python by samlexxy: 12:09pm On Nov 12, 2015
qidos121:
samlexxy leave them i think they are been added to the group let us just continue our own discussion.... Abeg which ide you dey use
lol...na Pycharm na...the IDE na blast..just check am out...
Re: Official Thread For Experts And Begineers In Python by JigsawKillah(m): 12:15pm On Nov 12, 2015
qidos121:
smadav 2012 don't download 2015 it will crash your system if you are using windows 8 or 8.1..... But you can also try 2014


I'm using Win7
Re: Official Thread For Experts And Begineers In Python by qidos121(m): 7:07pm On Nov 12, 2015
samlexxy:
lol...na Pycharm na...the IDE na blast..just check am out...
wey me i still dey dull myself dey use idle.... Chai dereiz God ooh
Re: Official Thread For Experts And Begineers In Python by qidos121(m): 7:08pm On Nov 12, 2015
JigsawKillah:


I'm using Win7
download smadav and welcome to the new world
Re: Official Thread For Experts And Begineers In Python by samlexxy: 8:24pm On Nov 12, 2015
qidos121:
wey me i still dey dull myself dey use idle.... Chai dereiz God ooh
lol..na so na... e don tai wey me don use dah idle last self....e no good for long code and e no get autocompletion wey wapa self..
Re: Official Thread For Experts And Begineers In Python by qidos121(m): 9:03pm On Nov 12, 2015
samlexxy:
lol..na so na... e don tai wey me don use dah idle last self....e no good for long code and e no get autocompletion wey wapa self..
the tin dry
Re: Official Thread For Experts And Begineers In Python by JoshRDWM(m): 3:27am On Nov 13, 2015
Have you made any twitter bots yet? That's where I started...
Re: Official Thread For Experts And Begineers In Python by samlexxy: 3:28am On Nov 13, 2015
qidos121:
the tin dry
download Pycharm and you go gbadun scripting..na IDE dey always make programming sweet....
Re: Official Thread For Experts And Begineers In Python by qidos121(m): 12:03am On Nov 14, 2015
first to answer: why would True + 4 = 5
Re: Official Thread For Experts And Begineers In Python by omoelu1(m): 9:22pm On Nov 14, 2015
qidos121:
first to answer: why would True + 1 = 5
True + 1 can't ordinarily be equal to 5, True in python equates to 1.
Therefore, True + 1 will be == 2.

But if you say

True = 4

Then you can have:

True + 1
to be = 5
Re: Official Thread For Experts And Begineers In Python by qidos121(m): 9:45pm On Nov 14, 2015
omoelu1:
True + 1 can't ordinarily be equal to 5, True in python equates to 1. Therefore, True + 1 will be == 2.
But if you say
 True = 4
 
Then you can have:
 True + 1
 to be = 5
 
sorry i meant True + 4 = 5
Re: Official Thread For Experts And Begineers In Python by omoelu1(m): 10:49pm On Nov 14, 2015
qidos121:
sorry i meant True + 4 = 5
okay, if that's the case, then the answer is also in my last post
Re: Official Thread For Experts And Begineers In Python by qidos121(m): 11:13am On Nov 15, 2015
omoelu1:

okay, if that's the case, then the answer is also in my last post
my question really is why would a boolean type represent an int
Re: Official Thread For Experts And Begineers In Python by omoelu1(m): 12:16pm On Nov 15, 2015
qidos121:
my question really is why would a boolean type represent an int
Well, you might call that implicit type casting.
i.e in python, you can use 1 and 0 in place of True and False respectively.

This is because True and False have numerical values 1 and 0.

This is unlike in Java, where True and False are just boolean, with no numerical representation.

So, that's the way python is designed, and maybe some few other languages.
Re: Official Thread For Experts And Begineers In Python by qidos121(m): 2:07pm On Nov 15, 2015
omoelu1:

Well, you might call that implicit type casting.
i.e in python, you can use 1 and 0 in place of True and False respectively.

This is because True and False have numerical values 1 and 0.

This is unlike in Java, where True and False are just boolean, with no numerical representation.

So, that's the way python is designed, and maybe some few other languages.
i think its really because boolean is a sub class me integer
Re: Official Thread For Experts And Begineers In Python by Avast(m): 5:49pm On Nov 15, 2015
.
Re: Official Thread For Experts And Begineers In Python by Dreadlord: 1:52pm On Nov 16, 2015
08030502661 add me please.
Re: Official Thread For Experts And Begineers In Python by JigsawKillah(m): 12:36am On Nov 22, 2015
what's been happening here?
qidos121
samlexxy
omoelu1
et al
no projects?
Re: Official Thread For Experts And Begineers In Python by omoelu1(m): 1:58am On Nov 22, 2015
JigsawKillah:
what's been happening here?
qidos121
samlexxy
omoelu1
et al
no projects?
I guess everyone's just so busy
Re: Official Thread For Experts And Begineers In Python by JigsawKillah(m): 2:31am On Nov 22, 2015
omoelu1:

I guess everyone's just so busy

what do you have for me?
Re: Official Thread For Experts And Begineers In Python by qidos121(m): 7:31am On Nov 22, 2015
JigsawKillah:
what's been happening here?
qidos121
samlexxy
omoelu1
et al
no projects?
omo no mind me jare just got admitted, so i've been busy with screening and registration but I should be up and running by the end of this week, av u started reading learning python

1 Like

Re: Official Thread For Experts And Begineers In Python by qidos121(m): 7:51am On Nov 22, 2015
samlexxy omoelu1 jigsawkillah donifez aw can you create a set that is immutable in python? Has anyone ever embarked on a real life project?
Re: Official Thread For Experts And Begineers In Python by JigsawKillah(m): 9:34am On Nov 22, 2015
qidos121:
omo no mind me jare just got admitted, so i've been busy with screening and registration but I should be up and running by the end of this week, av u started reading learning python


wow! congrats bro! which institution and course?
Re: Official Thread For Experts And Begineers In Python by JigsawKillah(m): 9:37am On Nov 22, 2015
qidos121:
samlexxy omoelu1 jigsawkillah donifez aw can you create a set that is immutable in python? Has anyone ever embarked on a real life project?

never embarked on a real life project, yet. You wanna give it a shot?
Re: Official Thread For Experts And Begineers In Python by omoelu1(m): 10:01am On Nov 22, 2015
JigsawKillah:


what do you have for me?
nothing really.
taking a break from python for a while
Re: Official Thread For Experts And Begineers In Python by qidos121(m): 10:04am On Nov 22, 2015
JigsawKillah:


wow! congrats bro! which institution and course?
unilag comp sci
Re: Official Thread For Experts And Begineers In Python by qidos121(m): 10:11am On Nov 22, 2015
omoelu1:
nothing really. taking a break from python for a while
e ya how long
Re: Official Thread For Experts And Begineers In Python by qidos121(m): 10:15am On Nov 22, 2015
JigsawKillah:



never embarked on a real life project, yet. You wanna give it a shot?
it won't hurt if we did and it will help us learn a lot

(1) (2) (3) ... (7) (8) (9) (10) (11) (12) (13) (Reply)

Nigerian Teen Girls Win International Award With Their Waste Disposal App / Difference Between A Programmer And A Web Developer? / Any Way To Stop Palmpay Security Plugin On A Phone

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