qmacro / thinking-aloud

A journal, of sorts.
13 stars 0 forks source link

qmacro Thinking Aloud Python code ^_^ #14

Closed yasinnaal closed 3 years ago

yasinnaal commented 3 years ago

qmacro Thinking Aloud

categories = ["Major", "Minor", "Mini", "Micro"] blog = ["qmacro.org SAP Community", "autodidactics", "(something missing)", "Twitter"] blog_e_length = len(blog) blog_c_length = sum(len(i) for i in blog) hdash = "-" (blog_e_length + blog_c_length) def DrawBoard(rows,cols):
print(hdash) for r1 in range(0,cols):
line1length = len(blog[r1]) - len (categories[r1])
print(categories[r1] + " "
line1length + "|", end = '') print()
for r2 in range(0,cols):
print(blog[r2] + "" + "|", end = '') print()
print(hdash) DrawBoard(2, len(categories)) qmacroThinkingAloud

yasinnaal commented 3 years ago

Hi

i was reading your Thinking Aloud blog so i thought to write python code print your categorization, blog path. once am free i will try the same using ABAP too :)

Regards

qmacro commented 3 years ago

Hi @yasinnaal thanks for contributing! Have you written an ABAP version yet? Perhaps post it in the SAP Community to share.

By the way, I have a question for you - if your issue had been auto-deleted (as the issues are for primarily for me to write and my thoughts) - how would you have felt? Would you have been OK with that? Just curious; @rsletta and I are discussing this over on #18.

yasinnaal commented 3 years ago

Hi DJ Adams @qmacro
Thanks for your reply. Please feel free to delete the issue it is absolutely OK. i have created a small ABAP pro attached bellow as text file, you can find github link for the same too if it is OK with you yes i can post on SAP Community but under what section?

ZABAP_THINKINGALOUD.txt

https://github.com/yasinnaal/ABAP-YN/blob/c6d32332dd6e1c122501895437a70f674c359aea/THINKINGALOUD/ZABAP_THINKINGALOUD

Thanks

qmacro commented 3 years ago

Hi @yasinnaal I think the SAP Community Coffee Corner might be a great place for it. Closing this issue now. Cheers! DJ

yasinnaal commented 3 years ago

Hi @qmacro

https://answers.sap.com/articles/13341880/my-abap-code-thinking-aloud-dj-adams.html

^__^"