Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Basic] Flowcharts
#1
My objective is to allow a better understanding of the flux of informations in a script.
  As a way I superimposed a diagram that represent my understanding to script's elements (which is written in cloud shape with hand-style font) on the script diagram itself (which is written in rectangle shape, in computer-style font with the respect of indentation). As a consequence I have a better understanding of the flux of script.
 Thank you for your attention    Smile

Attached Files

.pdf   Python: Control Loop.pdf (Size: 109.88 KB / Downloads: 597)
.pdf   Python: If Statement.pdf (Size: 115.7 KB / Downloads: 595)
.pdf   Python: While Loop.pdf (Size: 172.72 KB / Downloads: 540)
Reply
#2
Very good. With this visualization it's much easier for beginners to understand the basic concepts better.
I like the Python Community.
Almost dead, but too lazy to die: https://sourceserver.info
All humans together. We don't need politicians!
Reply
#3
This is another one about "Multi-line Docstring", But I have other flowchart which I need help to finish them.
https://app.box.com/s/ejhg8uoe01u6n4nb19kiid3dlpndqzat
Reply
#4
Maybe it's better to edit your first post.
Discussion can be below. Or if required a mod can delete my post from this topic.
Then you make more then one post in your thread.
Almost dead, but too lazy to die: https://sourceserver.info
All humans together. We don't need politicians!
Reply
#5
I tried the first option but I don’t know how I can edit my post.
Until now I have 4 completed flowcharts:
-Control Loop
-Multi-line Docstring
-If Statement
-While Loop
And other 4 which I need help to complete:
-Class Definition
-Exception
-Function Definition
-For Loop
I will not stop here, So if there is an option that can allow me to update my topic each time I have something to add it will be great.
Smile
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020