Best Laptop

Browsed by
Tag: Python

Python Tutorial 3 – Writing First Program

Python Tutorial 3 – Writing First Program

Hello Friends…. Thanks for visiting my blog again. If you have read my previous blogs, you would have got a fair idea of what Python is and what are its features. Now let’s not waste time and go through this tutorial on Python Basic Program. 1. Let’s begin with Python Basic Program to display “Hello, I am learning Python” on the console. To do that, open Python prompt/IDLE and type below statement. It will print your desired output: print(“Hello, I…

Read More Read More

Python Tutorial 1 – Python Basics

Python Tutorial 1 – Python Basics

Introduction: Python is widely used programming language now-a-days for a wide magnitude of tasks like general programming, web development, data analysis and machine learning. Thanks to a variety of features, most developers are now moving to python language for their development work. Also most IT professionals are intended to Learn Python Language. Python was founded by Guido van Rossum during 1985-1990. Python is a high level language based on Object Oriented programming model. This means that everything that is coded…

Read More Read More

Automation using Python and Selenium WebDriver

Automation using Python and Selenium WebDriver

In this session we will discuss how to perform UI Automation using Python and Selenium. Automation now days are a key for any successful project implementation and Selenium stands first in the queue. Also when we speak about coding, python is one language which is getting widely used today. We all know that both these tools are open source available for free. So let’s see how we can automate using Python code in Selenium from scratch assuming we don’t have…

Read More Read More

Java vs Python : Compiled or Interpreted

Java vs Python : Compiled or Interpreted

Let’s talk today about the most interesting difference between Java and Python. Java vs Python: We have heard that Java is compiled language and Python is interpreted language. Although this is true to some sense but this does not means that Java does not have interpretation step or Python does not have compilation step. Both these languages do compile at a certain step and interprets also. So, what’s the difference? The only difference is that Java has a separate step…

Read More Read More

Julia programming language and its features

Julia programming language and its features

Julia is a programming language aimed specifically at “scientific computing, machine learning, data mining, large-scale linear algebra, distributed and parallel computing It is being said for Julia that this language is faster than Python while performing the above tasks Julia programming language is being founded by Viral Shah who is also the CEO and co-founder of Julia Computing. He has the credit of working with Nandan Nilekani on Aadhar project. Julia is a programming language that combines the productivity of…

Read More Read More

Google introduces online coding course related to Python and Automation

Google introduces online coding course related to Python and Automation

Google launched “Google IT Automation with Python Professional Certificate” to provide knowledge sharing in Python and automation Learners will also need to work on a project which will require to use their new skills US based technology giant Google introduces online coding course “Google IT Automation with Python Professional Certificate” for employees and trainees who want to improve their skills in Python topped up with automation. These are two skills from among the latest set of skill sets which are…

Read More Read More

Top 5 technical skills for IT professionals:

Top 5 technical skills for IT professionals:

As we are heading towards 2020 and bid adieu to 2019, its imperative to take a seat back and think how are we going to welcome the technological changes in the coming year. We should also focus on the top 5 technical skills for IT professionals to master technology trends. As we all know, technology is the back bone of our lives and survival without it is not possible. Technology has equally made our life easy and challenging at the…

Read More Read More

Python 3.11.1 Features