jelkner | Good morning fkoikoi and tboimah | 11:58 |
---|---|---|
fkoikoi | Good Morning Jeff | 11:58 |
jelkner | What are we going to do this morning? | 11:58 |
fkoikoi | nothing much | 11:59 |
fkoikoi | I'm waiting for svaye so we can go to the supe | 11:59 |
jelkner | are you telling me i can go back to bed? | 11:59 |
jelkner | are you meeting with the Supe today? | 12:00 |
jelkner | did you see my email? | 12:00 |
fkoikoi | yes | 12:00 |
fkoikoi | yes I saw it | 12:00 |
jelkner | great | 12:00 |
jelkner | ok, if you don't have any questions or concerns | 12:01 |
jelkner | it's a holiday today in the US | 12:01 |
jelkner | so i'll go back to bed ;-) | 12:01 |
tboimah | Good morning Jeff | 12:01 |
jelkner | Good morning tboimah | 12:01 |
jelkner | how about you, can i help with anything? | 12:01 |
jelkner | i'll be meeting Kevin for dinner on saturday | 12:02 |
tboimah | not really | 12:02 |
jelkner | ok | 12:02 |
jelkner | fkoikoi, let's meet on saturday then | 12:02 |
fkoikoi | Jeff | 12:02 |
jelkner | Freena | 12:02 |
fkoikoi | before you leave | 12:03 |
jelkner | yes? | 12:03 |
jelkner | i'm waiting fkoikoi | 12:04 |
fkoikoi | can you brief me a bit on the difference between Dictionaries and Turples | 12:05 |
jelkner | yes | 12:05 |
jelkner | tuples, you mean | 12:05 |
fkoikoi | yes | 12:06 |
jelkner | tuple is one of Python's sequence types | 12:06 |
jelkner | like list and str | 12:06 |
jelkner | it is a collection of elements accessed by their position | 12:06 |
jelkner | my_tuple = (1, 2, 'three', 4.0) | 12:07 |
jelkner | then | 12:07 |
jelkner | print(my_tuple[1]) | 12:07 |
jelkner | will return 2 | 12:07 |
jelkner | since the first element has index 0 | 12:07 |
jelkner | dict is a mapping type | 12:08 |
jelkner | it "maps" keys to values | 12:08 |
jelkner | best thing would be for me to give you a few links | 12:08 |
fkoikoi | okay | 12:08 |
jelkner | https://learnpython.com/blog/python-dictionary-examples/ | 12:09 |
jelkner | you can try them out | 12:09 |
jelkner | if you want to learn python | 12:10 |
jelkner | you need to be writing lots and lots of examples | 12:10 |
jelkner | trying them out and seeing how they work | 12:10 |
jelkner | fkoikoi, this brings up another thing | 12:10 |
jelkner | since we have tboimah here | 12:10 |
jelkner | it would be so much easier for Sahnun and i to help you with questions like the one you asked | 12:11 |
jelkner | if we had: | 12:11 |
jelkner | 1. audio, so we could talk instead of just type | 12:11 |
jelkner | 2. a shared terminal session, so we could type real code and you could watch it run | 12:11 |
jelkner | i know tboimah and mulbah were working with Kevin on that | 12:12 |
jelkner | but i don't know whether they decided it was too difficult with the bandwidth available to make it work | 12:12 |
jelkner | https://www.programiz.com/python-programming/tuple | 12:13 |
jelkner | there are so many good websites for Python | 12:13 |
jelkner | all you need to do fkoikoi, is learn how to web search | 12:14 |
jelkner | i just entered "Python tuples for beginners" | 12:14 |
jelkner | and looked through the long list for a good link | 12:14 |
jelkner | (you get not so good links too, so you need to poke through them) | 12:14 |
fkoikoi | alright, thanks Jeff | 12:15 |
jelkner | sure | 12:15 |
fkoikoi | svaye is here now, I want us to check on the supe | 12:15 |
jelkner | yes! | 12:15 |
jelkner | ok, first thing on Saturday's meeting agenda is your report | 12:15 |
jelkner | see you saturday at 9 am my time | 12:15 |
fkoikoi | alright | 12:16 |
fkoikoi | so you won't be online tomorrow? | 12:16 |
jelkner | i can be | 12:16 |
jelkner | but you should only ask me to be if you are going to be ready to do something | 12:16 |
jelkner | it's a holiday | 12:16 |
jelkner | i can sleep late if you don't need me | 12:17 |
jelkner | so let me know | 12:17 |
fkoikoi | alright | 12:17 |
jelkner | actually, if you know you'll be here | 12:17 |
jelkner | let's meet at 7 am | 12:17 |
jelkner | so we can discuss what the Supe says to you today | 12:17 |
fkoikoi | I will send you a mail later today | 12:17 |
jelkner | perfect | 12:17 |
jelkner | let me know if you want me here tomorrow morning | 12:18 |
fkoikoi | alright | 12:18 |
jelkner | have a great rest of your day | 12:18 |
jelkner | and may good things come from your meeting with Mr. Zawolo | 12:18 |
fkoikoi | you too Jeff | 12:18 |
jelkner | ACTION signs off | 12:18 |
*** jelkner has quit (Quit: Leaving) | 12:18 | |
*** fkoikoi has quit (Quit: Leaving) | 12:31 | |
*** tboimah has quit (Ping timeout: 480 seconds) | 13:34 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!