BigSteve/Python
2024-06-28 12:15:40 -04:00
..
Data A basic example of reading and writing CSV files/data 2024-06-26 11:06:22 -04:00
Examples Menu Pracitce commit pymenu 2024-06-14 17:37:24 -04:00
Utils Put some better comments in TextColors. Add some colors to the output of 027_function 2024-06-03 20:18:25 -04:00
002_globals.py Added a bit about global variables 2024-06-25 10:17:56 -04:00
005_userinput.py Add the first few basic examples 2024-06-03 13:46:23 -04:00
010_formatoutput.py Add the first few basic examples 2024-06-03 13:46:23 -04:00
014_loops.py Add for loop to loops demo 2024-06-05 21:17:02 -04:00
015_ifconditional.py Add ternary description 2024-06-06 12:15:09 -04:00
016_counters.py Some simple counters and totals 2024-06-03 19:15:02 -04:00
017_stringops.py Discuss substrings, finds, concat 2024-06-03 19:14:34 -04:00
019_datastructures.py Add info about sets 2024-06-09 18:49:25 -04:00
025_tryexcept.py Fix poor comments 2024-06-03 13:58:34 -04:00
026_matchnested.py Include ocmments about nesting 2024-06-03 19:27:31 -04:00
027_function.py Clean up colorama and color ANSI terminal instructions/tutorials. 2024-06-27 10:26:59 -04:00
028_recursion.py Simple recursion example 2024-06-03 19:42:49 -04:00
029_scopedocstring.py Rename scope to scopedocstring 2024-06-27 11:09:31 -04:00
030_uselibrary.py Fix poor comments 2024-06-03 13:58:34 -04:00
035_dataclass.py Add some example docstrings for classes 2024-06-28 11:54:51 -04:00
040_classes.py Add some example docstrings for classes 2024-06-28 11:54:51 -04:00
045_filedata.py A basic example of reading and writing CSV files/data 2024-06-26 11:06:22 -04:00
050_apidata.py A basic example for querying web/REST API data 2024-06-26 11:06:39 -04:00
000_basics.py Clean up the wording/comments in basics 2024-06-25 10:18:42 -04:00
README.md Add a bunch of links for more information 2024-06-28 12:15:40 -04:00

Python Examples

This folder will contain examples of basic concepts for both syntax and logic. Complex examples may be in sub-folders, while simple examples are usually in the top level folder.

Additional Reading

Here are some links with lots of additional and more in-depth information on the tutorial topics.