├── LICENSE.rst ├── README.md ├── code ├── Common_Excel_Operations_Done_In_Pandas.ipynb ├── cmd_main.md ├── fuzzy.md ├── run_py.md └── slice.md ├── images ├── Next_Bookmark.png ├── Previous_Bookmark.png ├── Show_Bookmarks.png ├── Toggle_Bookmark.png ├── addin.png ├── object_explorer.png ├── py_assert_fail.png ├── step_into.png ├── tpc.png ├── tpc_small.png ├── vba_assert_fail.png ├── vba_references_1.png ├── vba_references_2.png └── vbaprop.png ├── posts ├── about.md ├── bookmarks.md ├── cmd.md ├── comments.md ├── conventions.md ├── datetime-formatting.md ├── equivalence-and-assignment.md ├── filtering-df.md ├── immediate-window.md ├── increment.md ├── keymap.md ├── print-and-assert.md ├── pywin32.md ├── quotes.md ├── references.md ├── row-count.md ├── safexl.md ├── statement-delim.md ├── switch-case.md ├── when.md ├── whitespace.md ├── why-pycharm.md └── xl-to-df.md └── wip ├── .gitignore ├── arrays.md ├── call-stack.md ├── for-loops.md ├── functions.md ├── garbage-collection.md ├── intellisense.md ├── locals.md ├── naming.md ├── organization.md ├── userforms.md ├── watch.md └── with.md /LICENSE.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePoetCoder/Python-for-VBA-Devs/HEAD/LICENSE.rst -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePoetCoder/Python-for-VBA-Devs/HEAD/README.md -------------------------------------------------------------------------------- /code/Common_Excel_Operations_Done_In_Pandas.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePoetCoder/Python-for-VBA-Devs/HEAD/code/Common_Excel_Operations_Done_In_Pandas.ipynb -------------------------------------------------------------------------------- /code/cmd_main.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePoetCoder/Python-for-VBA-Devs/HEAD/code/cmd_main.md -------------------------------------------------------------------------------- /code/fuzzy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePoetCoder/Python-for-VBA-Devs/HEAD/code/fuzzy.md -------------------------------------------------------------------------------- /code/run_py.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePoetCoder/Python-for-VBA-Devs/HEAD/code/run_py.md -------------------------------------------------------------------------------- /code/slice.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePoetCoder/Python-for-VBA-Devs/HEAD/code/slice.md -------------------------------------------------------------------------------- /images/Next_Bookmark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePoetCoder/Python-for-VBA-Devs/HEAD/images/Next_Bookmark.png -------------------------------------------------------------------------------- /images/Previous_Bookmark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePoetCoder/Python-for-VBA-Devs/HEAD/images/Previous_Bookmark.png -------------------------------------------------------------------------------- /images/Show_Bookmarks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePoetCoder/Python-for-VBA-Devs/HEAD/images/Show_Bookmarks.png -------------------------------------------------------------------------------- /images/Toggle_Bookmark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePoetCoder/Python-for-VBA-Devs/HEAD/images/Toggle_Bookmark.png -------------------------------------------------------------------------------- /images/addin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePoetCoder/Python-for-VBA-Devs/HEAD/images/addin.png -------------------------------------------------------------------------------- /images/object_explorer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePoetCoder/Python-for-VBA-Devs/HEAD/images/object_explorer.png -------------------------------------------------------------------------------- /images/py_assert_fail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePoetCoder/Python-for-VBA-Devs/HEAD/images/py_assert_fail.png -------------------------------------------------------------------------------- /images/step_into.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePoetCoder/Python-for-VBA-Devs/HEAD/images/step_into.png -------------------------------------------------------------------------------- /images/tpc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePoetCoder/Python-for-VBA-Devs/HEAD/images/tpc.png -------------------------------------------------------------------------------- /images/tpc_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePoetCoder/Python-for-VBA-Devs/HEAD/images/tpc_small.png -------------------------------------------------------------------------------- /images/vba_assert_fail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePoetCoder/Python-for-VBA-Devs/HEAD/images/vba_assert_fail.png -------------------------------------------------------------------------------- /images/vba_references_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePoetCoder/Python-for-VBA-Devs/HEAD/images/vba_references_1.png -------------------------------------------------------------------------------- /images/vba_references_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePoetCoder/Python-for-VBA-Devs/HEAD/images/vba_references_2.png -------------------------------------------------------------------------------- /images/vbaprop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePoetCoder/Python-for-VBA-Devs/HEAD/images/vbaprop.png -------------------------------------------------------------------------------- /posts/about.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePoetCoder/Python-for-VBA-Devs/HEAD/posts/about.md -------------------------------------------------------------------------------- /posts/bookmarks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePoetCoder/Python-for-VBA-Devs/HEAD/posts/bookmarks.md -------------------------------------------------------------------------------- /posts/cmd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePoetCoder/Python-for-VBA-Devs/HEAD/posts/cmd.md -------------------------------------------------------------------------------- /posts/comments.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePoetCoder/Python-for-VBA-Devs/HEAD/posts/comments.md -------------------------------------------------------------------------------- /posts/conventions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePoetCoder/Python-for-VBA-Devs/HEAD/posts/conventions.md -------------------------------------------------------------------------------- /posts/datetime-formatting.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePoetCoder/Python-for-VBA-Devs/HEAD/posts/datetime-formatting.md -------------------------------------------------------------------------------- /posts/equivalence-and-assignment.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePoetCoder/Python-for-VBA-Devs/HEAD/posts/equivalence-and-assignment.md -------------------------------------------------------------------------------- /posts/filtering-df.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePoetCoder/Python-for-VBA-Devs/HEAD/posts/filtering-df.md -------------------------------------------------------------------------------- /posts/immediate-window.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePoetCoder/Python-for-VBA-Devs/HEAD/posts/immediate-window.md -------------------------------------------------------------------------------- /posts/increment.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePoetCoder/Python-for-VBA-Devs/HEAD/posts/increment.md -------------------------------------------------------------------------------- /posts/keymap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePoetCoder/Python-for-VBA-Devs/HEAD/posts/keymap.md -------------------------------------------------------------------------------- /posts/print-and-assert.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePoetCoder/Python-for-VBA-Devs/HEAD/posts/print-and-assert.md -------------------------------------------------------------------------------- /posts/pywin32.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePoetCoder/Python-for-VBA-Devs/HEAD/posts/pywin32.md -------------------------------------------------------------------------------- /posts/quotes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePoetCoder/Python-for-VBA-Devs/HEAD/posts/quotes.md -------------------------------------------------------------------------------- /posts/references.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePoetCoder/Python-for-VBA-Devs/HEAD/posts/references.md -------------------------------------------------------------------------------- /posts/row-count.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePoetCoder/Python-for-VBA-Devs/HEAD/posts/row-count.md -------------------------------------------------------------------------------- /posts/safexl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePoetCoder/Python-for-VBA-Devs/HEAD/posts/safexl.md -------------------------------------------------------------------------------- /posts/statement-delim.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePoetCoder/Python-for-VBA-Devs/HEAD/posts/statement-delim.md -------------------------------------------------------------------------------- /posts/switch-case.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePoetCoder/Python-for-VBA-Devs/HEAD/posts/switch-case.md -------------------------------------------------------------------------------- /posts/when.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePoetCoder/Python-for-VBA-Devs/HEAD/posts/when.md -------------------------------------------------------------------------------- /posts/whitespace.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePoetCoder/Python-for-VBA-Devs/HEAD/posts/whitespace.md -------------------------------------------------------------------------------- /posts/why-pycharm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePoetCoder/Python-for-VBA-Devs/HEAD/posts/why-pycharm.md -------------------------------------------------------------------------------- /posts/xl-to-df.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePoetCoder/Python-for-VBA-Devs/HEAD/posts/xl-to-df.md -------------------------------------------------------------------------------- /wip/.gitignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /wip/arrays.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePoetCoder/Python-for-VBA-Devs/HEAD/wip/arrays.md -------------------------------------------------------------------------------- /wip/call-stack.md: -------------------------------------------------------------------------------- 1 | # What about the Call Stack? 2 | -------------------------------------------------------------------------------- /wip/for-loops.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePoetCoder/Python-for-VBA-Devs/HEAD/wip/for-loops.md -------------------------------------------------------------------------------- /wip/functions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePoetCoder/Python-for-VBA-Devs/HEAD/wip/functions.md -------------------------------------------------------------------------------- /wip/garbage-collection.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePoetCoder/Python-for-VBA-Devs/HEAD/wip/garbage-collection.md -------------------------------------------------------------------------------- /wip/intellisense.md: -------------------------------------------------------------------------------- 1 | # What about using Intellisense? 2 | -------------------------------------------------------------------------------- /wip/locals.md: -------------------------------------------------------------------------------- 1 | # What about the Locals Window? 2 | -------------------------------------------------------------------------------- /wip/naming.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePoetCoder/Python-for-VBA-Devs/HEAD/wip/naming.md -------------------------------------------------------------------------------- /wip/organization.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePoetCoder/Python-for-VBA-Devs/HEAD/wip/organization.md -------------------------------------------------------------------------------- /wip/userforms.md: -------------------------------------------------------------------------------- 1 | # What about Creating Userforms? 2 | -------------------------------------------------------------------------------- /wip/watch.md: -------------------------------------------------------------------------------- 1 | # What about the Watch Window? 2 | -------------------------------------------------------------------------------- /wip/with.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePoetCoder/Python-for-VBA-Devs/HEAD/wip/with.md --------------------------------------------------------------------------------