Skip to content
Code_Underscored_logo
  • Python
  • Django
  • Web Development
  • Machine Learning
  • C++
  • Java
Code_Underscored_logo
  • Python Turtle for beginners
    Python

    Python Turtle for beginners

    ByHumphrey August 25, 2021March 2, 2024

    Python Turtle graphics is a fun way for youngsters and beginners to learn the fundamentals of programming. However, to learn to program using Python Turtle, you must first comprehend why someone would want to program or draw with it.

    Read More Python Turtle for beginnersContinue

  • Python Flask and React
    Python

    Python Flask and React

    ByHumphrey August 18, 2021March 2, 2024

    Modern online applications are frequently created using a server-side language that serves data via an API and a front-end JavaScript framework that presents the data to the end-user easy-to-use. Python is a dynamic programming language that is widely used by businesses and professionals. The language’s core ideals indicate that software should be readable and straightforward, allowing developers to be more productive and happier.

    Read More Python Flask and ReactContinue

  • Creating a Pandas DataFrame
    Python

    Different ways of creating Pandas DataFrame

    ByRoshan Agarwal August 18, 2021March 2, 2024

    Pandas is one of the most powerful Data Science libraries in python. Almost every Data Scientist working in python uses the pandas library. The popularity of pandas is due to its inbuilt data structure, i.e., the DataFrame. Pandas DataFrame is a modern and efficient way to store data in tabular format. Pandas DataFrame also has many integrated methods that perform many operations to make our task as data scientists easy. DataFrame provides methods for sorting data, aggregating data, and many other operations. In fact, we can also draw a Data Frame with ease using the plot () method.

    Read More Different ways of creating Pandas DataFrameContinue

  • Python memory error
    Python

    Python memory error

    ByHumphrey August 15, 2021March 2, 2024

    Python Memory Error or, in layman’s terms, you’ve run out of Random access memory (RAM) to sustain the running of your code. This error indicates that you have loaded all of the data into memory. For large datasets, batch processing is advised. Instead of packing your complete dataset into memory, please save it to your hard disk and access it in batches.

    Read More Python memory errorContinue

  • CSS TRICKS
    HTML | Web Development

    Top 10 CSS tricks you should know

    ByMoses N August 7, 2021March 2, 2024

    CSS is an acronym for Cascaded Style Sheet.  In the modern world, it seems that every business has a functional website. It’s a necessity to make your website professional and also appealing to the human eye. The better your website is, the higher the chances of visitors staying on your website. This is where the power of CSS comes in – styling your web pages.

    Read More Top 10 CSS tricks you should knowContinue

  • upload and download files using flask
    Python

    How to upload and download files using Flask

    ByRoshan Agarwal August 3, 2021March 2, 2024

    Flask is one of the most popular frameworks for backend development. It is a microframework based on the python programming language. Instead, a micro-framework Flask is very powerful and is highly extensible. Since Python is popular for Machine Learning and Data Science, Flask is hugely used to serve Machine Learning and Data Science related apps. In this tutorial, we will learn how to create a file uploader and file downloader using Flask.

    Read More How to upload and download files using FlaskContinue

  • python null
    Python

    Python null: Using None keyword to assign a None Type object

    ByHumphrey July 31, 2021March 2, 2024

    If you’ve worked with other programming languages such as C or Java, you’re familiar with the concept of null. It is used in many languages to represent a pointer that doesn’t point to anything, indicate that a variable is empty, or indicate default parameters that haven’t been supplied yet. In such languages, null is frequently defined as 0, however null in Python is different.

    Read More Python null: Using None keyword to assign a None Type objectContinue

  • String indices must be integers error in Python
    Python

    How to avoid String indices must be integers error in Python

    ByHumphrey July 31, 2021March 2, 2024

    This article will cover the core reasons for the TypeError: string indices must be integers mistakes in Python and a few instances. We believe that understanding why this error arises is critical because the better you understand the issue, the better you will avoid it.

    Read More How to avoid String indices must be integers error in PythonContinue

  • Writing web pages using HyperText Markup Language
    HTML | Web Development

    How to write web pages using HyperText Markup Language

    ByHumphrey July 31, 2021March 2, 2024

    Hypertext Markup Language refers to a computer language used to create most web pages and online applications. A hypertext is a text that references other parts of a text, whereas a markup language is a set of symbols that tell web servers about a document’s style and structure. In addition, HTML is the foundation of the W3. In addition, hypertext can include tables, lists, forms, graphics, and other presentational features besides text. The latter format for sharing data through the Internet is adaptable, and it is also easy. Markup languages employ markup tags to characterize text elements inside a document, giving web browsers instructions on displaying the material.

    Read More How to write web pages using HyperText Markup LanguageContinue

  • Python Flask REST API
    Python

    Python Flask REST API

    ByHumphrey July 31, 2021March 2, 2024

    To create a RESTful API, we’ll utilize Flask and Python throughout this article. To begin, we’ll create an endpoint that returns static data as dictionaries. Following that, we’ll design a class with specializations and a few endpoints for inserting, retrieving, updating, and deleting instances of this data.

    Read More Python Flask REST APIContinue

  • Printing without newline in Python
    Python

    How to print without newline in Python

    ByHumphrey July 31, 2021March 2, 2024

    You might want to print a value on the screen when programming, but keep it on the same line as your displayed last value. In addition, you might, for example, want a user’s first and last name to show on the same line. If you find yourself here, you need to master various techniques that will help you achieve this.

    Read More How to print without newline in PythonContinue

  • Creating HTML forms
    HTML | Web Development

    Beginner guide to creating HTML forms

    ByRoshan Agarwal July 31, 2021March 2, 2024

    Html forms are one of the most important HTML tags for interacting with the user. They are used to taking input from the user, and most commonly, the inputs were sent to the server-side for further processing. Forms are used to build contact pages, login pages, etc., on a site. We can collect different types of data using forms such as email addresses, usernames, passwords, phone numbers, credit card numbers, etc. To build an Html form, we need to use the

    tag element of Html.

    Read More Beginner guide to creating HTML formsContinue

Page navigation

Previous PagePrevious 1 … 19 20 21 22 23 … 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