Skip to content

VioletVivirand/python-101

Repository files navigation

Python 101 Tutorial

GitHub last commit GitHub Pipenv locked Python version GitHub code size in bytes GitHub repo size GitHub top language GitHub Pipenv locked dependency version GitHub Pipenv locked dependency version

Python lectures for begineers

Slides (Written in Traditional Chinese)

Google Drive

Chapters

Chapter # Title Notebook Google Colab
1 Hello world! Link Open In Colab
2 Datatypes and Operators:資料型態與運算子 Link Open In Colab
3 Methods and Functions:方法與函式 Link Open In Colab
4 Collections:集合物件 Link Open In Colab
5 Control flows and Iterables:流程控制與疊代 Link Open In Colab
6 Functions:函式 Link Open In Colab
7 Classes:類別 Link Open In Colab
8 Miscellaneous:其餘補充說明 Link Open In Colab

Contributing

Lock dependencies before submitting changes:

# Freeze into requirements.txt with Poetry
poetry export -f requirements.txt --output requirements.txt

# Use dephell to convert between different formats
# Convert from Poetry (pyproject.toml) to Pipfile
dephell deps convert --from-format=poetry --from-path=pyproject.toml  --to-format=pipfile --to-path=Pipfile
# Convert from Poetry Lock (poetry.lock) to Pipfile.lock
dephell deps convert --from-format=poetrylock --from-path=poetry.lock  --to-format=pipfilelock --to-path=Pipfile.lock

License

Python-101 by Violet Vivirand is licensed under CC BY-NC-SA 4.0

About

Python lectures for begineers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published