Quantcast
Channel: The Crazy Programmer
Browsing all 761 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Learning Python for Healthcare – Is Python HIPAA Compliant?

Python coding language is prominent among developers. It’s mainly used for the creation of applications. The language is easy to learn, and that’s why most developers prefer it. In fact, some giant...

View Article


Image may be NSFW.
Clik here to view.

What is Collision in Networking? – Detection & Avoidance

Do you want to learn about collisions in networking? If yes, stay on this article because we have covered this topic in detail. And in this article, you will learn collision in computer networking and...

View Article


Image may be NSFW.
Clik here to view.

Database Languages in DBMS – DDL, DML, DCL, DQL

Programming languages which are used to create and operate database, known as database language like Structured Query language aka SQL etc. Most of database languages are non-procedural, means the...

View Article

Solve “local variable referenced before assignment” Error in Python

While we are learning about functions, or using functions to write a program, we often encounter an error called: UnboundLocalError: local variable referenced before assignment. In this article, we...

View Article

Solve TypeError: ‘int’ object is not iterable in Python

Whenever we are writing any programs and then we encounter any error. The amount of frustration we got at that time is so much higher. So I have got a solution for you. Today in this article we are...

View Article


Types of DBMS Interfaces

Interface means “The way of communication performed in between a user and a Database management system” like query passing. This interface is further divided into four categories on the basis of...

View Article

Image may be NSFW.
Clik here to view.

Top 10 Soft Skills for Software Developers in 2022

There was a time when the companies evaluated the performance of a software engineer based on how quickly they delivered the tasks. But, 2022 is a different scenario in software development teams....

View Article

Different Types of Database Users

According to tasks performed on the database by different users, we can classify database users in 5 categories as given below: Database Administrator Naive Users Application Programmers Sophisticated...

View Article


Image may be NSFW.
Clik here to view.

How Programming Teams are Making Remote Work Functional

The world of work post-pandemic has shaken up offices across the globe, moving people out of their normal workspaces and into their homes. This caused a lot of disruption for a number of companies, but...

View Article


Image may be NSFW.
Clik here to view.

APILayer Launches New API Marketplace

APILayer is the cloud-based SaaS (Software as a Service) market leader and API service provider.  Let’s know more about their recent launch, but before that, we will go a step further and know what...

View Article

Solve TypeError: ‘int’ object is not subscriptable in Python

While we are using the operator on a string there an integer value will raise TypeError. We can say it in other words as the TypeError is raised on an unsupported object type when we are applying an...

View Article

Solve Typeerror: unhashable type ‘list’ in Python

In python, there are many types of errors as once the code has many types of problems in which this error will come. Errors will always define which type of problem has occurred in the solution. In...

View Article

Solve TypeError: can’t multiply sequence by non-int of type ‘float’ in Python

Battling with any type of error during developing something gives a large amount of frustration. In python, we can encounter many types of error which can be easy to recognize or sometimes it can be...

View Article


Image may be NSFW.
Clik here to view.

VPS Hosting – Uses, Advantages, and Disadvantages

Web hosting is serious business, and if you are new to the game, getting your website up and running on the Internet can come with all sorts of unique challenges. The established industry standards...

View Article

Image may be NSFW.
Clik here to view.

Mediastack Review – Be Always Up-To-Date With a Real-Time News API

There has been a tremendous shift in how we watch television and read newspapers for the last years. These days many people prefer getting instant news updates online. The best part is many people are...

View Article


Image may be NSFW.
Clik here to view.

How to Find a Balance Between SEO and Web Design?

Can a well-optimized site have an attractive design? High-quality text content, relevant keywords, competent internal linking, and backlinks from authoritative sites – all this helps to promote...

View Article

Python Measure Execution Time of Function

Running a computer program takes some time to complete. If it is a big task then it can take more time and if it is a small task then it will take less time to complete. For example, let’s consider...

View Article


Image may be NSFW.
Clik here to view.

Overall Structure of DBMS

A database system is a very huge and complex application. To understand the complete structure of a database we should divide it into small modules. Let’s discuss them one by one in detail. Image...

View Article

Python Declare Variable Without Value

We know that in many languages like C, C++, Java, when we want to use any variable then first we have to declare that variable and after that, we can use that variable in our program. The languages...

View Article

Python One Line for Loop

In our daily life, we often write some big programs and some small level programs to solve the different problems. Whenever we try to solve a complex level problem, then we have to write so many lines...

View Article
Browsing all 761 articles
Browse latest View live