Skip to content
Code_Underscored_logo
  • Python
  • Django
  • Web Development
  • Machine Learning
  • C++
  • Java
Code_Underscored_logo
  • what is Django
    Django

    What is Django, and how does it work?

    ByBrandon Jones November 28, 2020March 2, 2024

    If you’re getting into the world of web development, the chances are that you will come across the technology known as Django. After all, a growing number of web developers have been adopting it recently, and there happens to be a great job market for it as well. As a matter of fact, Django has also been employed in several famous websites such as Instagram, Disqus, and Pinterest, to name a few. So, if you’re interested in learning more about Django and the way it works, then you’re headed to the right article as today we’re going to be giving you an introduction to this web framework.

    Read More What is Django, and how does it work?Continue

  • C++ for loops with examples
    C++

    C++ for Loops with examples

    ByBrandon Jones November 27, 2020March 2, 2024

    Before we hop into the tutorial, let’s try to imagine a situation. Consider a scenario where you want to print a statement 10 times. There are 2 options:

    Read More C++ for Loops with examplesContinue

  • Working with Files in Python
    Python

    How to work with Files in Python

    ByBrandon Jones November 27, 2020March 2, 2024

    You might be familiar with the Python programming language’s common traits, like it being general-purpose, high-level, and interpreted. However, the emphasis that stuck out with this programming language’s design philosophy is its code readability. When interacting with Python in a programming environment, you will find yourself using many white spaces to make its code as clear and direct as possible for anyone to comprehend what it is trying to achieve.

    Read More How to work with Files in PythonContinue

  • HTML attributes
    HTML

    What are HTML Attributes

    ByMoses N November 26, 2020March 2, 2024

    An attribute is a piece of information that determines the properties of a field. In HTML, attributes provide more information about an element. They define the behavior of an element. They are always defined in the opening tag of an element, and all attributes are made up of two parts: a Name and a Value.

    Read More What are HTML AttributesContinue

  • C++ Getting started
    C++

    Getting Started with C++

    ByBrandon Jones November 25, 2020March 2, 2024

    To explore the real crux of programming and diving into the world of compilers, memory, and pointers, a good choice would be to start with C++. So we wonder what C++ is? When was it developed? How does it work? And what is the language capable of?

    Read More Getting Started with C++Continue

  • SVG images usage in web development
    HTML | Web Development

    How to use SVG Images in Web Development

    ByRoshan Agarwal November 24, 2020March 2, 2024

    SVG or Scalable Vector Graphics is a popular image format based on vector graphics primarily written in XML. They are gaining high popularity currently in web designing due to many of the advantages provided by them. SVGs are primarily used in web design. They are more powerful than any of the image formats available for the web because of the ability to be manipulated using CSS and Javascript.

    Read More How to use SVG Images in Web DevelopmentContinue

  • Machine Learning
    Machine Learning

    What is Machine Learning, and Why is it Used?

    ByBrandon Jones November 24, 2020March 2, 2024

    Machine learning is about extracting knowledge from data. It is basically a research field at the intersection of statistics, Artificial Intelligence, and Computer Science and is sometimes referred to as Predictive analytics or Statistical Learning. A Machine Learning system is trained rather than being explicitly programmed, which means it evolves over time.

    Read More What is Machine Learning, and Why is it Used?Continue

  • Working with PDF in Python
    Python

    How to work with PDF in Python

    ByRoshan Agarwal November 22, 2020March 2, 2024

    The PDF or Portable Document Format is a popular and common file format used to present and exchange documents. PDFs are used for many things like creating EBooks, digitally signed agreements, password-protected files, etc. Adobe originally invents PDF, but it is now open standard and maintained by the International Organization for Standardization (ISO).

    Read More How to work with PDF in PythonContinue

  • install python Linux
    Python

    How to install Python on Linux

    ByBrandon Jones November 21, 2020March 2, 2024

    The legend of the Python programming language continues to speak for itself. Its popularity makes it the most sort-after programming language. We can definitely agree that Python is slowly becoming the jack of all trades due to its numerous applicability. Both web and mobile developers are embracing their addiction to this programming language. Moreover, its bold entrance into the world of AI (Artificial Intelligence) parades more praises to its potential.

    Read More How to install Python on LinuxContinue

  • video and audio usage html
    HTML | Web Development

    Top 10 Image and Video Related HTML Tasks You Should Know

    ByMoses N November 21, 2020March 2, 2024

    The purpose of Images in an HTML webpage is to improve the design and appearance of a webpage. Images draw one’s attention and concentration in a web browser. Besides Images, we can embed videos in a web browser to make web pages look more live and entertaining. This increases the chances of one staying on a web page. Before we look at the top 10 image and video-related HTML tasks, let’s take a quick view of how to load the images and videos on a web browser.

    Read More Top 10 Image and Video Related HTML Tasks You Should KnowContinue

  • HTML formatting
    HTML | Web Development

    10 Basic HTML Text Formatting Tasks You Should Know

    ByMoses N November 19, 2020March 2, 2024

    HTML is a hypertext markup language used to design static web pages. It describes the structure of a webpage and consists of a series of elements. Elements in HTML tells the browser how to display content. Html formatting refers to changing the appearance of the text to make it look better. This is possible even without using CSS.

    Read More 10 Basic HTML Text Formatting Tasks You Should KnowContinue

  • Getting Started Python
    Python

    Getting Started with Python

    ByBrandon Jones November 18, 2020March 2, 2024

    Before we dive into the Python world, we must observe two important protocols. The first one is acknowledging its founding father, and the second one is introducing it into our operating system environment. The name Guido Van Rossum takes credit for the creation of the Python programming language.

    Read More Getting Started with PythonContinue

Page navigation

Previous PagePrevious 1 … 29 30 31 32 Next PageNext
  • About Us
  • Contact Us
  • Disclaimer
  • Privacy Policy

© 2025 Code Underscored. All Rights Reserved.

A PART OF VIBRANT LEAF MEDIA COMPANY.

  • Python
  • Django
  • Web Development
  • Machine Learning
  • C++
  • Java
Search