JHJJ Hunterinrinjj.hashnode.dev·Apr 18, 2023 · 4 min readUnderstanding List Comprehension - PythonPython is known for apparently being easy to read and code as plain English, but sometimes it is just really hard to understand how to speak its dialect. List comprehension is many coders' first experience in learning how Python can be a whole new ca...00
JHJJ Hunterinrinjj.hashnode.dev·Apr 18, 2023 · 3 min readWhat is TensorFlow? Explained by someone who has no clue what he is talking about.As the new craze around the world in computing is all about AI and machine learning I thought I would take a deeper dive into understanding what it is as someone who is brand new to coding. I have also recently been swimming in the deep ocean that is...00
JHJJ Hunterinrinjj.hashnode.dev·Apr 18, 2023 · 5 min readUnderstanding Python Flask relationships and how to use the SerializerMixin library.Newborn software dev here coming at you with cold takes on coding and severely narrow and limited knowledge. Today I will be covering one of my current weakest aspects of setting up Python-Flask-SQLAlchemy. Making sure all of the relationships are so...00
JHJJ Hunterinrinjj.hashnode.dev·Apr 18, 2023 · 5 min readMy Adventure in Learning ReactStarting off Learning what I would at the time consider an "entire new language" as part of the coding program that I was a part of felt extremely daunting. I had a whole 3-4 weeks of JavaScript, HTML, and some self-taught CSS as my tools and I still...00
JHJJ Hunterinrinjj.hashnode.dev·Mar 4, 2023 · 5 min readBeginners Guide To Understanding JavaScript Data TypesWhat are JavaScript data types? JavaScript is a dynamic programming language where nearly everything you type is a form of data. Every piece of data falls into one of JavaScripts Data Types: Numbers, Strings, Booleans, Objects, Null, Undefined and Sy...00