Skip to main content

Posts

Featured

Python

  PYTHON BASICS - I Python is an important programming language to know — it's widely used in fields like data science, web development, software engineering, game development, automation.  Firstly, it’s modular – i.e. it can be easily integrated with other technologies and solutions. Secondly, it’s open-source. There’s a vibrant community of developers who contribute to the development of the technology, and the Python Software Foundation oversees the quality and the direction in which the language is going. Thirdly, Python is ‘interpreted’, which means it's translated to machine code right before the program is launched. This facilitates writing portable and universal programs, which are easier to use on different operating systems. Download Python Data Types The most used data types are as follows- Integers (int) - a whole number without a decimal point Floating-p

Latest posts