User contributions for Eroman
From ICO wiki
Jump to navigationJump to search
11 January 2018
- 13:5313:53, 11 January 2018 diff hist 0 Advanced Python (Fall 2017) No edit summary current
20 December 2017
- 13:2913:29, 20 December 2017 diff hist +131 Advanced Python (Fall 2017) →Don't have a project idea?
11 December 2017
- 13:1813:18, 11 December 2017 diff hist +853 Advanced Python (Fall 2017) →Grading
14 November 2017
- 10:5110:51, 14 November 2017 diff hist +3 Advanced Python (Fall 2017) No edit summary
- 10:4810:48, 14 November 2017 diff hist +276 Advanced Python (Fall 2017) No edit summary
- 10:2810:28, 14 November 2017 diff hist +137 Advanced Python (Fall 2017) No edit summary
- 10:2610:26, 14 November 2017 diff hist +2,281 N Advanced Python (Fall 2017)/lecture10 Created page with "= Lecture 10 = Cryptopals https://cryptopals.com/ Many solution here: https://www.google.ee/search?dcr=0&source=hp&ei=k-oCWtGxJaHg6ASl0a4g&q=cryptopals+solution..." current
24 October 2017
- 00:1400:14, 24 October 2017 diff hist +243 Advanced Python (Fall 2017) No edit summary
- 00:1400:14, 24 October 2017 diff hist +1,942 N Advanced Python (Fall 2017)/lecture7 Created page with "= Lecture 7 = Data types == Data type things to know == clases in python describe datatype, and when called, create a new object of that type. <code>type</code> returns the..." current
- 00:0800:08, 24 October 2017 diff hist +4,011 N Advanced Python (Fall 2017)/lecture6 Created page with "= Lecture 6: Concurrency = Concurrency is doing to things at once, not necessarily simultaneously. == Task 1. == Make a socket echo server === Solution === use google! th..." current
10 October 2017
- 11:1311:13, 10 October 2017 diff hist +4 Advanced Python (Fall 2017) No edit summary
- 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