Search found 6 matches
- Fri Nov 18, 2022 7:40 am
- Forum: General Discussion
- Topic: How to load SQL data into MongoDB using python script
- Replies: 3
- Views: 25865
Re: How to load SQL data into MongoDB using python script
What is SQL? SQL(Structured Query Language) is a database programming language created for managing and retrieving data from relational databases. SQL is used to update, insert, delete, create and alter database tables and views, among other actions on the records kept in the database. What is Mongo...
- Thu Nov 17, 2022 1:07 pm
- Forum: General Discussion
- Topic: Recommend pls Python courses for beginners
- Replies: 1
- Views: 14074
Re: Recommend pls Python courses for beginners
Python is one the best and popular programming languages. It can be used to make any programme in machine learning, AI etc. It also helps in creating web apps and softwares. We can do almost everything with the help of Python. It is great to learn python and the developers of python are in demand. B...
- Thu Oct 13, 2022 7:36 am
- Forum: General Discussion
- Topic: The Python programming language for a beginner
- Replies: 2
- Views: 9830
Re: The Python programming language for a beginner
=> Python is an easy-to-learn Object-oriented programming language. For beginners to start learning a programming language, python is considered the easiest language to learn as it is convenient to use and provides an easy start. => It is an open-source language with a wide range of libraries and fr...
- Wed Oct 12, 2022 9:35 am
- Forum: General Discussion
- Topic: Multiple Inheritance in Java
- Replies: 2
- Views: 12070
Re: Multiple Inheritance in Java
Inheritance is the most important pillar of object-oriented programming language. It is the property in which the main class inherits the methods of its parent class. There are different types of inheritance named as single inheritance, multi-level inheritance, hierarchical inheritance, multiple inh...
- Tue Aug 02, 2022 6:55 am
- Forum: General Discussion
- Topic: Multiple Inheritance in Java
- Replies: 2
- Views: 12070
Multiple Inheritance in Java
What are the types of Inheritance?
- Tue Jul 12, 2022 7:03 am
- Forum: General Discussion
- Topic: Learn Python Development
- Replies: 1
- Views: 7374
Re: Learn Python Development
Python is a versatile and a very popular programming language. And It is one of the great first language because it is concise and easy to read. I have a great reference for you https://www.codingninjas.com/codestudio/library/travelling-salesman-problem-part-1 check this out.