IRC log of #novawebdev for Wednesday, 2023-08-23

mulbahHow are you doing shmohamud00:30
*** shmohamud has quit (Remote host closed the connection)00:51
*** shmohamud has quit (Ping timeout: 480 seconds)01:03
shmohamudGood good, how're you Mulbah?01:14
*** shmohamud has quit (Remote host closed the connection)01:21
mulbahI'm good and you?01:38
*** shmohamud has quit (Ping timeout: 480 seconds)01:42
*** mulbah has quit (Ping timeout: 480 seconds)02:03
*** shmohamud has quit (Remote host closed the connection)06:43
jelknerGood morning svaye!10:35
svayeGood morning Jeff10:37
fkoikoiGood Morning Jeff10:37
jelknerGood morning fkoikoi!10:38
scooperGood morning Jeff10:38
jelknerGood morning scooper!10:39
jelknerCan we start our stand up meeting early?10:39
jelknerI'm ready now10:39
scooperKindly be informed that tomorrow August 24 is Flag day in Liberia. That mean all interns will connect from home because MCSS office will be closed.10:39
scooper+110:39
jelknerGot you, scooper, no meeting tomorrow.10:39
jelknerOK, what we should normally do in our stand up meeting is go around and briefly describe what we will be working on today10:40
jelknerWe can even type at the same time10:40
jelknerso that we can finish in 10 minutes10:40
jelkneri have an all day staff meeting, but i'll be working on getting ready for the NOVA Web Dev weekly meeting tomorrow10:41
scooperSo yesterday the supe and myself didn't complete the task due to his tight schedule I m hoping we get it done today10:41
jelkneri plan to propose that NOVA Web begin holding its weekly meeting on this irc channel Thursdays at 4:30 pm EST.10:41
scooperAnother thing do you have thing you want to place on the agenda, because agenda will be added before today end...10:42
jelknerNOVA Web has too many customers!10:42
jelknerwhich is a good problem to have in some ways10:42
jelknerbut unless we can build our capacity soon, we will loose them.10:42
jelknerACTION dreams of the day when Jetro Web can take some of these jobs10:42
jelknerACTION done.10:42
jelknerexcellent, scooper 10:43
scooperBeginning today the web team and the python team will work on it first django project 10:43
jelkneri hope you can report either Friday or Saturday on your meeting10:43
jelknerscooper, i am really hoping both the web and python team can follow along with my classes10:44
scooperthe web team will done few font end design why the python team will add few backend functionality to it10:44
jelknersvaye, i have a rough schedule for the web group10:44
jelknerhttps://ict.gctaa.net/sections/webdev/calendar/10:44
jelknerAs you can see, the plan is to have my students take their final exam, which will be the CIW Advanced HTML5 & CSS3 Specialist certification, on April 18, 202410:45
jelkneri hope you and dcamune can be ready to pass the cert by that date too10:46
svayeWe will be ready10:46
jelknerYes, svaye, i know that you will10:47
jelknerscooper, i'll be taking the PCEP certification soon10:47
jelkneri finished the online curriculum yesterday10:47
jelknerit is a solid test of basic Python syntax10:47
jelknerand i found out that APS is going to pay for all our programming students to take it10:48
jelknerit would be a good goal for the Python team there to try to do that too.10:48
jelknerACTION done10:48
jelknerok, 10 minutes are up10:49
jelknersee you all Friday!10:49
jelknerACTION signs off for the day10:49
scooperI will like to take that too but I m still practicing with Shanun and also I m on Chapter 15 of the book which talks about Classes and Object (OOP)10:49
jelknerscooper, you don't need OOP for the PCEP10:49
jelkneri can help guide you with that10:49
jelkneri'm making PCEP questions and adding them to my textbook10:49
jelknerlet's talk more on Friday10:50
scooperOk10:50
*** jelkner has quit (Quit: Leaving)10:50
scooperACTION signing up10:51
*** scooper has quit (Quit: Leaving)10:51
*** fkoikoi has quit (Quit: Leaving)10:52
*** svaye has quit (Quit: Leaving)11:17
shmohamudGppd dau scpp[er11:19
shmohamudgood day scooper*11:19
scooperGood morning Shmon11:19
scooperAre you ready to tutor me today???11:21
shmohamudyes11:22
shmohamudwhat are you currently learning?11:22
scooperClasses and Object in python11:22
shmohamudok11:23
shmohamuddo you have any assignments?11:23
scooperno11:24
scooperexcept you want to give me one11:24
scooperor test my little understanding11:24
shmohamudOk let's start with what some questions11:25
shmohamudIn your own words, what's a Class in python?11:25
scooperfor my understanding it is a programmer define function 11:26
scooperar a print blue that tell a program how certain thing are to be build11:27
shmohamudClasses provide a means of bundling data and functionality together. Creating a new class creates a new type of object, allowing new instances of that type to be made. Each class instance can have attributes attached to it for maintaining its state. Class instances can also have methods (defined by its class) for modifying its state.11:28
shmohamudblueprint is a good way to think about it. But above is the official python documentation definition11:28
shmohamudWhat's a python Obect?11:29
fkoikoiGood Morning shmohamud 11:31
fkoikoiSpencer said you should give him two minutes11:31
shmohamudGood day fkoikoi. Ok11:32
scooperI m here11:33
scooperShmohamud i you still there11:34
*** shmohamud has quit (Remote host closed the connection)11:34
shmohamudI'm here11:35
scooperok11:37
scooperPython object are variable that contain data11:38
shmohamudcan objects contain more than just data?11:40
scooperand those data are varies which include (string, integer11:40
scooper+111:40
scooperyes11:41
shmohamudwhat else can an object contain?11:41
scooperAn object all contain all python data type that was introduce in the beginning11:41
scooperAn object can contain all python data type that was introduced n the beginning11:42
shmohamudyes11:42
shmohamudanything else?11:43
scooperyes11:43
shmohamudobjects can contain all python data types and...11:44
scooperAre you typing something or asking me a question11:45
shmohamudquestion11:45
scooperI was saying object can contain all python data type11:46
shmohamudthat's true but objects can *also* contain methods11:46
shmohamudI wanted you to add that piece11:46
scooperyes11:46
scooperwhich is called function11:46
shmohamudyes11:46
scooperonce it's defined in a class11:46
scooperconstructor as well11:47
shmohamudYes, we call functions methods if they're in a class11:47
scooperinstance variable, parameter etc11:47
shmohamudcan you write me a class called shape?11:48
scooperyes11:48
scooperclass shape:11:48
scooperto write a class called "shape" all you need to do it call python reserved keyword class and the name shape follow which happened to be the name of the class with a semicolon at the end of shape11:50
shmohamudcorrect. Do you want to capitalize "shape"?11:51
scooperit's not mediatory 11:51
scooperbut you should take to consideration that a class Shape is different from a class shape because python treat both differently...11:52
*** tboimah has quit (Read error: Connection reset by peer)11:53
shmohamudOk11:53
shmohamudGood points11:53
shmohamudOn Friday when we meet, shall we discuss Inheritance or something else?11:53
scooperok but few clarity11:54
*** tboimah has quit (Remote host closed the connection)11:54
scooperbefore we move to inhertance in python I will like to get some understand on constructor in python and when to use them11:54
scooper*understanding11:55
shmohamudOk, so Friday do you want to discuss Python constructors and then maybe Inheritance?11:55
shmohamudFor today I have to log off for work11:55
scooperok11:55
scooperI understand11:55
scooperI will send you a question through the github11:56
shmohamudsounds good11:56
scooperconcerning Constructor, instance variable11:56
scooperand self11:56
scooperlast but not the least python method11:57
scoopergive you give a task before you leave??? that I can submit along with the question I m planning sending you??11:57
scooper*can11:57
shmohamudResearch what Object Oriented Programming is and how it's applied in Python. Write me one paragraph on it.11:58
scooperok11:59
scooperACTION signing up for today11:59
shmohamudlooking forward to your emails12:00
shmohamudany last question before I log off?12:00
*** shmohamud has quit (Remote host closed the connection)12:04
*** tboimah has quit (Quit: Leaving)12:06
*** shmohamud has quit (Ping timeout: 480 seconds)12:13
*** fkoikoi has quit (Quit: Leaving)12:56
*** scooper has quit (Ping timeout: 480 seconds)13:07
*** sysadmin_ has quit (Quit: Leaving)13:37
*** janet has quit (None)15:14
*** shmohamud has quit (Ping timeout: 480 seconds)19:13
*** shmohamud has quit (Remote host closed the connection)20:03
*** shmohamud has quit (Ping timeout: 480 seconds)20:19
*** shmohamud has quit (Remote host closed the connection)20:58

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