Today we learn about the set, an indispensable data type in Python’s object-oriented landscape. Sets are a means of storing
Read moreLatest Posts
Strings – Python Like a Pro #4
Today’s tutorial covers the string, also known as a literal, which is a powerful data type for human-machine interfaces (HMI),
Read moreArrays and Tuples – Python Like a Pro #3
Today we learn about arrays, officially known as lists in Python speak, a programming essential whose versatility is augmented by
Read moreIntro to Object-Oriented Programming – Python Like a Pro #2
Object-oriented programming is an extremely powerful quality of many modern programming languages such as Python. It allows for abstraction and
Read moreGetting Started with Python in VS Code – Python Like a Pro #1
In the first of my series on Python programming, we install VS Code, a powerful development environment compatible with tons
Read moreQ + A #2: How is MIT? | Am I a Gamer? | My Dream Job | Future of Automation
I answer all of your questions! This is the second Q+A video, this time in celebration of 20k subscribers. Enjoy!
Read more20k Subs THANK YOU! + Ask Kyle a Question (New Q&A!)
We finally made it… The channel has reached 20,000 subscribers! This is a huge milestone, and I am very grateful
Read moreHiTechnic Programming Blocks Now Available on my Website!
A few months ago, most of HiTechnic’s downloads moved to the Modern Robotics site,. However, some of their importnat programming
Read moreArray Operations – Part 15 of C Programming for Beginners
Arrays are your means for concisely representing a large amount of data of the same type under the same name.
Read moreFunctions + Variable Scope – Part 14 of C Programming for Beginners
The golden rule of programming is make your code as concise as possible. Functions enable you to reach that goal
Read more