Follow me on Instagram- / anu_ghosh111
Download Python for free- https://www.python.org/
Learn Python for free- https://www.learnpython.org
Hello friends you are watching students circle youtube channel in this video I'm going to tell you the significance of learning python. Please kindly note that this video is not a tutorial video & is only
meant for educational purposes. So, lets get started.... Python is a high level programming language, which is quite easy & interesting as compared to other programming languages, if you are
interested in hacking or cybersecurity you must learn python. Python programming language is of great use for ethical hackers or those who want to build their career in hacking field. With the help
of python bruteforce attacks are performed, GUI is created, one can perform many such things with the help of python from automation in linux to desingning software & apps. You can download
python programming language directly from its official website www.python.org . If you want to learn python then just go to your google browser & type in Learn Python, you have to just type this two
words and you will get all the resources from beggining to advanced free of cost. There are plenty of sources from where you can learn python. Ethical hackers type scripts in Python on CLI which
means command line interface, normally they use terminaal on Kali Linux but it becomes complicated but with the help of python you can make it with GUI. For example you can turn your raspberry
pi into a portable hacking machine, you can add controls & scripts & make it work like a software, GUI gives you a comfortable experience, you dont need any experience or extra knowledge for
this, CLI is mostly used by advanced users as its much complicated than GUI, in windows also there iss cli such as dos & cmd. Now let me tell you more about Python in a detailed manner Python
is a general purpose programming language. Hence, you can use the programming language for developing both desktop and web applications. Also, you can use Python for developing
complex scientific and numeric applications. Python is designed with features to facilitate data analysis and visualization.Python is a scripting language like PHP, Perl, Ruby and so much more. It
can be used for web programming, Python can also be translated into binary code like java. Python is not used in a web browser. The language executed in browsers such as Chrome, Firefox
and Internet Explorer is JavaScript. Projects such as pyjs can compile from Python to JavaScript. However, most Python developers write their web applications using a combination of Python and
JavaScript. Python is executed on the server side while JavaScript is downloaded to the client and run by the web browser.