Esteban Mendez Research Notebook #19
Replies: 12 comments
-
First WeekCOMP IdeaSeptember 8th I met with Professor Luman and discussed the ideas that I had in mind to use for the COMP. I had one idea and shared it with him. This idea was to create a system that students could use easily to study and practice some of the basic Python programming language terms. This is because the basic terms were learned years ago maybe they do not remember them and they need to practice them. Professor Luman liked my idea and well I had to get to work so I started to develop the project. In the beginning, I had to make some details clear like what I needed to do first, and here I made a list below. TODO List
|
Beta Was this translation helpful? Give feedback.
-
Python In WebsiteSeptember 15th As a CS comp, the work that I have been doing this week has been more of the organization on how the website lessons will be distributed. This adds more to the organization of the creation of the site which is important. I have been investigating which tool is the best also to include in my site: All of these tools are effective, but which one works the best for me and the type of work that I am doing is the real question. Some of them need a lot of configurations and some of them just do not work with some of the things that I want to execute. |
Beta Was this translation helpful? Give feedback.
-
Reseach DumpSeptember 22nd There has been progress in the investigation of how to make complex lessons for users that may be using this tool. I have been investigating that there should be included some paragraphs with some information about the lesson and what is being learned. Then there must be some challenges or mini challenges for the user to interact with the software, which needs to be linked with the information that just has been taught. For example: Indexing: You can access a specific character in a string using its index, starting from 0. For example: text = "Python"
first_char = text[0] # Accesses the first character 'P' And then include a mini challenge: # Mini Challenge 3: String Slicing
# Given the string 'python_string = "Python Programming"', slice it to get the substring "Programming" and print it.
python_string = "Python Programming"
substring =
print(substring) |
Beta Was this translation helpful? Give feedback.
-
New Week FocusSeptember 25th - October 2nd I got together with Professor Luman to discuss about my artifact. There were some things that I needed to refine like the edit lesson and what the actual project was aiming for. I also gave out the idea of making the mongo dB server online so that any computer can access it without them setting up their db. Went to this link: Click here to see create a deployment for a dB Well, I started with what we needed to do to set it up, but there were some things that I did not know about Mongo dB that I am still researching about. In the other hand we discussed the mani focus of my project was to be an LMS or like a similar LMS.
|
Beta Was this translation helpful? Give feedback.
-
Last few detailsPresentationOctober 6 This week we discussed about the presentation and how important it is to deliver the right amount of information and the right information to the people presenting to. Most of the things we talked about is the idea of making sure to practice and make sure that we practiced the timing as we only have 10 minutes to present. After we had that conversation with him and with the group, I started making my presentation right away as the last 2 meetings we talked about the focus of my project.
Once I included all of this information in my presentation I have been practicing since I need to have a good presentation for my classmates. I have been practicing the timing and refining my presentation to make it as perfect as possible. |
Beta Was this translation helpful? Give feedback.
-
Presentation/DocumentationOctober 13 This week I have been working on getting my slides ready, first we started off by showing our progress from the slides to Professor Luman and asking him about some tips for the presentation. After that, I had to make corrections and we checked my code to see if I had any errors before I recorded the demo and submitted the prototype. The Program was working with no issues, so kept working on the README for the program to make it look neat and understandable.
|
Beta Was this translation helpful? Give feedback.
-
Finishing up pitch presentationOctober 20th I have been meeting with Professor Luman constantly as I need to make a lot of changes to my slides as there are some things that need to be more concise instead of having a bunch of words and paragraphs. Well, we met, and we finished up the corrections and I started to work on them got them ready for later that day and recorded my video during the week. Professor Luman gave me feedback about my video and told me about some tips for the video presentation. I have been working on the script that I will be saying over the video presentation as I did not record my voice into the video because I prefer to say it in class.
|
Beta Was this translation helpful? Give feedback.
-
Editing chapter 1 and 2January 16th This week we have to edit Chapter 1 and 2 with the feedback from our first reader. He included this issue:
|
Beta Was this translation helpful? Give feedback.
-
Improving the artifactFebruary 6th I have been working on and leaning more into the artifact as I have cover the security issues for the users identity and information not to be leaked. There has been some research into these multiple ideas:
|
Beta Was this translation helpful? Give feedback.
-
Chapter 3 CompletionFebruary 9th I had to review chapter 3 for completion with these aspects:
|
Beta Was this translation helpful? Give feedback.
-
Constructive FeedbackFebruary 16th
Here is the link to the issue: |
Beta Was this translation helpful? Give feedback.
-
Feedback to 510 studentMarch 1st
Here is the link to the issue |
Beta Was this translation helpful? Give feedback.
-
Esteban's Research Notebook
Topic: Elearn System for Python Basics
Beta Was this translation helpful? Give feedback.
All reactions