Posts

Showing posts from June, 2019

Bootstrap ? What is it ?

Image
Have you ever thinked about designing a file that can contain different styles which can be ewhile writing every code. Here is the answer. A Bootstrap is the most popular CSS Framework for developing responsive and mobile-first websites. Bootstrap is a free and open source front enddevelopment framework for the creation of websites and web apps. The Bootstrap framework is built on HTML, CSS, and JavaScript (JS) to facilitate the development of responsive, mobile-first sites and apps. The bootstrap file contain many CSS style , JavaScript and HTML which can be called any number of times during the execution of the program. The bootstrap file is a W3C accepted standard file wich can be used to develop a stylish website easly. Here you can download the bootstrap file directly from my website. It is the now available latest version of the bootstrap file. Version : 4.3.1 Click on the link below to download the bootstrap file. Bootstrap version 4.3.1 If you need

How can we classify programming languages

Image
It depends on how you want to classify languages. Fundamentally, languages can be broken down into two types:  imperative languages in which you instruct the computer  how  to do a task, and  declarative  languages in which you tell the computer  what  to do. Declarative languages can further be broken down into  functional  languages, in which a program is constructed by composing functions, and  logic  programming languages, in which a program is constructed through a set of logical connections. Imperative languages read more like a list of steps for solving a problem, kind of like a recipe. Imperative languages include C, C++, and Java; functional languages include Haskell; logic programming languages include Prolog. Imperative languages are sometimes broken into two subgroups:  procedural  languages like C, and  object-oriented languages . Object-oriented languages are a bit orthogonal to the groupings, though, as there are object-oriented functional languages (OCam
Image
Some popular programming languages that make you successfull and have a scope all time If you intend to become a successful computer programmer, or even if you wish to learn computer programming, here are some of the popular programming languages that are most demanded in the market and can fulfill all kinds of programming problems. The basic C C language is considered the basis of high-level programming. Designed by Dennis Ritchie in 1969, C is a portable programming language. The program manages the memory himself in C using pointers concept and dynamic memory allocation functions. It is very fast and easy to learn. System programming with C++ In 1981, Bjarne Stroustrup added some object features to the C language and it was known as C++. It uses the concept of classes and objects allowing reusability of code easily. Memory management is done by the program as in C using pointers and functions. The different classes in a program can inherit the properties of oth

New IDE platform arrived | Online html compiler

Image
‌ ‌We are happy to introduce a IDE platform in our website. A free live coding software which can compile the entire program within seconds.The platform suports HTML , JavaScript & CSS. There are no copy paste allowed in the IDE. If you need to code then write your own code. This platform is just taken from codepen. I hope it helps you to improve your coding ability and skills. ‌ ‌You can study simple codes from our (C S Psyco) code section and can compile that code in our own compiler. What is a compiler ? A  compiler  is a program that translates a source program written in some high-level programming language (such as Java) into machine code for some computer architecture (such as the Intel Pentium architecture). The generated machine code can be later executed many times against different data each time. An  interpreter  reads an executable source program written in a high-level programming language as well as data for this program, and it runs the prog

Julia vs. Python: Comparison of the two programming languages

There is no denying the fact that Pythonprogramming language has found greater acceptance with programmers across the world. In fact, as per the TIOBE index, Python was the programming language of the year in 2018.  One of the reasons for the popularity of this open source programming language is its simplicity and the fact that it has a short learning curve for a programmer. Today,Python is used extensively for AI and machine learning.  A high-performance and dynamic programming language that is now challenging the dominance of Python is Juliaprogramming language. First unveiled to developers in 2012 by MIT Professors Viral Shah, Stefan Karpinski, Jeff Bezanson, and Alan Edelman, the programming language made its official debut in 2018 when Julia 1.0 was released at JuliaCon conference in London.  Julia is designed for speed and to be used for high performance computing requirements. The programming language leverages the positive aspects of similar programming langua

Python Programming Language can easily be acquired easily. How?

Image
Mastering any kind of skill in life takes time, and every talent has to be supported by practice. Programming, like any other discipline, is a process but after some breaking points, when you are finally able to find alternative ways to solve problems you'll know, that the victory is a summary of small steps (lines of code) made every single day. The process of learning programming  So you want to know how top Python developers made it? Or, to be precise, how and where are they still learning? The key to success and the winner's mindset is based on doing' approach. Even if you feel already quite comfy with the vast majority of Python syntax and semantics, there is always a room to improve. No matter if your final goal is to get the job of your dreams, getting a raise at your current work, personal development or you need to get to know better the Python programming to finish a side project.  If you are already familiar with any programming langua

What is a PROGRAMMING LANGUAGE

Image
A programming language is a formal language, which comprises a set of instructions that produce various kinds of output. Programming languages are used in computer programming to implement algorithms. Most programming languages consist of instructions for computers. There are programmable machines that use a set of specific instructions, rather than general programming languages. Early ones preceded the invention of the digital computer, the first probably being the automatic flute player described in the 9th century by the brothers Musa in Baghdad, during the Islamic Golden Age. Since the early 1800s, programs have been used to direct the behavior of machines such as Jacquard looms, music boxes and player pianos. The programs for these machines (such as a player piano's scrolls) did not produce different behavior in response to different inputs or conditions. Thousands of different programming languages have been created, and more are being created every year. Many programmin