Tech is a broad field, and there are a lot of interesting directions you can go in. In this article, we’ll look at the various areas of tech, how much demand exists for each skill, and where to go to start your…
read moreAbout Kotlin — Kotlin is a cross-platform, statically typed, general-purpose programming language with type inference. Kotlin is designed to interoperate fully with Java, and the JVM version of its standard library depends on the Java Class Library, but type inference allows its…
read moreWhat are string in python? – Python string is a collection of unicode characters.– Python strings can be enclosed in single, double or triple quotes. Example: ‘ICTSouthBopal’ “ICTSouthBopal” ‘ ‘ICTSouthBopal’ ‘ “””ICTSouthBopal””” – Use to escape special…
read moreA python program is called as a script in which it has sequence of definitions and commands. Python is an interpreted, high-level, general-purpose programming language. Created by Guido van Rossum and first released in 1991. Python is a specification for a language…
read moreWhat is PHP? PHP is a server side scripting language. that is used to develop Static websites or Dynamic websites or Web applications. PHP stands for Hypertext Pre-processor, that earlier stood for Personal Home Pages. PHP scripts can only be interpreted on…
read more