*** shmohamud has quit (Ping timeout: 480 seconds) | 00:10 | |
*** shmohamud has quit (Ping timeout: 480 seconds) | 00:29 | |
*** shmohamud has quit (Ping timeout: 480 seconds) | 03:37 | |
*** shmohamud has quit (Read error: Connection reset by peer) | 08:05 | |
*** shmohamu_ has quit (Ping timeout: 480 seconds) | 08:14 | |
*** shmohamud has quit (Ping timeout: 480 seconds) | 10:16 | |
*** fkoikoi has quit (None) | 10:30 | |
*** jelkner has quit (None) | 10:48 | |
jelkner | Good morning | 10:50 |
---|---|---|
jelkner | hexchat won't connect for me | 10:50 |
jelkner | so i'm using the web interface | 10:50 |
fkoikoi | Good Morning Jeff | 10:50 |
jelkner | good morning, fkoikoi, and i can still say that for 10 more minutes, right? | 10:51 |
jelkner | dcammue: i have a lot to do | 10:52 |
jelkner | i looked at the ciw site | 10:52 |
jelkner | and it looks like you haven't done anything new since yesterday | 10:52 |
jelkner | what have you been working on? | 10:52 |
fkoikoi | Jeff, I want you to clarify something for me since shmohamud is not here yet | 10:55 |
fkoikoi | if you have the time | 10:55 |
jelkner | now is the time | 10:55 |
jelkner | go ahead | 10:55 |
dcammue | I was down with internet yesterday Jeff | 10:56 |
dcammue | I was unable to attend to the lab due to the weather condition also | 10:57 |
jelkner | ok | 10:57 |
jelkner | so we should meet tomorrow | 10:57 |
dcammue | so no class today? | 10:57 |
jelkner | and you should use your time now to continue working | 10:57 |
dcammue | okay | 10:57 |
jelkner | dcammue, you have to change how you think about "class" | 10:57 |
jelkner | i come here to answer questions | 10:58 |
jelkner | if you don't work ahead of time, you don't have questions | 10:58 |
jelkner | you need to do the work | 10:58 |
jelkner | i am here to help clarify things that might be confusing | 10:58 |
jelkner | so you need to be ready for me | 10:58 |
jelkner | with good, clear, focused questions | 10:58 |
dcammue | okay | 10:59 |
jelkner | i understand the challenges with internet | 10:59 |
jelkner | we have to make progress whenever we can | 10:59 |
jelkner | you have internet now | 10:59 |
jelkner | so use this time to study | 10:59 |
jelkner | i'll keep showing up at this time each day in case you need me | 10:59 |
jelkner | fkoikoi: how can i help? | 11:00 |
dcammue | Okay Sir, I will | 11:00 |
jelkner | great dcammue, thanks! | 11:00 |
fkoikoi | just give me a minutes Jeff | 11:00 |
fkoikoi | let me paste what i want you to look at | 11:01 |
jelkner | hold on fkoikoi | 11:01 |
jelkner | let me teach you something new | 11:01 |
jelkner | you shouldn't paste code into irc chat | 11:01 |
jelkner | especially as it gets longer and longer | 11:01 |
jelkner | we will eventually want to paste a link to a git repo | 11:01 |
jelkner | but there is another tool you can use for quick things | 11:02 |
jelkner | it's called pastebin | 11:02 |
jelkner | https://pastebin.com/ | 11:02 |
fkoikoi | okay | 11:04 |
mcssguest | Good morning Jeff | 11:04 |
tboimah | Good morning Jeff | 11:04 |
mcssguest | mulbah | 11:04 |
jelkner | https://pastebin.com/uwAwdbpX | 11:05 |
jelkner | i just pasted something there | 11:05 |
jelkner | we will really want to use our own git repo | 11:05 |
jelkner | that will be better, since the links we paste will allow us to look back later in the logs and find what we were talking about | 11:05 |
fkoikoi | please click on this link jeff | 11:08 |
fkoikoi | https://git.mcssliberia.org/fkoikoi/PythonStudy/src/branch/master/ | 11:08 |
jelkner | excellent, fkoikoi | 11:09 |
jelkner | i can see it | 11:09 |
jelkner | which book are you using, fkoikoi? | 11:09 |
fkoikoi | the file is discussion2 and I want you to take a look at the code and the explanation | 11:09 |
fkoikoi | Think Python | 11:10 |
fkoikoi | but I sometimes use Python for everybody | 11:10 |
jelkner | This is the old way to format strings | 11:11 |
jelkner | Python has a *much* nicer way now | 11:11 |
jelkner | called f-strings | 11:11 |
jelkner | hold on for a minute | 11:11 |
jelkner | i'm going to clone the repo | 11:11 |
jelkner | make a change to your code | 11:11 |
jelkner | and push | 11:11 |
jelkner | you should then pull to get my changes | 11:12 |
fkoikoi | okay | 11:12 |
*** tboimah has quit (Ping timeout: 480 seconds) | 11:12 | |
jelkner | oh wait | 11:12 |
jelkner | this is your own repo | 11:12 |
jelkner | never mind, change of plans | 11:12 |
jelkner | i am going to put a copy of your code in my repo | 11:13 |
jelkner | we need to get the sys admin team to help us practice this git workflow | 11:13 |
jelkner | so we can use shared repos | 11:13 |
jelkner | but for now, we'll do it the clunky way | 11:13 |
fkoikoi | I just added you as collaborator Jeff | 11:14 |
*** mcssguest has quit (None) | 11:15 | |
*** mulbah has quit (Ping timeout: 480 seconds) | 11:18 | |
*** Thomas_ has quit (Ping timeout: 480 seconds) | 11:18 | |
jelkner | fkoikoi: here it is | 11:19 |
jelkner | https://git.mcssliberia.org/python-team/PythonStudy/src/branch/main/Freena/discussion2.py | 11:19 |
jelkner | i don't want to get you confused, but there is a much nicer way now to format the string | 11:21 |
jelkner | take a look at this, and then let me change it a bit more when you are ready | 11:21 |
fkoikoi | okay | 11:24 |
jelkner | you' | 11:24 |
jelkner | you're ready for me to change it? | 11:24 |
fkoikoi | yes | 11:25 |
jelkner | https://git.mcssliberia.org/python-team/PythonStudy/src/branch/main/Freena/discussion2.py | 11:28 |
jelkner | look again | 11:28 |
fkoikoi | +1 | 11:29 |
jelkner | oops, my comment is wrong | 11:29 |
jelkner | as comments so often are | 11:29 |
jelkner | i changed the parameter to fruit | 11:30 |
jelkner | not fruits | 11:30 |
jelkner | since there is only one of them ;-) | 11:30 |
*** mulbah has quit (Ping timeout: 480 seconds) | 11:30 | |
*** tboimah has quit (Ping timeout: 480 seconds) | 11:31 | |
fkoikoi | yes | 11:31 |
fkoikoi | but that's awesome Jeff | 11:31 |
fkoikoi | so what does the f in the print statement means? | 11:32 |
jelkner | it is the format string | 11:32 |
jelkner | hold on | 11:32 |
jelkner | https://realpython.com/python-f-strings/ | 11:33 |
jelkner | read that for your assignment today, fkoikoi | 11:33 |
jelkner | i have to go | 11:33 |
jelkner | since i have to walk to the college today | 11:33 |
jelkner | and it will take me almost an hour | 11:34 |
jelkner | svaye, dcammue, see you tomorrow at the same time | 11:34 |
fkoikoi | okay Jeff | 11:34 |
fkoikoi | have a great day Jeff | 11:34 |
jelkner | fkoikoi: great job modelling the process | 11:34 |
fkoikoi | thanks | 11:34 |
jelkner | that is exactly how we need to operate | 11:34 |
jelkner | you come with a thoughtful question | 11:34 |
dcammue | oakay Jeff | 11:35 |
jelkner | see you all tomorrow | 11:35 |
fkoikoi | alright | 11:35 |
*** jelkner has quit (Quit: Page closed) | 11:35 | |
*** mcssguest_ has quit (Ping timeout: 480 seconds) | 11:36 | |
*** Thomas_ has quit (Ping timeout: 480 seconds) | 11:36 | |
*** mulbah has quit (Ping timeout: 480 seconds) | 11:48 | |
*** mcssguest_ has quit (Ping timeout: 480 seconds) | 11:59 | |
*** mulbah has quit (Ping timeout: 480 seconds) | 12:09 | |
*** mulbah has quit (Quit: Leaving) | 12:32 | |
*** svaye has quit (Quit: Leaving) | 12:49 | |
*** mulbah has quit (Ping timeout: 480 seconds) | 13:10 | |
shmohamud | good day everyone | 13:34 |
shmohamud | my father is still ill so I won't be able to teach today. Just wanted to drop by and say hello. Please continue reading on HTTP and OSI model | 13:35 |
*** shmohamud has quit (Remote host closed the connection) | 13:35 | |
*** shmohamud has quit (Remote host closed the connection) | 14:24 | |
*** fkoikoi has quit (Ping timeout: 480 seconds) | 14:38 | |
*** scooper has quit (Ping timeout: 480 seconds) | 14:38 | |
*** dcammue has quit (Ping timeout: 480 seconds) | 14:39 | |
*** mulbah has quit (Ping timeout: 480 seconds) | 14:46 | |
*** sysadmin_ has quit (Read error: Connection reset by peer) | 15:04 | |
fkoikoi_ | !agenda | 15:06 |
LittleWebster | Warning: There are no items on the agenda! | 15:06 |
sysadmin | Good morning Sahnun | 15:06 |
*** dcammue_ has quit (Quit: Leaving) | 15:47 | |
*** mulbah has quit (Ping timeout: 480 seconds) | 15:50 | |
*** fkoikoi_ has quit (Quit: Leaving) | 15:51 | |
*** shmohamud has quit (Remote host closed the connection) | 15:53 | |
*** scooper has quit (Quit: Leaving) | 16:00 | |
*** shmohamud has quit (Ping timeout: 480 seconds) | 16:11 | |
*** shmohamud has quit (Ping timeout: 480 seconds) | 16:39 | |
*** shmohamud has quit (Ping timeout: 480 seconds) | 17:52 | |
*** shmohamud has quit (Ping timeout: 480 seconds) | 19:54 | |
*** shmohamud has quit (Ping timeout: 480 seconds) | 20:18 | |
*** shmohamud has quit (Remote host closed the connection) | 22:59 | |
*** shmohamud has quit (Remote host closed the connection) | 23:29 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!