7 followers
I enjoy learning and writing about new hardware, software and technology.
Overview This article will explain how to create a for loop in one line of code and why and when using this is preferred than the standard for loop...
Overview This article will explain what a Lambda function is in Python, the syntax for it and how to use it. What is the Lambda Function The Lambda...
Overview This article will explain the basics and how to use Object Oriented Programming when using classes in the Python programming...
Overview This article will explain how to use a few commands to get started using Git in the Terminal. Those commands are: git init git add git...
Overview This article will explain how to create a Pythagorean Theorem Calculator in JavaScript. This calculator either asks for: Two sides to...
Overview This article will explain how to use Python's built-in methods for Lists and also how to create them from scratch. Creating the built-in...