Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 944 Bytes

File metadata and controls

22 lines (17 loc) · 944 Bytes

Learn Python by Examples.

Repository Tree

.
├── examples/                    # Python examples
│   ├── ex_001_hello_world.py    # How to print "Hello World!" (13 examples)
│   ├── ex_002_loop.py           # loop VS list comprehension (6 examples)  
│   ├── ex_003_if_else.py        # if else block VS inline (5 examples)  
│   ├── ex_004_switch_case.py    # "switch-case" like in Python (3 examples)    
│   ├── ex_005_file_size.py      # get file-size of given filename   
│   └── ex_006_map.py            # How to replace for loop with map    
└── README.md

Do you want more learning content?

THANK YOU!