User contributions for WikiSysop
Jump to navigation
Jump to search
28 August 2025
- 23:4323:43, 28 August 2025 diff hist +1,044 N Example code - Lists Created page with "== Analysing string content == This is an upgrade of the previous "Determine the input". Here every word, integer and float on the line is counted. Quite a few list concepts are used - on purpose. <pre> inputstring = input("Enter something and I will figure out what it is: ") inlist = inputstring.split() # ints, floats and words count resultlist = [0, 0, 0] resultname = ('ints', 'floats', 'words') # Analyze for item in inlist: try: itempos = 2 result..." current
- 23:4323:43, 28 August 2025 diff hist +149 m List manipulation →Required course material for the lesson current
- 23:3223:32, 28 August 2025 diff hist 0 m List manipulation →Exercises to be handed in
- 22:4722:47, 28 August 2025 diff hist −107 m List manipulation →Exercises to be handed in
- 22:4022:40, 28 August 2025 diff hist +34 m List manipulation →Required course material for the lesson
- 22:3722:37, 28 August 2025 diff hist +1,273 m List manipulation →Exercises to be handed in
- 22:3222:32, 28 August 2025 diff hist −984 m List manipulation →Exercises for extra practice
- 22:3122:31, 28 August 2025 diff hist 0 m List manipulation →Exercises to be handed in
- 22:3022:30, 28 August 2025 diff hist +626 m List manipulation →Exercises to be handed in
- 22:0322:03, 28 August 2025 diff hist +11 m List manipulation →Exercises to be handed in
- 22:0222:02, 28 August 2025 diff hist −259 m List manipulation →Exercises to be handed in
- 21:5921:59, 28 August 2025 diff hist −150 m List manipulation →Subjects covered
- 21:5721:57, 28 August 2025 diff hist −2 m List manipulation →Required course material for the lesson
- 21:2421:24, 28 August 2025 diff hist +28 m Stateful parsing →Exercises to be handed in current
- 21:2121:21, 28 August 2025 diff hist +1 m Stateful parsing →Exercises to be handed in
- 21:2121:21, 28 August 2025 diff hist +1 m Stateful parsing →Exercises to be handed in
- 21:2121:21, 28 August 2025 diff hist +1 m Stateful parsing →Exercises to be handed in
- 21:2121:21, 28 August 2025 diff hist +877 m Stateful parsing →Exercises to be handed in
- 12:1812:18, 28 August 2025 diff hist +16 m Exceptions and bug handling →Exercises to be handed in current
- 12:1212:12, 28 August 2025 diff hist +24 m Exceptions and bug handling →Exercises to be handed in
- 11:5511:55, 28 August 2025 diff hist 0 m Exceptions and bug handling →Exercises to be handed in
- 11:4611:46, 28 August 2025 diff hist −195 m Exceptions and bug handling →Exercises for extra practice
27 August 2025
- 23:5323:53, 27 August 2025 diff hist −28 m Exceptions and bug handling →Exercises to be handed in
- 23:5023:50, 27 August 2025 diff hist +51 m Pseudocode and comments →Exercises to be handed in current
- 23:4723:47, 27 August 2025 diff hist +1 m Pseudocode and comments →Exercises to be handed in
- 23:4623:46, 27 August 2025 diff hist +561 m Exceptions and bug handling →Exercises to be handed in
- 23:4523:45, 27 August 2025 diff hist −261 m Pseudocode and comments →Exercises to be handed in
- 23:1623:16, 27 August 2025 diff hist +296 m Pseudocode and comments →Exercises to be handed in
- 22:4622:46, 27 August 2025 diff hist 0 m Exceptions and bug handling →Exercises to be handed in
- 22:4522:45, 27 August 2025 diff hist +5 m Exceptions and bug handling →Exercises to be handed in
- 22:3822:38, 27 August 2025 diff hist +150 m Exceptions and bug handling →Exercises to be handed in
- 21:2921:29, 27 August 2025 diff hist −1,050 m String manipulation →Exercises for extra practice current
- 21:0521:05, 27 August 2025 diff hist 0 m String manipulation →Exercises to be handed in
- 21:0421:04, 27 August 2025 diff hist +64 m String manipulation →Exercises to be handed in
- 20:4920:49, 27 August 2025 diff hist +1 m String manipulation →Exercises to be handed in
- 20:4920:49, 27 August 2025 diff hist +515 m String manipulation →Exercises to be handed in
- 20:2020:20, 27 August 2025 diff hist +1 m String manipulation →Exercises to be handed in
- 20:1820:18, 27 August 2025 diff hist +19 m String manipulation →Exercises to be handed in
- 20:1720:17, 27 August 2025 diff hist −5 m String manipulation →Exercises to be handed in
- 20:1620:16, 27 August 2025 diff hist +91 m String manipulation →Exercises to be handed in
- 19:0319:03, 27 August 2025 diff hist +18 m Pseudocode and comments →Exercises to be handed in
- 17:2317:23, 27 August 2025 diff hist −562 m String manipulation →Exercises to be handed in
- 17:2217:22, 27 August 2025 diff hist +155 m Pseudocode and comments No edit summary
- 13:4313:43, 27 August 2025 diff hist 0 N File:BullsEye.png No edit summary current
- 13:3813:38, 27 August 2025 diff hist −211 m List manipulation →Exercises to be handed in
- 13:3713:37, 27 August 2025 diff hist −127 m Example code - Functions →Finding consensus sequence from protein alignment current
- 13:3713:37, 27 August 2025 diff hist +3,546 N Example code - Functions Created page with "__NOTOC__ == File used in example == [http://teaching.healthtech.dtu.dk/material/22116/aln7.fsa aln7.fsa] == Finding consensus sequence from protein alignment == This simple consensus sequence finder simply looks at each position on all the sequences in an alignment and picks the most frequent occurring amino acid as the consensus for that position. In case of tie, the first one according to the sorting algorithm is chosen. Stupid and random, but a good practical example..."
- 13:3313:33, 27 August 2025 diff hist +5,339 N List manipulation Created page with "__NOTOC__ {| width=500 style="font-size: 10px; float:right; margin-left: 10px; margin-top: -56px;" |Previous: Stateful parsing |Next: Functions |} == Required course material for the lesson == Powerpoint: [https://teaching.healthtech.dtu.dk/material/22116/22116_7-Lists.ppt Lists and Sequences]<br> <!-- Video: [https://panopto.dtu.dk/Panopto/Pages/Viewer.aspx?id=871af158-9477-47c6-8e89-af27012d6e8d The basics of lists in python]<br> Video: [https://panopto.dtu.dk..."
- 13:3013:30, 27 August 2025 diff hist 0 m Programme No edit summary current
- 13:2913:29, 27 August 2025 diff hist −7 m Functions No edit summary