Kayıtlar

set vs studio code

 We want to write python codes so we need to download python extensions. First step: click extensions Second step: write " python " in search stick. Third step: click download icon after wait until extension downloaded. Fourth step: now you can write python codes but first you need to open folder after document or only open document. Note:   python documents usually end " py ". For example "first_project. py ".

Download python programmes

Resim
When you want to write python code you need to two things first download python, second download IDE Download python programme: You can ddownload python normal site after select version and click download button ( https://www.python.org/downloads/ ) . Python will be downloaded. Now find and select python programme you can start. When we need to write smt. python to terminal we usually use "print()". print(x) =>Print function write what is writing in parenthesis. BUT if we write string for example "hello world" we need to write in quotation marks or apostrophe. Let's write "hello world"  print("Hello world") INPUT OUTPUT Secondy: We need to download IDE (integrated development environment) why? Because when we close python we've written delete so we need to write in document. We have two method first write txt document after change this document bu it is very difficult because when we write incorrect sometimes we can't see incorrect...

Why is python programming language been popular?

Resim
 Python is easier than C language.  Nowadays python programming language is very popular. Why? 1- Easy : for example when you want to write smt in terminal you only say print("...") but some other language use different  methods and sometimes need other characters for example C++ use "; (semi colon)" 2- Libraries : It has a lot of library for example pygame,pandas ... 3- Search : You can find a lot of information about python. 4- Free : You don't need to pay money.