Skip to main content

Posts

Introduction

             Yes, you're in a right place. The first thing you need to know the applications , before going to learn particular thing... CZ without knowing the applications there is no use of learning. so, If you learn applications first, and if you want to design something you'll get to know that which thing you require to design, . So to do something big or different it's better to learn applications first.                                                 So try to learn applications first before going into deep.
Recent posts

Applications of C programming

             Most of the CSE students starts their programming with C, even   PYTHON  is the prefered one. because most of their syllabus doesn't have  python . So whatever, Even with C also we can start but its little bit complicated when compared to python. As a programmer, before going to start learning language, you should know the applications. Yeah, every language has their own applications but the way it used is different. so guys now we are learning some unknown applications of C. Applications of C programming:                  C language is used for creating  computer applications Used in writing  Embedded softwares Firmware for various electronics, industrial and communications products which use micro-controllers. It is also used in developing  verification software, test code, simulators etc. for various applications and hardware products. For Creating Compiles  of different Languages which can take input from other language and convert it into lower l

Applications of electronics

      You already know that, What is Electronic? and What are electronic devices? ok fine, but remember once. Electronics means study of flow of electrons in electrical circuits. The word Electronics comes from electron mechanics which means learning the way how an electron behaves under different conditions of externally applied fields. IRE - The Institution of Radio Engineers has given a definition of electronics as "that field of science and engineering, which deals with electron devices and their utilization." Fundamentals of electronics are the core subject in all branches of engineering nowadays. Let's discuss about some applications of electronics. Applications of electronics:   Electronics has made tremendous advancement during last few decades and our day to day life involves the use of electronic devices. Electronics has played a major role in every sphere of our life; this can be proved with the following application of electronics.. Ent

Applications of python programming

             As a beginner, it is the good option to learn python first. since it is a user understandable language, we can understand every command not like another stuff java. so before going to learn python, its better to learn applications of it. Applications of python programming:           Pe rsonally I think, you get a lot of choices. Since you are Python beginner, the small project may bring more benefits to you. For web crawler: Currently, the data analysis is very hot, so you can write some crawler to  get the data from pure html not api to practice your Python skill. You can also use some library like   "BeautifulSoup" Beautiful Soup Documentation to help yourself.   For Web development: You can have a try on some python web frameworks, like Django, Flask, Web2py, Pylons, Zope2, Giotto, CubicWeb...... to build some websites to make a practice. For Data Structure or Classic Algorithms: You can implement some famous and useful Data Structure in Pyt