Articles on Trending Technologies

Technical articles with clear explanations and examples

Conic Sections

Praveen Varghese Thomas
Praveen Varghese Thomas
Updated on 02-Feb-2024 433 Views

Introduction When a solid surface like a cone is cut by a plane it forms different sections called conic sections. There are different conic sections like a circle, ellipse, parabola, and hyperbola based on the angle at which the plane intersects with the cone axis. Circle and ellipse are closed sections whereas parabola and hyperbola are not closed the curves of these figures extend till infinity. Definition of Section of Cone When a two-dimensional plane intersects a three-dimensional right circular cone the crop section formed on the plane is called a conic section. The plane intersects the ...

Read More

Constructions : Triangle

Praveen Varghese Thomas
Praveen Varghese Thomas
Updated on 02-Feb-2024 267 Views

Introduction A triangle has three sides, and three angles these two are the important parameters in constructing a triangle. It is done using a few geometrical equipment like a protractor (to measure an angle), compass (to draw the arc for a given measured side), and ruler (to measure the side length). There are different types of triangles, and they can be constructed differently by knowing a few given sets of parameters. In this tutorial let’s see three of the cases. Construction of Triangles In general, the construction of triangles is easy when the following properties like SSS, SAS, ...

Read More

Coordinate Geometry- class 9

Praveen Varghese Thomas
Praveen Varghese Thomas
Updated on 02-Feb-2024 615 Views

Introduction The study of geometric figures using coordinate axes is known as coordinate geometry. Figures like circles, ellipses, polygons, and straight lines can be drawn and scaled on the coordinate axes with ease. Additionally, coordinate geometry facilitates algebraic operations and the study of the properties of geometric figures. Every location on this globe has coordinates that make it simple for us to find them on a map. Our planet's coordinate system is made up of fictitious lines known as latitudes and longitudes. We have the coordinate axes with the horizontal x-axis and the vertical y- axis, which are similar ...

Read More

Print Patterns in PL/SQL

sudhir sharma
sudhir sharma
Updated on 31-Jan-2024 3K+ Views

Introduction This article simplifies how you can leverage real-world examples, syntaxes and programming techniques in PL/SQL to master printing different types of patterns effectively. Examples of Pattern Printing in PL/SQL We'll cover how to create pyramid patterns, diamond patterns, and number patterns with their respective code snippets and syntax. Going through the present section, you will have a clear understanding of how to implement these patterns in your PL/SQL programs. Pyramid Pattern For a comprehensive understanding of pattern printing in PL/SQL, delving into the pyramid pattern is an ideal starting point. Here's how to design a pyramid pattern using ...

Read More

Placing File Records on Disk

sudhir sharma
sudhir sharma
Updated on 31-Jan-2024 1K+ Views

Introduction Are you struggling with the organization and retrieval of your data files? In fact, effective handling of file records on disks is a common challenge faced in managing digital storage systems. This article will provide insights into different techniques for placing file records on disk to optimize your data storage and management system. Read on to discover how proper file placement can revolutionize your data accessibility! File Organization and Disk Storage File organization and disk storage refer to the methods and techniques used to efficiently store and retrieve data on secondary storage devices such as magnetic disks, tapes, and ...

Read More

PL/SQL User Input

sudhir sharma
sudhir sharma
Updated on 31-Jan-2024 5K+ Views

Introduction Are you unsure of how to properly handle user input in PL/SQL? We know that accurately managing this feature can massively enhance the interaction between the system and its users. This article will guide you step-by-step on effectively using user inputs, from reading and storing them in variables to implementing them within your PL/SQL logic. Let's dive into the world of efficient data manipulation. Reading User Input in PL/SQL and Storing User Input in Variables PL/SQL, a procedural language extension to SQL, empowers developers with the tools for seamless user input handling. You can easily read user inputs in ...

Read More

Generate Images With OpenAI in Python

Prakash Joshi
Prakash Joshi
Updated on 23-Jan-2024 386 Views

Introduction In this world where Generative AI is getting pretty popular, it should be of no surprise that we can generate images as well using AI. One such way to do so is to use the popular OpenAI, the creator of ChatGPT. Developers, writers, and designers are leveraging the ChatGPT API to get their job done faster. So, in this article, we will try to understand DALL-E by OpenAI which can be used to generate images. We will implement the ChatGPT API Python in a code. How to Generate Images with OpenAI in Python? To generate images with OpenAI and ...

Read More

How to Use ChatGPT API in Python?

Prakash Joshi
Prakash Joshi
Updated on 23-Jan-2024 382 Views

Introduction Generative AI has been on the popular rounds for quite some time now and almost everyone is aware of ChatGPT, the popular Generative AI developed by OpenAI. Apart from using the platform as a chatbot, we can also use the ChatGPT API to implement code and build amazing applications for various use cases. In this article, we will be going through how we can use the OpenAI API in Python programming language to build something out of it and look at a few use cases as well. What is ChatGPT API? ChatGPT is a large language model developed by ...

Read More

Google Bard - ChatGPT\'s Rival Explained

Prakash Joshi
Prakash Joshi
Updated on 23-Jan-2024 200 Views

Google's current work on artificial intelligence is the most exciting growth. By helping in the earlier detection of diseases and enabling users to access information in their native tongue, AI helps individuals, businesses, and communities realize their full potential. And it creates new possibilities that have a chance to greatly improve the lives of billions of people. In order to fulfill the purpose of organizing the world's knowledge and making it widely accessible and valuable, Google reoriented the firm around AI six years ago. As a result, it considers AI to be the most significant way we can achieve ...

Read More

How To Implement ChatGPT In Django?

Prakash Joshi
Prakash Joshi
Updated on 23-Jan-2024 382 Views

ChatGPT has become very popular these days. People worldwide are using it to build and perform various tasks like interactive chat interfaces. Development is no exception, there are so many developers using this tool to make life easier for them and to develop better applications like advanced chat applications. One such specific use case is implementing ChatGPT in Django. This will allow developers to introduce conversational experiences to the Django application while reducing time to implement for developers. In this article, we will learn about implementing ChatGPT in a Django application in a detailed, step-by-step form. What is Django? Django ...

Read More
Showing 3291–3300 of 61,248 articles
« Prev 1 328 329 330 331 332 6125 Next »
Advertisements