Skip to content
Code_Underscored_logo
  • Python
  • Django
  • Web Development
  • Machine Learning
  • C++
  • Java
Code_Underscored_logo
  • Object oriented principles in C++
    C++

    Object-Oriented Principles in C++

    ByBrandon Jones January 31, 2021March 2, 2024

    In the past, we showed we published the basics of object-oriented programming in C++. That should help you get started. Today we look at the oriented principles. It’s basically the way we program our classes and access the objects. There are four object-oriented principles that you should be aware of, namely:

    Read More Object-Oriented Principles in C++Continue

  • plotting bar graph in python
    Python

    How to Plot a Bar Graph Using Python matplotlib Library

    ByRoshan Agarwal January 31, 2021March 2, 2024

    Data Visualization is one of the most important things for a data scientist or anyone working or analyzing data. Visual data is easier to understand by a person than raw data, so it is more important to visualize data while performing presentations or analyzing data. We can also take out powerful insights from the raw data if visualized adequately.

    Read More How to Plot a Bar Graph Using Python matplotlib LibraryContinue

  • set up django project skeleton
    Django

    How to Set up a Complete Django Project Skeleton

    ByBrandon Jones January 30, 2021March 2, 2024

    The world of web applications, services, and software was somewhat dull and reserved for the elite developers until the famed Django Framework showed up. Django is what we can describe as the jack of all trades in the web design and development world. Whether you are after an API, web app, web service, etc., you won’t regret the consideration of going with this resourceful framework.

    Read More How to Set up a Complete Django Project SkeletonContinue

  • ArrayList in Java
    Java

    ArrayList in Java with examples

    ByMoses N January 28, 2021March 2, 2024

    ArrayList in java is similar to an array, except that there is no size limit in the ArrayList. ArrayList is dynamic hence allows adding and removing of elements anytime. Though, the elements in an ArrayList are stored in the order of insertion. An ArrayList is not synchronized and can also store objects that include null values.

    Read More ArrayList in Java with examplesContinue

  • classes Java
    Java

    Introduction to Classes in Java

    ByBrandon Jones January 25, 2021March 2, 2024

    Java is the most famous object-oriented language used by programmers today. To get an in-depth narrative of how java works, we need to have a deep understanding of classes and objects. Let’s dive into the world of objects and classes and have a first look at how they operate.

    Read More Introduction to Classes in JavaContinue

  • Java for loop
    Java

    Java for loop with examples

    ByMoses N January 25, 2021March 2, 2024

    Is it right to say that a good programmer must have a deep understanding of loops? That might be a yes or no question but also lacks meaning without justification. In short, what are loops? A loop is a program that Iterates/ repeats several times until a specific condition is met. Loops remain the same no matter the programming language you are using.

    Read More Java for loop with examplesContinue

  • reversing a string in Python
    Python

    How to reverse a string in Python

    ByBrandon Jones January 20, 2021March 2, 2024

    Under the Python programming language domain, a String is defined as character data presented in an ordered sequence. What is character data? When you are working on an office suite software or word processing app, the bottom of the screen or monitor you are using always keeps a record of the word count and characters. Anything that you type on the Keyboard and is displayed on the interface of this word software or even a source code editor qualifies as the definition of character data.

    Read More How to reverse a string in PythonContinue

  • bootstrap 4 forms with Django
    Django

    How to use Bootstrap 4 Forms with Django

    ByBrandon Jones January 18, 2021March 2, 2024

    This tutorial fuses two powerful approaches to make your web app creation adventure as easy and painless as possible. If you are a passionate web developer or designer, then the terms Bootstrap and Django have at one point crossed your mind. Django is a fully-fledged framework, while Bootstrap is a fully-fledged tool kit or library. If it were up to some of us, Bootstrap would get the needed upgrade and armor to function as a framework fully. However, those powers are out of our reach.

    Read More How to use Bootstrap 4 Forms with DjangoContinue

  • create and read QR code Python
    Python

    How to create and read QR Codes using Python

    ByRoshan Agarwal January 13, 2021March 2, 2024

    QR codes are an important part of today’s world. They are used in many modern applications to store large data visually easily. They are nowadays used in many money transaction apps for easily getting the information by scanning the QR Code. They are also used by applications to give authentication to another device by scanning the Code easily.

    Read More How to create and read QR Codes using PythonContinue

  • Machine Learning Algorithms
    Machine Learning

    Top 10 Machine Learning Algorithms You Should Know

    ByBrandon Jones January 11, 2021March 2, 2024

    Although it might not be that apparent, machine learning algorithms are set to change the landscape of several different industries by automating the tasks currently being performed by human beings. Considering this, data scientists delve deeper into discovering more powerful ML algorithms each day.

    Read More Top 10 Machine Learning Algorithms You Should KnowContinue

  • Parsing JSON
    Java

    How to parse JSON in Java

    ByMoses N January 7, 2021March 2, 2024

    Before we dig into how to parse JSON in Java, let’s first briefly understand what JSON is and what is java. First, Java is an object-oriented programming language. It can be used to develop desktop, android, and web applications. JSON is (Javascript Object Notation). It depends on a subset of Javascript.JSON is language-independent, text-based, and lightweight. It’s used for humans and machines to read and write; hence JSON is essential when transmitting data over the web.

    Read More How to parse JSON in JavaContinue

  • Looping in Python
    Python

    How to Loop in Python

    ByBrandon Jones January 6, 2021March 2, 2024

    Python is not just any programming language; it is general-purpose, high-level, and interpreted. Many coding enthusiasts and developers are turning to Python because of its remarkable design philosophy. It strongly purports code readability through its significant use of notable whitespace. Therefore, this article seeks to explore the effectiveness of the Python programming language in looping useful code. The world of computing defines a loop as a controlled flow of iterations.

    Read More How to Loop in PythonContinue

Page navigation

Previous PagePrevious 1 … 26 27 28 29 30 … 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