Skip to content
Code_Underscored_logo
  • Python
  • Django
  • Web Development
  • Machine Learning
  • C++
  • Java
Code_Underscored_logo
  • books for computer science students
    Featured

    10 Best Books for Computer Science Students

    ByHumphrey June 22, 2021March 2, 2024

    A growing number of computer science professionals believe that a graduate degree is required for success in the area. As a result, schools are reacting to the need by providing various options, including both on-campus and online computer science master’s degrees, to meet the demands of students from all walks of life.

    Read More 10 Best Books for Computer Science StudentsContinue

  • Calculating Factorial in C++
    C++

    Calculating Factorial in C++

    ByRoshan Agarwal June 21, 2021March 2, 2024

    We will use C++ to write programs to calculate the factorial of a number. We will take the number as an input from the user and then print the factorial of that number in the console. We will use two methods to calculate the factorial of the number, the first is by performing iteration with the help of loops, and the second is by using recursion.

    Read More Calculating Factorial in C++Continue

  • Working with C++ Arrays-min
    C++

    Working with C++ Arrays

    ByRoshan Agarwal June 21, 2021March 2, 2024

    Arrays in C++ are one of the most important user-defined data types in C++. They can be used to store a large amount of data of the same data type sequentially. C++ also supports N-Dimensional arrays that can be used for problem-solving in scientific computing. For example, we can use the 2-Dimensional array of C++ to create a matrix, and they have wide usage in NLP, Machine Learning, and Artificial Intelligence. If you want to know more about the basics of c++ arrays, you can follow our step-by-step beginner guide on arrays in C++.

    Read More Working with C++ ArraysContinue

  • Creating a digital clock in Python
    Python

    How to make a digital clock in Python

    ByHumphrey June 21, 2021March 2, 2024

    In this article, we’ll show you how to use Python to create your digital clock. We’ll do this using Tkinter. As we all know, Tkinter is used to make a wide range of GUI (Graphical User Interface) applications. We’ll learn how to make a digital clock with Tkinter in this demo.

    Read More How to make a digital clock in PythonContinue

  • What is Laravel
    Laravel

    What is Laravel?

    ByHumphrey June 17, 2021March 2, 2024

    Laravel is a solid and easy-to-understand open-source PHP framework. The design pattern is model-view-controller. Laravel reuses existing components from several frameworks to aid in the development of web applications. The resulting web application is more organized and practical.

    Read More What is Laravel?Continue

  • python flask example
    Python

    How to create a web app in Python using Flask

    ByHumphrey June 15, 2021March 2, 2024

    In this article, you’ll learn how to create a mini-codeunderscored web app in Python 3 using Flask. Users of the application can navigate from one of the three pages in the site.

    Read More How to create a web app in Python using FlaskContinue

  • Plotting in Python
    Python

    How to plot in Python

    ByHumphrey June 15, 2021March 2, 2024

    In this article, we illustrate how to use each of the four most popular Python plotting libraries—Matplotlib, Seaborn, Plotly, and Bokeh—as well as a couple of promising newcomers: Altair, with its expressive API, and Pygal, with its beautiful SVG performance. We’ll also take a look at pandas’ extremely useful plotting API.

    Read More How to plot in PythonContinue

  • Python Django vs. Flask
    Django | Python

    Python Django vs. Flask

    ByHumphrey June 13, 2021March 2, 2024

    Python is a handy tool for web development. In fact, Python is known for its great web development frameworks, Flask and Django, and its ability to adapt fast to technological advancements.

    Read More Python Django vs. FlaskContinue

  • compile Python to exe
    Python

    How to compile Python to exe

    ByHumphrey June 9, 2021March 2, 2024

    Converting.py files to.exe is a more common process than you would think. Consider the following scenario: you’ve just finished writing an excellent Python program and want to share it with the rest of the world.

    Read More How to compile Python to exeContinue

  • Inheritance in Java
    Java

    Inheritance in Java

    ByBrandon Jones June 3, 2021March 2, 2024

    Inheritance is one of the core concepts of an object-oriented language such as Java. Inheritance allows a new class to extend from an existing class known as the parent class. So when do we use inheritance? Consider a scenario where a vehicle describes a very general transportation model, then comes a car, bicycle, and truck.

    Read More Inheritance in JavaContinue

  • Finding the second largest value of a Python List
    Python

    How to find the second largest value of a Python List

    ByRoshan Agarwal June 2, 2021March 2, 2024

    Python list is one of the most useful data structures of Python. It is very similar to the arrays in Javascript and C++. However, like the multidimensional arrays, we can also create multidimensional lists known as nested lists. In this tutorial, we discussed four amazing methods for finding the second largest number of a python list.

    Read More How to find the second largest value of a Python ListContinue

  • HTML horizontal line
    HTML | Web Development

    HTML horizontal line

    ByMoses N May 28, 2021March 2, 2024

    Let’s take some time today and discuss this awesome feature in HTML “horizontal line.” First of all, you may need to know if HTML “horizontal line” is a tag or an attribute. You can find more about HTML attributes well explained here. In this case, the HTML horizontal line is a block-level element or, in other words, a tag.

    Read More HTML horizontal lineContinue

Page navigation

Previous PagePrevious 1 … 21 22 23 24 25 … 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