@ -54,7 +54,7 @@
< body >
< header >
< aside > August 24 , 2024< / aside >
< aside > August 28 , 2024< / aside >
< a href = "https://gto76.github.io" rel = "author" > Jure Šorn< / a >
< / header >
@ -86,7 +86,7 @@
< strong > < span class = "hljs-string" > < span class = "hljs-string" > '4. System'< / span > < / span > < / strong > : [< a href = "#exit" > Exit< / a > , < a href = "#print" > Print< / a > , < a href = "#input" > Input< / a > , < a href = "#commandlinearguments" > Command_Line_Arguments< / a > , < a href = "#open" > Open< / a > , < a href = "#paths" > Path< / a > , < a href = "#oscommands" > OS_Commands< / a > ],
< strong > < span class = "hljs-string" > < span class = "hljs-string" > '5. Data'< / span > < / span > < / strong > : [< a href = "#json" > JSON< / a > , < a href = "#pickle" > Pickle< / a > , < a href = "#csv" > CSV< / a > , < a href = "#sqlite" > SQLite< / a > , < a href = "#bytes" > Bytes< / a > , < a href = "#struct" > Struct< / a > , < a href = "#array" > Array< / a > , < a href = "#memoryview" > Memory_View< / a > , < a href = "#deque" > Deque< / a > ],
< strong > < span class = "hljs-string" > < span class = "hljs-string" > '6. Advanced'< / span > < / span > < / strong > : [< a href = "#threading" > Threading< / a > , < a href = "#operator" > Operator< / a > , < a href = "#matchstatement" > Match_Stmt< / a > , < a href = "#logging" > Logging< / a > , < a href = "#introspection" > Introspection< / a > , < a href = "#coroutines" > Coroutines< / a > ],
< strong > < span class = "hljs-string" > < span class = "hljs-string" > '7. Libraries'< / span > < / span > < / strong > : [< a href = "#progressbar" > Progress_Bar< / a > , < a href = "#plot" > Plots < / a > , < a href = "#table" > Tables < / a > , < a href = "#curses" > Curses < / a > , < a href = "#pysimple gui" > GUIs < / a > , < a href = "#scraping" > Scraping< / a > , < a href = "#web" > Web< / a > , < a href = "#profiling" > Profiling < / a > ],
< strong > < span class = "hljs-string" > < span class = "hljs-string" > '7. Libraries'< / span > < / span > < / strong > : [< a href = "#progressbar" > Progress_Bar< / a > , < a href = "#plot" > Plot< / a > , < a href = "#table" > Table< / a > , < a href = "#consoleapp" > Console_App < / a > , < a href = "#guiapp " > GUI< / a > , < a href = "#scraping" > Scraping< / a > , < a href = "#web" > Web< / a > , < a href = "#profiling" > Profile < / a > ],
< strong > < span class = "hljs-string" > < span class = "hljs-string" > '8. Multimedia'< / span > < / span > < / strong > : [< a href = "#numpy" > NumPy< / a > , < a href = "#image" > Image< / a > , < a href = "#animation" > Animation< / a > , < a href = "#audio" > Audio< / a > , < a href = "#synthesizer" > Synthesizer< / a > , < a href = "#pygame" > Pygame< / a > , < a href = "#pandas" > Pandas< / a > , < a href = "#plotly" > Plotly< / a > ]
}
< / code > < / pre > < / div > < / div >
@ -1994,7 +1994,7 @@ print(tabulate.tabulate(rows, headers=<span class="hljs-string">'firstrow'</span
< / code > < / pre > < / div > < / div >
< div > < h2 id = "curses " > < a href = "#curses" name = "curses " > #< / a > Curses < / h2 > < div > < h4 id = "runsabasicfileexplorerintheconsole" > Runs a basic file explorer in the console:< / h4 > < pre > < code class = "python language-python hljs" > < span class = "hljs-comment" > # $ pip3 install windows-curses< / span >
< div > < h2 id = "consoleapp " > < a href = "#consoleapp" name = "consoleapp " > #< / a > Console App < / h2 > < div > < h4 id = "runsabasicfileexplorerintheconsole" > Runs a basic file explorer in the console:< / h4 > < pre > < code class = "python language-python hljs" > < span class = "hljs-comment" > # $ pip3 install windows-curses< / span >
< span class = "hljs-keyword" > import< / span > curses, os
< span class = "hljs-keyword" > from< / span > curses < span class = "hljs-keyword" > import< / span > A_REVERSE, KEY_DOWN, KEY_UP, KEY_LEFT, KEY_RIGHT, KEY_ENTER
@ -2021,7 +2021,7 @@ print(tabulate.tabulate(rows, headers=<span class="hljs-string">'firstrow'</span
< / code > < / pre > < / div > < / div >
< div > < h2 id = "pysimple gui" > < a href = "#pysimple gui" name = "pysimple gui" > #< / a > PySimple GUI< / h2 > < div > < h4 id = "aweightconverterguiapplication" > A weight converter GUI application:< / h4 > < pre > < code class = "python language-python hljs" > < span class = "hljs-comment" > # $ pip3 install PySimpleGUI< / span >
< div > < h2 id = "guiapp " > < a href = "#guiapp " name = "guiapp " > #< / a > GUI App < / h2 > < div > < h4 id = "aweightconverterguiapplication" > A weight converter GUI application:< / h4 > < pre > < code class = "python language-python hljs" > < span class = "hljs-comment" > # $ pip3 install PySimpleGUI< / span >
< span class = "hljs-keyword" > import< / span > PySimpleGUI < span class = "hljs-keyword" > as< / span > sg
text_box = sg.Input(default_text=< span class = "hljs-string" > '100'< / span > , enable_events=< span class = "hljs-keyword" > True< / span > , key=< span class = "hljs-string" > '-VALUE-'< / span > )
@ -2933,7 +2933,7 @@ $ deactivate <span class="hljs-comment"># Deactivates the activ
< footer >
< aside > August 24 , 2024< / aside >
< aside > August 28 , 2024< / aside >
< a href = "https://gto76.github.io" rel = "author" > Jure Šorn< / a >
< / footer >
xxxxxxxxxx