Blog Post – Week 3

a = 200
b = 33
if b > a:
  print("b is greater than a")
elif a == b:
  print("a and b are equal")
else:
  print("a is greater than b")

This particular code is written in Python and is a simple if/else statement that prints whichever statement is true. As we can see, a is greater than b meaning, our terminal will output the third and default statement “a is greater than be” in case none of the other 2 are true.

Quotation from reading:

Programming is a creative and generative activity.

Hello Worlds (why humanities students should learn to program). (2010, May 26). Matthew G. Kirschenbaum. https://mkirschenbaum.wordpress.com/2010/05/23/hello-worlds/

This quote completely agrees with the point I made in the first paragraph about why we should learn to code. Just the idea of problem-solving is a huge part of creativity and knowing how to approach a problem and find a creative solution to it. Once the solution is found we can do all sorts of things with the data and conclusion using our skills, such as making interactive maps.

My experience with coding is at the intermediate level at the moment as I have taken a few classes in the computer science major. Although I have not fully understood all of the concepts from the different programming languages, I am looking forward to making an impact in this course and the digital humanities from my previous experience in coding along with the new knowledge I will obtain from this course itself. I have got a good foundational understanding of HTML, and CSS and some basic of JavaScript, but I am hoping to further my knowledge of JavaScript in our course this term.

4 thoughts on “Blog Post – Week 3

  1. Your blog is so cool! You’ve learned how to use different colors, good job. And you offered us a fantastic perspective on the value of coding skills, especially in the context of digital humanities and solving complex problems. Coding indeed empowers individuals to automate tasks, process large datasets, and create efficient solutions. By the way, your quote resonates with me. I agree that while programming involves logical problem solving, its essence is creating new things and solving problems in innovative ways.

    1. Thank you so much for your kind words! It’s exciting to connect with others who share a similar perspective. Thanks for highlighting the quote, and I’m glad it resonated with you.

  2. I think this entire blog post is well-written and organized, and I have to say that you’re way better at using WordPress formatting tools than I am. I agree that coding is not just a technical skill or logical problem-solving but a way to solve problems in new and innovative ways. Coding allows us to make the human experience easier, which is important to the humanities. We’ve already seen this in all of the archiving DH projects that have changed our view of both STEM and humanities.

    1. Thank you, Jamal! I’ve been exploring the various features of WordPress, and I’m delighted that you enjoyed the blog. I completely agree with your point about coding contributing to making human lives easier, a crucial aspect in preserving historical records within the humanities, much like the role played by the Carleton Archives.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

css.php