Skip to main content

Posts

What programming languages will use after 2020 in Google? OR Top 5 programming language will be use 2021 in Google

 What programming languages will use after 2020 on Google? OR Top 5 programming language will be using 2021 in Google Here...What programming languages will use after 2020 in Google OR          Top 5 programming language will be using 2021 in Google to          help you make the new concepts, you are learning programming           Languages are really very important. It’s still mid-2020, so why not learn those languages worth  learning in 2021 now, by the end of this year? So the answer is exactly the same languages that are worth learning now in 2020, plus  possibly the super awesome newly appearing in 2021 languages of the  future (if any), most of which we wouldn't even know about yet. It’s also roughly the same programming languages that were worth learning in 2019 or 2018.  Extend that by induction to as many years as you want in the last couple of decades, as the  most popular languages that are worth learning now were created more than a couple of  decades ago and are still

How to impress my girlfriend who loves Python programming language?

 How to impress my girlfriend who loves Python programming language? Here...How to impress my girlfriend who loves Python programming language to              help you make the new concepts, you are learning programming               Languages are really very important. 1.Some ideas:  ->Be a good listener. Ask good questions about what they're talking about.  ->Tell interesting, funny stories. Express yourself well.  ->Know about (and take the person) to a really good restaurant that's not common knowledge. Show respect and courtesy to the staff there. ->Have fun!!! Make the date easy and comfortable, for both of you. ->If the situation allows, bust out some killer dance moves. ->In short, impress a computer programmer in the same way you'd impress anyone else.       Don't try to learn some computer jargon to show that you understand computers...that will only work on people who don't know anything about computers so you'd be using computer jar

What should I do after knowing computer languages like C,Java ,Python?

What should I do after knowing computer languages like C, Java, Python? Here...What should I do after knowing computer languages like C, Java, Python?              help you make the new concepts, you are learning a programming               Languages are really very important. 1.The field is wide, don't limit yourself to just programming knowledge    now in this era as if see future for the next 10 years, Data Mining    and Analytics, Artificial Intelligence, etc have great scope to dive in.   You have got great deep knowledge of these programming languages so    now focus on how to optimize programs that you are    coding, likewise time optimization, code optimization, etc. 2.It depends on how much you understood that language and how you can use it.   If you love the android app then build it with java.   If you want automation and ai then do it with python.   Basically learn Algorithm and Data structure build    application and contribute to open source projects 3.You don’t lear

How to make an assignment software with Django? OR How to make the Django project Explain step by step?

😀 How to make an assignment software with Django? OR How to make the Django project Explain step by step?😁 Here How to make an assignment software with Django? OR, How to make a Django project Explain step by step to help you make the new             concepts, you are learning to program             Languages were really very important. Prerequisites: Set up a Django development environment.  Objective: To be able to use Django's tools to start your own new website projects. Initial Set-Up To begin, navigate to a new directory on your computer. For example,  we can create a HelloWorld folder on the Desktop with the following commands. $ cd ~/Desktop $ mkdir helloworld && cd helloworld Make sure you’re not already in an existing virtual environment at this point.  If you see text in parentheses () before the dollar sign ($) then you are. To exit it, type exit and hit Return. The parentheses should disappear which means that the virtual environment is no longer active. We’l

In a new programming language how can store multiple types of data in a single variable OR is it possible how can store multiple types of data in a single variable in programming langauge

In a new programming language how can store multiple types of data in a single variable  OR is it possible how can store multiple types of data in a single variable in a programming language Here In a new programming language how can store multiple types of  data in a single variable   help you make the new  concepts, you are learning a programming  Languages really very important: Ideally Yes. If you create an Array of objects. Then it's possible to store any data type with it as an object is the base class. ArrayList can hold multiple types of data, but array doesn't. Variables Variables can be thought of as ‘containers’ for data. Each variable has to  have a unique name, so that you can refer back to it in the program. By using variables, we can refer to values that have not yet been defined.  For example, we can refer to the speed of the ball in different parts of the  game code, but calculate the ball speed later based on different inputs. How a variable is named is mainly

I am fresher Is it a good idea to learn Django, to start a carrier in the IT industry

 I am fresher Is it a good idea to learn Django, to start a carrier in the IT industry OR Can I get a job as a fresher Python Django developer? Here Excellent tips to help you make the new concepts, I am fresher Is it a         good idea to learn Django, to start a carrier in the IT industry        OR        Can I get a job as a fresher Python Django developer?         as a beginner  ............................................................................... 1.My answer is just a suggestion decision is always yours.      Before some months ago, I was in the same      state, I give a try and start learning in it. Python is very easy to understand BUT Django is not.      It is my Personal Thought,      It follows the MVC pattern, In order to achieve so little, we need to take care lot of things. means hectic.    so I left it.    then I search a lot about what to do which programing language to     learn currently looking at Indian Market and     future demand React Js is most popular

Data Structure Problem | Logical Question | Data Structure Problem Question to become master in DS

😀 Collection of Data Structure Problems question. If you do this we will become a good Date Structure Developers. If you want this My YouTube channel then go through the below link. Youtube Channel:https://www.youtube.com/channel/UCgcpEPz_96MJAXGDtn1xmVg/videos?view_as=subscriber click hear Topic:  Problem:  Array Reverse the array Array Find the maximum and minimum element in an array Array Find the "Kth" max and min element of an array  Array Given an array that consists of only 0, 1, and 2. Sort the array without using any sorting algo Array Move all the negative elements to one side of the array  Array Find the Union and Intersection of the two sorted arrays. Array Write a program to cyclically rotate an array by one. Array find Largest sum contiguous Subarray [V. IMP] Array Minimise the maximum difference between heights [V.IMP] Array Minimum no. of Jumps to reach the end of an array Array find duplicate in an array of N+1 Integers Array Merge