Skip to main content

Posts

Database management syste

What is a database management system? Database management systems on z/OS A database management system (or DBMS) is essentially nothing more than a computerized data-keeping system. Users of the system are given facilities to perform several kinds of operations on such a system for either manipulation of the data in the database or the management of the database structure itself. Database Management Systems (DBMSs) are categorized according to their data structures or types. There are several types of databases that can be used on a mainframe to exploit z/OS®: inverted list, hierarchic, network, or relational. Mainframe sites tend to use a hierarchical model when the data structure (not data values) of the data needed for an application is relatively static. For example, a Bill of Material (BOM) database structure always has a high level assembly part number, and several levels of components with subcomponents. The structure usually has a component forecast, cost, and pricing data, and...

Some Facts About Python

  Some Facts About Python.    python is the currently the most widely used in multi-purpose, high-level language programming language. python allows programming in object oriented and procedural paradigm.  python programs generally are smaller than other programming languages like java. programming have to type relatively less and indentation requirement of the language. makes them readable all the time. python language is the being used by almost all tech-giant companies like - google , amazon , facebook , instagram , dropbox , uber...etc

Some skills to get a excellence job

 In daliy life we finding new opportunities about our career.  We found that many people want only government job but they don't know about that we have many job opportunities for settle our career .  We have many resources to get new opportunities to work in IT sector. We should try to increase our skills. Like communication skills, excellent team work.

How python is different from another language

 The biggest strength of python is huge collection of standard which can be used for the following : - Machine learning  GUI application ( like kivy , tkinter , pyQt ) etc. Web frame work like Django ( used by youtube , instagram , dropbox ) Image processing (like open CU , pillow ) web scripting ( like scrapy , beautiful saup , selenium ) Test processing  Multimedia Scientific computing  Text processing and many more .... python features python provides lots of features that are listed below. 1) easy to learn and use :- python is easy to learn and use it is developer frendly and high level language programming. 2) expressive language :- python is an interpreted language the code line by line at a time this wakes debugging easy and thus suitable for beginners.  3) cross - platform : - python can run equally on different platforms such as window , macintosh etc. so we can say that python is a portable language. 4) free and open source : - python langu...

Some Facts About Python

  Some Facts About Python.    python is the currently the most widely used in multi-purpose, high-level language programming language. python allows programming in object oriented and procedural paradigm.  python programs generally are smaller than other programming languages like java. programming have to type relatively less and indentation requirement of the language. makes them readable all the time. python language is the being used by almost all tech-giant companies like - google , amazon , facebook , instagram , dropbox , uber...etc

How python is the giant programming language

  What is Python ? Python is the most famous programming language ? which was made by Guido Van Rossum in early 1990's and its latest version 3.10.5. we can simply call its a python 3. python   3.0 was released in 2008. and its interpreted language i.e its not compiled and he interpreted will check the code line by line. this article can used to learn very basics of python programming language.