Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Python
Flow chart (function tree) & cross references
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="qwweeeit, post: 1806664"] Hi all, I am developing in Python (as a GUI I choosed Qt). To increase my expertise, besides reading manuals & tutorials, I am studying a big program developed in the language of my choice, and related with my project (to develop a card game). For that reason I choosed PySol (also if the GUI part uses Tkinter and not Qt). PySol is made up from almost 100 python modules and for that reason you need a mean to organize that. I developed some very small programs to merge all together in one big listing, keeping the line numbering of the individual modules (with an identification mark). The line numbering is in hex to be able to use only 3 char (in hex you can accomodate 4095 lines instead of only 999 in decimal). As an example X03F means line 63 (0x3F in hex) of the program identified by 'X'. Does someone knows something about function tree generation and cross references? I have decided to develop these functionalities in python, but if someone can help... [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Python
Flow chart (function tree) & cross references
Top