danises

CSS – Part 2

Although HTML is the fundamental structure of every web page, it can be visually unappealing on its own. Cascading Style Sheets or CSS is a language that web developers use to style the HTML content on a web page. If you’re interested in modifying colors, font types, font sizes, images, element positioning, and more, CSS …

CSS – Part 2 Read More »

Python – Part #4 (Classes, Constructors & Objects)

One of the key concepts in object-oriented programming is the idea of classes, constructors, and objects. A class in Python is a blueprint or a template for creating objects that share a common structure and behavior. It defines a set of attributes (variables) and methods (functions) that the objects of that class will have. Constructors …

Python – Part #4 (Classes, Constructors & Objects) Read More »

“Revolutionizing Communication: How ChatGPT is Changing the Way We Interact”

If you have not been aware of the existence of this new Artificial intelligence chatbot called Chat Generative Pre-Trained Transformer as known as Chat GPT, you are in the right place because this article thoroughly explains what it is and how it affects society positively and negatively. Before Diving into the specific capabilities of this AI …

“Revolutionizing Communication: How ChatGPT is Changing the Way We Interact” Read More »

HTML – Part 2

If you haven’t read my previous article about HTML and CSS, I encourage you to do so! Essential to know: HTML stands for HyperText Markup Language and is used to create the structure and content of a webpage. Most HTML elements contain opening and closing tags with raw text or other HTML tags between them. …

HTML – Part 2 Read More »

Python – Part #1 (Data Types, Arithmetic Operators & Conditional Statements)

Brief Definition: Python apart from being the name of a snake type, it’s an interpreted, object-oriented, high-level programming language with dynamic semantics. It’s widely used for data structures, machine learning, artificial intelligence, database management, app development, scripting, web development, etc. It’s an outstanding programming language because its syntax emphasizes readability to make it more understandable …

Python – Part #1 (Data Types, Arithmetic Operators & Conditional Statements) Read More »