Posts

Hello World with Python - Method 2

  Step 1: Download the python from the official website https://www.python.org/downloads/release/  Step 2: Complete the installation process Step 3: Write your python code in (.py) format with a text editor Step 4: Go to the directory where your code Step 5: Just type filename.py and hit Enter Step 6: Congrats !! You have written your first python code 😊  

Hello World with Python - Method 1

Image
  Step 1: Download the python from the official website https://www.python.org/downloads/  Step 2: Complete the installation process Step 3: Go to Python 3.9 (64-bit) Step 4: Now you are ready to go !! Step 5: Type your first code inside print(‘’) and press Enter Step 6: Congrats !! You have written your first python code 😊

Learning Python | Getting Started

Why People Use python? Click More to Read Following are the reasons why people prefer python   Software Quality ü   Making readable codes, hence reusable and maintainable ü   Supports Advanced concepts like Object Oriented Programming  Developer Productivity ü   The LOC (Lines of Code) in python is very less when compared to C or Java. ü    Hence making the code easy to debug and maintainable Portable ü   Porting the code across the platforms is very easy ü    You can port the code written for Linux to Windows in a matter of second     Library Support ü   Python has inbuilt library support that you can utilise for your development ü    This avoids overhead during your development   Component Interactions ü   Python can communicate with other components very easily ü   Python can invoke C and C++ can be called   Community Support ü   You can learn along with a huge number of developers. This helps to share different experiences during development