Chinemere Chukwucodemistress.hashnode.dev·Aug 16, 20237 Unique and Underrated Python LibrariesI believe that all stakeholders in the tech industry have agreed and come to a unanimous decision that Python is an easy-going programming language. If ever it was a debate, I think it was laid to rest long ago. From www.python.org, Python is a progr...Discuss·10 likes·58 readsfaker
Kae Suarezkaesuarez.com·Sep 14, 2022A Kilobyte of Data Exploration with ArrowWhen you're starting to work with a brand new platform, you want something simple to help get a feel for how it works. Something small and approachable. Not a voyage unto new horizons for science, but a small swim for yourself to settle in. So, here'...Discuss·1 like·303 readsC++
Savita Vermasavitaverma.hashnode.dev·Jun 7, 2022Master the Arrow FunctionArrow Function Arrow functions were introduced in ES6 version of JavaScript. It is a new way to write an anonymous function with some extra benefits and limitations. We cannot use arrow function in all the situations though. Let’s understand syntax ...Discuss·10 likes·132 readsarrow
Ajay Mandaviyaajay-mandaviya.hashnode.dev·Jun 6, 2022Arrow Functions in JavaScriptWhat is an Arrow Function? While Learning JavaScript , you will hear about "arrow" . The 2015 edition of the ECMAScript specification (ES6) added arrow function expressions to the JavaScript language . Arrow functions are a new way to write a functi...Discuss·7 likes·147 readsJavaScript