📔
Hello-Python-Tutorial
  • Preface
  • Introduction
    • What is Python?
    • Language level
    • Python can do
    • Python can not do
    • Who using Python?
  • Python Basic
    • Install Python
    • Run Python on IDLE
    • Operator/Operand
    • Data Type
    • Assignment/Variable
    • Intellij IDEA
    • First App
  • Flow Control
    • Boolean/Logic Operator
    • Relational Operator
    • Code Block
    • If/Else
    • While
    • For loop
    • Import
    • Homework
  • Function
    • First Function
    • Return Statement
    • Function Scope
    • Try/Except/finally
    • Homework
  • List and Tuple
    • List
    • List Example
    • Method
    • List-like Type
    • Reference
    • Copy Module
    • Homework
  • Dictionary
    • Dictionary
    • Method
    • Dictionary Example
    • Homework
  • String Operation
    • Escape Character
    • Raw String
    • In/Not In
    • String Method1
    • String Method2
    • Homework
  • Advance
Powered by GitBook
On this page

Was this helpful?

  1. Introduction

Python can not do

Python不能做的事?

比方說作業系統,這個只能用C語言寫; 寫手機app,iphone可以使用Objective-C或Swift寫, Android可以用Java或Kotlin; 寫3D遊戲,可以用Unity。

PreviousPython can doNextWho using Python?

Last updated 2 years ago

Was this helpful?