Travel › Re: Uk Student Visa/tier 4 Pbs - Your Questions Answered Part 4 by iCode2: 6:30pm On Oct 22, 2020 |
iphie1984: Yes I going on Sunday SandraDee: Yes and yes Hi, can I DM you guys? I got admission to DMU February intake. |
Travel › Re: Uk Student Visa/tier 4 Pbs - Your Questions Answered Part 4 by iCode2: 6:28pm On Oct 22, 2020 |
teametwin: hello all, anyone here applied to De Montfort University that I can talk to. I applied for January resumption. thanks. Mine is for February. Have you gotten your admission? |
Travel › Re: Uk Student Visa/tier 4 Pbs - Your Questions Answered Part 4 by iCode2: 3:53pm On Oct 21, 2020 |
reincarnation: I believe so, check what your school says. Hi, I saw your post in part 3 thread. I applied for the same course and university as you. I'd like to ask a few questions. Hope you don't mind talking on WhatsApp? If no, can I send a DM? |
Dating And Meet-up Zone › Re: Family Reunion by iCode2: 11:44pm On Jul 20, 2020 |
 Good old days. Who has seen TheSonOfMark, Sinzu & Lezz around? Trouble makers gang  |
Programming › Re: Chronicle Of A Data Scientist/analyst by iCode2: 2:40pm On Jul 20, 2020 |
So much to learn in this data science/analysis thingy!! And it seems one will need to learn almost everything before being able to land a job with it. |
Programming › Re: Chronicle Of A Data Scientist/analyst by iCode2: 2:18pm On Jul 13, 2020 |
kunleiky: Just put r immediately after the opening bracket such that it reads: data= pd.ead_csv(r"C:\users blah blah blah...) That should solve it. It was an excel file. That's where the mistake was coming from. Thanks a lot. Cc: Olamyyde yemyke001 Oddy16 kunleiky Zabiboy |
Programming › Re: Chronicle Of A Data Scientist/analyst by iCode2: 3:57pm On Jul 09, 2020 |
Olamyyde: Change all the '\' in the file directory of the first pic to '/'
i.e c:\ to c:/ same result sir. |
Programming › Re: Chronicle Of A Data Scientist/analyst by iCode2: 2:32pm On Jul 09, 2020 |
What am I doing wrong? 
|
Programming › Re: Programmers Chat Room. by iCode2(op): 4:06pm On Jul 07, 2020 |
Omar09: Na python you deh learn? Yea? |
Programming › Re: Programmers Chat Room. by iCode2(op): 3:58pm On Jul 03, 2020 |
Anyone currently learning data science libraries here? Holla |
Programming › Re: BACKEND Learning Path. by iCode2: 7:38am On Jun 22, 2020 |
|
Programming › Re: Common good python programming practices you should know by iCode2: 8:44pm On Jun 19, 2020 |
gbolly1151: I really want to specialize in software development (in Blockchain space) Nice! You're set for it. |
Programming › Re: Common good python programming practices you should know by iCode2: 5:32pm On Jun 19, 2020 |
gbolly1151: No course just pdf You can download this pdf Data Structures and Algorithms in Python by Michael T. Goodrich Okay thanks. Which area do you major? Web dev or data science? |
Programming › Re: Chronicle Of A Data Scientist/analyst by iCode2: 11:03am On Jun 19, 2020 |
|
Programming › Re: Common good python programming practices you should know by iCode2: 9:12am On Jun 19, 2020 |
gbolly1151: It is not about the language, it is about data structure and algorithm sir Did you take any course on that or you got to understand it over time? |
Programming › Re: Common good python programming practices you should know by iCode2: 10:15pm On Jun 18, 2020 |
gbolly1151: Dont mind my naming
spam = ['apples', 'bananas', 'tofu', 'cats']
def printlist(List): last=List.pop() last=' and '+last List.append(last) return ','.join(List) def wordlist(List): for word in List: print(printlist(list(word))) wordlist(spam)
Hmmmm you've so grabbed Python concept. I hope to be like you when I grow up. |
Programming › Re: Common good python programming practices you should know by iCode2: 5:45pm On Jun 18, 2020 |
gbolly1151: Just seeing this
spam = ['apples', 'bananas', 'tofu', 'cats']
def printlist(List): last=List.pop() last=' and '+last List.append(last) return ','.join(List) print(printlist(spam))
Oh I just checked again now. I misunderstood the question. I was working on returning an item in the list as a string separated by comma with an and before the last item. Something like... Returning the first index as 'a, p, p, l, e, and s'. Will that work? |
Programming › Re: Common good python programming practices you should know by iCode2: 10:40pm On Jun 17, 2020 |
spam = ['apples', 'bananas', 'tofu', 'cats']
Write a function that takes a list value as an argument and returns a string with all the items separated by a comma and a space, with and inserted before the last item. For example, passing the previous spam list to the function would return 'apples, bananas, tofu, and cats'. But your function should be able to work with any list value passed to it. |
Programming › Re: Programming Learning Challenge June. by iCode2: 12:08am On Jun 17, 2020 |
olaniyi0: Just few python books and I registered for quantuniversity don't know if they'll pick me for their program What's quantuniversity? |
Programming › Re: Programming Learning Challenge June. by iCode2: 9:32pm On Jun 16, 2020 |
olaniyi0: Yeah, maybe we could work together Okay. What materials are you using? |
Tech Jobs › Re: Do You Want Paid Udemy Courses For Free? Get In Here by iCode2: 10:38pm On Jun 14, 2020 |
Grandlord: Brodaman  How we go do? We no fit reject food na   |
Tech Jobs › Re: Do You Want Paid Udemy Courses For Free? Get In Here by iCode2: 10:26pm On Jun 14, 2020 |
|
Tech Jobs › Re: Do You Want Paid Udemy Courses For Free? Get In Here by iCode2: 8:22pm On Jun 14, 2020 |
EazyJ: Amen. I can see you like it. Sure!! |
Tech Jobs › Re: Do You Want Paid Udemy Courses For Free? Get In Here by iCode2: 8:21pm On Jun 14, 2020 |
bunnae: thank God say i dey folo you o. you have been blessing me unknowingly.
Grandlord look up. you might be interested. Sharp girl.  |
Tech Jobs › Re: Do You Want Paid Udemy Courses For Free? Get In Here by iCode2: 7:00pm On Jun 14, 2020 |
|
Tech Jobs › Re: Do You Want Paid Udemy Courses For Free? Get In Here by iCode2: 11:24pm On Jun 13, 2020 |
|
Tech Jobs › Re: Do You Want Paid Udemy Courses For Free? Get In Here by iCode2: 8:42am On Jun 13, 2020 |
EazyJ: Happy weekend everyone. What topics are you interested in? Tableau & Power BI |
Programming › Re: Programming Learning Challenge June. by iCode2: 1:17pm On Jun 12, 2020 |
EazyJ: I've started learning Python and SQL. I packed lots of free Udemy courses into my account. Even though I won't touch some of them, seeing them gladdens my heart.  Lol.. Eerm how can I get the SQL materials?  |
Tech Jobs › Re: Do You Want Paid Udemy Courses For Free? Get In Here by iCode2: 1:15pm On Jun 12, 2020 |
|
Programming › Re: Python 3: Exercises And Solutions. by iCode2: 7:11am On Jun 12, 2020 |
gbolly1151:
sentence=str(input('your sentence: ')).replace('.','').split() random.shuffle(sentence) print(" ".join(sentence).capitalize(),end='.')
please check Still worked. gbolly1151: There is a bug that i fix just now,i remove initial (.) From the sentence to avoid two (.) I didn't notice the bug with the first one though. |
Programming › Re: Python 3: Exercises And Solutions. by iCode2: 7:07am On Jun 12, 2020 |
Brukx: import random def main() : sentence=input("enter a sentence: " ) list=sentence.split(" " ) new_sentence= random.shuffle(list) new_sentence.capitalize(0) new_sentence.replace(.,"" new_sentence(len(new_sentence))+("." ) print (', '.join(new_sentence))
main() Same thing sir. |
Programming › Re: Python 3: Exercises And Solutions. by iCode2: 11:54pm On Jun 11, 2020 |
gbolly1151:
sentence=str(input('your sentence: ')).split() random.shuffle(sentence) print(" ".join(sentence).capitalize(),end='.')
please check Wow it worked! Thanks man. I didn't know about that capitalise method. You're good man. |