blockchainguyy / learning-python

This is a repo to track my python learnings via github issues.
MIT License
0 stars 0 forks source link

notes from python 3.7.4 documentation #2

Closed blockchainguyy closed 5 years ago

blockchainguyy commented 5 years ago

https://docs.python.org/3/tutorial/introduction.html

blockchainguyy commented 5 years ago

Explore in Python:

blockchainguyy commented 5 years ago

Also cover:

blockchainguyy commented 5 years ago

Other documentations to cover:

blockchainguyy commented 5 years ago

Command line options for python: https://docs.python.org/3/using/cmdline.html#using-on-general

blockchainguyy commented 5 years ago

Unlike strings, which are immutable, lists are a mutable type, i.e. it is possible to change their content.

blockchainguyy commented 5 years ago

If you already know a few other languages and want to get up to speed with Python quickly, Django documentation recommends: https://diveinto.org/python3/table-of-contents.html