├── CONTRIBUTING.md ├── LICENCE.md ├── README.md ├── cover.png ├── images ├── cover.jpg ├── geany.png ├── msword-paragraph.png └── vba-references.png ├── learn.md ├── meta.yml ├── overview.md ├── software.md ├── software.yml └── worksheet.md /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypilearning/python-for-vb-programmers/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENCE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypilearning/python-for-vb-programmers/HEAD/LICENCE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypilearning/python-for-vb-programmers/HEAD/README.md -------------------------------------------------------------------------------- /cover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypilearning/python-for-vb-programmers/HEAD/cover.png -------------------------------------------------------------------------------- /images/cover.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypilearning/python-for-vb-programmers/HEAD/images/cover.jpg -------------------------------------------------------------------------------- /images/geany.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypilearning/python-for-vb-programmers/HEAD/images/geany.png -------------------------------------------------------------------------------- /images/msword-paragraph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypilearning/python-for-vb-programmers/HEAD/images/msword-paragraph.png -------------------------------------------------------------------------------- /images/vba-references.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypilearning/python-for-vb-programmers/HEAD/images/vba-references.png -------------------------------------------------------------------------------- /learn.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypilearning/python-for-vb-programmers/HEAD/learn.md -------------------------------------------------------------------------------- /meta.yml: -------------------------------------------------------------------------------- 1 | title: Python For Visual Basic Programmers 2 | category: learn 3 | -------------------------------------------------------------------------------- /overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypilearning/python-for-vb-programmers/HEAD/overview.md -------------------------------------------------------------------------------- /software.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypilearning/python-for-vb-programmers/HEAD/software.md -------------------------------------------------------------------------------- /software.yml: -------------------------------------------------------------------------------- 1 | - Geany 2 | -------------------------------------------------------------------------------- /worksheet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypilearning/python-for-vb-programmers/HEAD/worksheet.md --------------------------------------------------------------------------------