Hi! This is Alex’s New group for Code lovers. Everything here will suit any user of any level, and you will be able to test your level from quizzes. Let us know your level and we will make lessons for you! Entering this group is free, and this is a social help group to develop […]
Many websites are not mobile friendly, and when they try to make it friendly they need to redesign it. This can lead to struggling and force them to give up. Here is a shortcut method. This is a basic code using a metatag to make your webpage mobile friendly. Code: <head> <meta name=”viewport” […]
Hello:) Today we will talk about paragraphs in HTML. Paragraphs are blocks of content separated by blank lines or indentations. To write a paragraph we will need to use the <p> tag. Example: Next, you will open the file and the paragraph will show output like in the photo below: Homework: Make an HTML paragraph […]
Hello:) In this group we will post some HTML tips. If you want to help, you can post tips too! If you have a problem, please post it in the comments, or in an individual group, but put this group as the category button, or mention these users: @HTML-codes (me) @basha
Python is a really popular programming language. I’ve been using it for around 2 years. Based in my experience, Python is really fast and easy for beginners. As matter a fact, Python is multi-paradigm, which makes it easier for the beginners to start with. Today, I am going to be explaining step by step, line […]
In this post I will introduce you to variables and how do they work. I will also show you how to write them in C++. Let’s go on. Variables are object, or keywords that carry on information, such as letters, symbols, numbers etc. In C++, we classify those variables into string variables (string), int variables […]
Here we will discuss many things about programing: Discuss the problems we ‘ve faced when we did coding and find answers for them. Share our experiences with you all and talk about them. Share posts, screenshots and many other items related to coding. Talk about programs and projects we can make. Join the Programming Club […]
I’m a young self-taught programmer and I’m fluent in many programming languages. My parents don’t know much about computers, so I learned coding by YouTube and e-books. Based on my experience, mainly the programming languages are hard, except for a few of them.Also a quick tip: Math won’t leave you aside along your programming journey, […]
Here we share our creations that we made on Scratch, and discuss bugs and problems that we find on the website, and help others. Have Fun!!! website link: https://scratch.mit.edu/
In this post you will learn about the Python programming language. Python is a high-level general programming languages created in 1991 by Guido van Rossum. It was named after the famous show, “Monty Python’s Flying Circus.” Python uses a lot of indentation instead of parentheses/brackets to make the code easier to read. It can be […]
Do you want to learn QBasic? Below is an example of it. The program below accepts two numbers and performs a math calculation on it, similar to a calculator. QBasic stands for Quick Beginners All Purpose Symbolic Instruction Code. It was created by Microsoft in 1991 and is based on the original BASIC language released […]