Skip to content Skip to sidebar Skip to footer
Showing posts with the label Python 3.8

Parsing Some Java Code With Python Using Antlr

I want to build a Java parser using ANTLR in Python. I downloaded the grammars from the ANTLR repos… Read more Parsing Some Java Code With Python Using Antlr

Pycharm Fails To Debug Qt5 (pyside2) Code - Error 'shiboken.objecttype' Object Is Not Iterable

I have some experience with Python console applications and now trying to start with Qt for Python … Read more Pycharm Fails To Debug Qt5 (pyside2) Code - Error 'shiboken.objecttype' Object Is Not Iterable

How To Downgrade Python Version From 3.8 To 3.7 (mac)

I'm using Python & okta-aws tools and in order to fetch correct credentials on aws I need t… Read more How To Downgrade Python Version From 3.8 To 3.7 (mac)