-
UX Coursework – Personas
So personas are used to make the ‘perfect customer’ basically theoretical people that you are building your project for. In my case, the image attached is both a persona for ‘Spencer Jones’ and a brief summary of the product and use case to explain why he would use this over other items.
-
UX Coursework- Work Activity Affinity Diagrams
One piece of course work in UX class as part of a web developer certificate is a WAAD. This shows a very simply stylized WAAD based off of my thoughts on my current phone. While I could have been more expressive in it, creating this made me look into my phone and what I’d want…
-
Facade Website Complete
I’ve decided that the facade website is good for now so I can set my sights on making another website. Without spoiling it too much, I’ll be delving deeper into making a E-Commerce type site, including back end implementation and features such as user profiles, a chat bot and, a shopping cart that gets saved…
-
Facade Website Update
This site now has a footer and side content and has reactive navigation. Clicking the post title will link you to the work in progress image attached to this post!
-
New Project: A Facade Website
Now that my first python program is in an acceptable state, I’m turning back to web dev and focusing on making a pretty but not functional facade of an E-Commerce website using bootstrap alongside react. While its incomplete it the idea of what I want it to be is already coming into shape. A nav…
-
Stat GUI Completed
The program is now complete, the work flow is to select the file, set to row or keep it as column. Then enter the name of the Column/Row and and confirm name. Then confirm selection, the Mean, Median and, other data points are then auto filled.
-
Stat GUI
Stat GUI is the name I’ve decided on for my simple statistics program. For the current iteration the two remaining goals are to make sure that the program successfully can select and read a row or column and then make it output basic statistical information about the selection. Clicking on the title will show the…
-
Taking Input and Using It
I found an interesting application on TkDocs that acts as a simple feet to meters converter and poked around at it. While it isn’t choosing a file using a popup, it does provide some examples of integral concepts to using Tkinter. These include setting up a grid to place the widgets (buttons, text boxes,ect )…
-
Tkinter steps
Just had a little time today, but I’ve made a basic gui that has a title, textbox and button input that ends the program. Just a ‘bit’ more then I can use panda to make a functioning statistical analysis program.
-
Python, Pandas and Matplot
Quick update regarding python, I have begun to use Matplot to plot math!Here is the sales ratio from House samples with outliers removed.Those being a few houses with a ratio of over 400% and a number houses with no recorded sales price and thus a sales ratio of 0. (Image viewable by clicking the post…