Skip to main content

What is NEP 2020 (New Education Policy) ?

NEP Announced on 29th July'20, a big step towards transforming reforms in schools and higher education sector in the country

 When talked about already understood gaps in education system of the country, targeting the change from the base is important.

Highlights of NEP-2020, to improve education system and ensure enough investment at the right places following are the steps taken:

  • Introduction of Coding courses from class 6th
  • School premises to be used for Adult education after school hours
  • Increased focus on vocational studies at school level
  • Development of high-class Indian Sign Language Modules
  • NCC to be brought under Defense Ministry
  • Free boarding facilities in Jawahar Navodaya Vidyalayas
  • NCERT to introduce pedagogy based syllabus
  • E-learning/content to be promoted in Regional Languages
  • Establishment of National Research Foundation
  • More Autonomous Educational Institutes
  • National Testing Agency to offer Common Entrance Exam after higher education
After 34 years of old education system, an important change has been incorporated. Being passionate about making education more accessible to every curious learner with the best in market available technology, I am extremely excited to look at the ways these would be addressed. I wish I had an opportunity to start learning coding this early.

##Additional details:
The '10+2' system is now changed to '5+3+3+4' setup, this is what it means:
  • The first '5' years will make the foundational stage including 3 years of pre-primary schooling and grade 1 & 2.
  • Next '3' years would be preparatory stage consisting of grades 3,4 & 5.
  • After that '3' years of middle stage will have grades 6,7 &8.
  • Followed by '4' years of secondary stage up to class 12th.

Comments

Post a Comment

Popular posts from this blog

Power Query - I : Dynamic Connection To Latest Data in Database

If coding/automation is not about us fooling the machine to get our work done, we haven't yet exploited our powers enough. I, in my daily life, do all sorts of problem-solving involves complex coding, cloud computing, etc. but I get my real kick when I solve the smallest problem like hacking excel, or automation of workflow using power query. Here is my latest gig, I tried to connect to an excel in SharePoint and ensure that every time the database is updated my query picks the latest file. This is the first time I am using power query and it sounds so powerful. So without further delay, let's see what I did: 1.  Connect Excel to DataBase:  Open an excel file, Select  Data  from the green ribbon, go to  Get  Data , select the drop-down on  From File , and connect to share point select  From SharePoint Folder.  Fig1: Select DataBase Once you select the database which is SharePoint in our case, you will get a window like this popping up to conn...

Shell.AI Residency Program India

This is to call for applications to " AI Residency Program "   recently launched by Shell India. This  a 2-year, full-time, immersive programme, which allows data scientists, AI engineers and computational scientists to gain experience working on a variety of AI projects across all Shell businesses. Recently, Shell India has launched its own, specialized and global programme – bringing digitization – in India to newer heights. Join us, and make history through influencing the future of energy. Along with this, we are also conducting a  hackathon for sustainable and affordable energy  which gives the winners a direct entry to interviews for Shell AI Residency Program.  PS: Jobs will only be offered to people with relevant experience as mentioned in the page while hackathon is open to everyone. Participate and be a part of Journey to a cleaner and more sustainable tomorrow. 

pip install xgboost

I have tried a million ways over years to by-pass all the certs/securities but never had a one right way to do this, xgboost is a very popular ml algorithm but been hard to install. This time finally I made it happen. I downloaded the wheel file directly and installed it to make this happen right. I also have a video for this but this article shows step by step process on how to do it right. Here is how: Open command window from start menu in windows: Fig1: Open Command Window Go to the website to find unofficial binaries 👉 here , find the desired .whl file, in this case, we are looking for xgboost, and download the compatible version with your machine and python: Fig2: The Unofficial Binaries Locate the downloaded file on your machine: Fig3: Locate the Files Install from cmd using pip: Fig4: Install the file  And you are done, you can also follow these steps from my video here: