User contributions for Eroman
From ICO wiki
Jump to navigationJump to search
10 October 2017
- 11:1311:13, 10 October 2017 diff hist +152 Advanced Python (Fall 2017) No edit summary
- 11:1211:12, 10 October 2017 diff hist +2,915 N Advanced Python (Fall 2017)/lecture5 Created page with "= lecture 5 = == piping stdout to stdin == you can send the outputs (stdout) of commands in shell to other commands, or write the to files http://www.tldp.org/LDP/abs/html/..." current
3 October 2017
- 11:4011:40, 3 October 2017 diff hist +291 Advanced Python (Fall 2017) Add lecture videos
- 11:3811:38, 3 October 2017 diff hist +118 Advanced Python (Fall 2017) add lecture 4
- 11:3511:35, 3 October 2017 diff hist +2,064 N Advanced Python (Fall 2017)/lecture4 Created page with "= Lecture 4: Functional Programming = See this for a more detailed document on functional programming in python https://docs.python.org/3/howto/functional.html == Functions..." current
24 September 2017
- 22:2022:20, 24 September 2017 diff hist +142 Advanced Python (Fall 2017) No edit summary
- 22:1922:19, 24 September 2017 diff hist +5,527 N Advanced Python (Fall 2017)/lecture3 Created page with "= Lecture 3 = == More scope (classes) == NB! Even though classes in python work as a namespace with their own scope, you should use modules (i.e .py files) instead of classe..." current
16 September 2017
- 19:0419:04, 16 September 2017 diff hist +130 Advanced Python (Fall 2017) No edit summary
- 19:0419:04, 16 September 2017 diff hist +3,977 N Advanced Python (Fall 2017)/lecture2 Created page with "= Lecture 2 = == Scope and style == Python scope is similar to other programming language and does not have many suprises. Basic scoping rules can be found here: https://en...." current
8 September 2017
- 22:2422:24, 8 September 2017 diff hist +2,109 Advanced Python (Fall 2017) No edit summary
- 22:2322:23, 8 September 2017 diff hist +3,323 N Advanced Python (Fall 2017)/lecture1 Created page with "= Lecture 1 = == When to use what python version == Use python 3 if you: are starting a new project, that you know will only be used internally, or used once, or used by pe..." current
6 September 2017
- 10:5710:57, 6 September 2017 diff hist +28 English No edit summary
- 10:5610:56, 6 September 2017 diff hist +67 English No edit summary
- 10:4610:46, 6 September 2017 diff hist +59 N Advanced Python (Fall 2017) Created page with "= Advanced Python = https://goo.gl/forms/Krqx2veYYqYEupXk2"
7 June 2017
- 11:0111:01, 7 June 2017 diff hist +97 I719 Fundamentals of Python →Test current
6 June 2017
- 11:2811:28, 6 June 2017 diff hist +105 I719 Fundamentals of Python No edit summary
- 11:2611:26, 6 June 2017 diff hist +3,176 N I719 Fundamentals of Python/test results Created page with "= Test Result Output = == Example Code == <code>app.py</code> <source lang="python">def get_hello_world_1(): return "Hello World!" def get_hello_world_2(): """Ret..." current
2 June 2017
1 June 2017
- 08:5908:59, 1 June 2017 diff hist +96 I719 Fundamentals of Python →Test
30 May 2017
- 22:3222:32, 30 May 2017 diff hist +43 I719 Fundamentals of Python →Test topics
- 22:3122:31, 30 May 2017 diff hist +84 I719 Fundamentals of Python →Real Test for 23/03/17
- 22:2922:29, 30 May 2017 diff hist +84 I719 Fundamentals of Python →Real Test for 25/05/17
25 May 2017
- 07:1407:14, 25 May 2017 diff hist +96 I719 Fundamentals of Python →Test
4 May 2017
- 10:2210:22, 4 May 2017 diff hist −6 I719 Fundamentals of Python →Lecture 5
- 10:2110:21, 4 May 2017 diff hist +3,072 N I719 Fundamentals of Python/lecture5v2 Created page with "= Lecture 5 = Working with real data.<br /> Datetime, CSV files == Datetime == <source lang="python">import datetime as dt my_datetime = dt.datetime.utcnow() # get the cu..." current
- 07:1807:18, 4 May 2017 diff hist +18 I719 Fundamentals of Python No edit summary
27 April 2017
- 20:3520:35, 27 April 2017 diff hist +120 I719 Fundamentals of Python →Lecture 4
- 20:2620:26, 27 April 2017 diff hist +3,419 N I719 Fundamentals of Python/lecture4v2 Created page with "= Lecture 4 = introduction to website development with flask. NOTE: you do not need to know this material for the test or to know python in general. It is only for showing h..." current
21 April 2017
- 00:4400:44, 21 April 2017 diff hist +170 I719 Fundamentals of Python →Lecture 3
- 00:4200:42, 21 April 2017 diff hist +3,075 N I719 Fundamentals of Python/lecture3v3 Created page with " = Lecture 3 = Input, Handling Errors, Unit Testing == Input from console == You can prompt the user for input using a function called <code>input</code>. on python2, this..." current
17 April 2017
- 12:0412:04, 17 April 2017 diff hist +139 I719 Fundamentals of Python No edit summary
- 12:0312:03, 17 April 2017 diff hist +3,418 N I719 Fundamentals of Python/lecture2v2 Created page with "= Lecture 2 = Dictionaries, Importing, HTTP Requests, and Classes == Dictionaries == Map keys to values <source lang="python"># Make a list >>> a = [1, 2, 3] # get element..." current
7 April 2017
- 15:4615:46, 7 April 2017 diff hist −56 I719 Fundamentals of Python No edit summary
- 15:3815:38, 7 April 2017 diff hist +5,198 N I719 Fundamentals of Python/lecture1v2 Created page with "= Lesson 1 = == Running Python == There are executables <code>python</code>, <code>python2</code>, and <code>python3</code> By default on ubuntu and most systems, <code>pyth..." current
5 April 2017
- 22:1422:14, 5 April 2017 diff hist +52 I719 Fundamentals of Python No edit summary
23 March 2017
- 08:2108:21, 23 March 2017 diff hist +96 I719 Fundamentals of Python No edit summary
19 March 2017
- 14:3414:34, 19 March 2017 diff hist +278 I719 Fundamentals of Python No edit summary
- 14:2414:24, 19 March 2017 diff hist +2,780 N I719 Fundamentals of Python/lecture7 Created page with "= Advanced control flow = == Task 1 == Make a function that returns the sum of all elements in an iterable <source lang="python">>>> my_sum_function([2,3,5]) # 2 + 3 + 5 10..." current
16 March 2017
- 11:0111:01, 16 March 2017 diff hist +416 I719 Fundamentals of Python/testing No edit summary current
15 March 2017
- 23:2623:26, 15 March 2017 diff hist +87 I719 Fundamentals of Python No edit summary
14 March 2017
- 20:4720:47, 14 March 2017 diff hist +1,235 I719 Fundamentals of Python/testing No edit summary
9 March 2017
- 20:1920:19, 9 March 2017 diff hist +345 I719 Fundamentals of Python No edit summary
- 20:0920:09, 9 March 2017 diff hist +327 I719 Fundamentals of Python No edit summary
- 19:3319:33, 9 March 2017 diff hist −2,253 I719 Fundamentals of Python/lecture6 No edit summary current
- 19:3319:33, 9 March 2017 diff hist +143 I719 Fundamentals of Python/lists No edit summary current
- 19:2819:28, 9 March 2017 diff hist +2,598 N I719 Fundamentals of Python/lists Created page with "= Actions on iterables = == TASK 1 == Write a function that makes all characters in a list uppercase! call it with the following list, and print the result <pre>['cat', 'd..."
- 19:2619:26, 9 March 2017 diff hist +1,908 I719 Fundamentals of Python/lecture6 No edit summary
- 18:3018:30, 9 March 2017 diff hist +1,177 I719 Fundamentals of Python/lecture6 add solutions for part 1
- 08:5008:50, 9 March 2017 diff hist +125 I719 Fundamentals of Python No edit summary
- 00:1300:13, 9 March 2017 diff hist −6 I719 Fundamentals of Python/lecture6 No edit summary