IRC log of #novawebdev for Wednesday, 2023-12-06

*** shmohamud has quit (Remote host closed the connection)00:19
*** shmohamud has quit (Ping timeout: 480 seconds)00:27
*** svaye has quit (Remote host closed the connection)11:47
*** jelkner has quit (Quit: Leaving)12:09
*** svaye has quit (Remote host closed the connection)12:10
scooperACTION coming back at 9:30pm my time....21:14
scooperHello Shmohamud21:29
scooperhow was work today???21:29
shmohamudHi Scooper21:29
shmohamudI'm finishing up one last thing. Can we connect in 10-15m?21:29
scooperok 21:29
shmohamudThink of questions for me21:29
*** scooper has quit (Ping timeout: 480 seconds)21:40
scooperAre you ready now??21:40
shmohamudalmost21:45
shmohamudim sorry im on a work call21:45
shmohamud2m21:47
scooperok21:47
shmohamudHey Scooper21:49
shmohamudSorry about that21:49
shmohamudSo, are you ready for today's lesson?21:49
shmohamuddeclare a dict with keys as names and ages as values, then loop through all the keys and values and print them as "key: {key}, value: {value}"21:50
sysadmin_I m still here21:53
sysadmin_nick scooper21:53
shmohamudok21:55
sysadmin_back now??21:55
shmohamudyes did you get the question I posed?21:55
shmohamuddeclare a dict with keys as names and ages as values, then loop through all the keys and values and print them as "key: {key}, value: {value}" 21:56
sysadmin_yes it in my github21:56
sysadmin_https://github.com/Spencerscooper/Fullstackroadmap/commit/eb0ff5cdd4223b03fc1d91fbcb486785f344a99b21:56
*** scooper has quit (Ping timeout: 480 seconds)21:56
sysadmin_nick scooper21:57
scooperSahnun that is the link to my question... it is the last line in my code....21:57
scooperyes21:58
scooperI got the question21:58
shmohamudOk, let me review21:59
shmohamudgreat job with the hello_world function. Perfect22:05
shmohamudGood question22:05
scooperhttps://github.com/Spencerscooper/Fullstackroadmap/commit/619e8c0d5630720f12addb7ecad9abf4dabc8b9b22:07
scoopersorry I was working on the task you give me...22:08
shmohamudstartswith and endswith are not operators , they are string methods. The only comparison operators are the ones you listed.22:08
shmohamudhttps://www.w3schools.com/python/python_ref_string.asp22:09
shmohamudare you following so far?22:11
scooperyes I m22:11
shmohamudOk good.22:11
shmohamudQuestion: declare a dict with keys as names and ages as values, then loop through all the keys and values and print them as "key: {key}, value: {value}" 22:11
scooperI did it already Sahnun22:12
scooperI pasted the link here.....22:12
scooperDid you see my answer Sahnun???22:13
scooperAre you still there Sahnun???22:15
shmohamudyes22:22
shmohamudI'm here looking at your solution, my sister called me and I needed to take care of something22:22
scooperOK22:23
scooperShould I  wait??? 22:23
shmohamudGood work, the solution executes as expected22:26
shmohamudDo you have any python questions for me?22:26
scooperhmmm let me think...22:28
scoopershould are post my question here or in the github???22:30
scooperShould I post my question in here or in the github22:30
shmohamudGithub - just for practice sake22:30
shmohamudplease share the link when you're ready22:35
scooperhmmm 22:37
scooperthe question not coming22:37
scooperI think I will do it anther time....22:37
shmohamudOk, question: write a program that takes in an array of integers and prints out each integer squared (to the second power).22:38
scooperAny my question was about compiled and interreted..... I will ask you later22:38
shmohamudOk, let's save that for when the question is full formed22:38
scooperarray is javascript oo list is python... which one Sahnun22:39
shmohamudgood point. I meant List because I want it in python and don't want to import a library to support arrays22:40
scooperok I m on it22:41
scooperSahnun22:54
scooperis the program accepting user input??22:54
shmohamudnope22:54
scoopernumbers = [1, 2, 3, 4, 5]23:02
scooperfor number in numbers:23:02
scooper    square = number ** 223:02
scooper    print(f"The square of\t {number} \t {square}")23:02
scooperSahnun are you still there23:03
shmohamudyes23:03
shmohamudreviewing your solution23:03
scooperit 11:03pm on my end23:03
shmohamudok23:04
shmohamudyou did great, exactly what I was looking for.23:04
shmohamudYou've come a long way, let's end with this for today23:04
scooperany feed on the answer23:04
scooperthanks I trying to adjust with this new time...23:05
shmohamudNope, I would maybe change the print statement to include "The square of \t {number} is \t {square}")23:05
scooperNormally I m not use to being up late because of the time I can wake up23:05
shmohamudOtherwise, perfect, my feedback is to continue doing a great job.23:06
shmohamudI understand, get some sleep and hopefully we can make this time continue working23:06
scooperWhat time is it on your side???23:06
scooperok good night from my end....23:06
shmohamud6:06pm23:06
shmohamudGoodnight my friend.23:07
scooperACTION signing out still tomorrow23:07
scoopergood night Sahnun23:07
*** scooper has quit (Quit: Leaving)23:07
*** shmohamud has quit (Remote host closed the connection)23:09
*** shmohamud has quit (Ping timeout: 480 seconds)23:19

Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!