bootcamp (18 Part Series)
1 Python Programming Bootcamp #1 – Introduction
2 Python Programming Bootcamp #2 – First Steps
… 14 more parts…
3 Python Programming Bootcamp #3 – Let’s eat grandpa!
4 Python Programming Bootcamp #4 – Variables. Assignment
5 Python Programming Bootcamp #5 – REPL and __dunderscore__
6 Python Programming Bootcamp #6 – if, else, elif
7 Python Programming Bootcamp #7 – command line arguments (sys.argv), CI
8 Python Programming Bootcamp #8 – Is Python compiled or interpreted?
9 Python Programming Bootcamp #9 – True and False
10 Python Programming Bootcamp #10 – ASCII and Unicode strings
11 Python Programming Bootcamp #11 – for and while loops
12 Python Programming Bootcamp #12 – solving exercises
13 Python Programming Bootcamp #13 – solving more exercises with loops
14 Python Programming Bootcamp #14 – f-strings and formatted printing
15 Python Programming Bootcamp #15 – list methods, FIFO, LIFO
16 Python Programming Bootcamp #16 – Solutions for Queue, Stack, MasterMind
17 Python Programming Bootcamp #17 – lists: sort, range, enumerate; tuples
18 Python Programming Bootcamp #18 – Algorithm complexity and solutions for the list exercises
00:00 More in the “First steps” chapter
00:47 Nóra had a couple of questions:
- Should we use Atom as an editor?
- Should we use Python downloaded from Python.org?
- What if we have two installations of Python on our computer?
- What other editors and programming environments to use?
11:20 Asking questions?
12:15 What is programming?
18:05 What are the programming languages?
22:05 Let’s eat grandpa! Words and punctuation matter!
22:35 Literals, Value Types – The consistency of single- and double-quotes.
30:20 Running the script using a relative path. Showing exceptions (runtime errors) and how to try to understand them.
34:00 How to search for explanation about an exception. How to interpret what we see in StackOverflow.
39:30 The type system in Python and other languages.
40:50 The floating point error
43:40 Value Types in Numpy, Binary (base 2) representation of numbers.
bootcamp (18 Part Series)
1 Python Programming Bootcamp #1 – Introduction
2 Python Programming Bootcamp #2 – First Steps
… 14 more parts…
3 Python Programming Bootcamp #3 – Let’s eat grandpa!
4 Python Programming Bootcamp #4 – Variables. Assignment
5 Python Programming Bootcamp #5 – REPL and __dunderscore__
6 Python Programming Bootcamp #6 – if, else, elif
7 Python Programming Bootcamp #7 – command line arguments (sys.argv), CI
8 Python Programming Bootcamp #8 – Is Python compiled or interpreted?
9 Python Programming Bootcamp #9 – True and False
10 Python Programming Bootcamp #10 – ASCII and Unicode strings
11 Python Programming Bootcamp #11 – for and while loops
12 Python Programming Bootcamp #12 – solving exercises
13 Python Programming Bootcamp #13 – solving more exercises with loops
14 Python Programming Bootcamp #14 – f-strings and formatted printing
15 Python Programming Bootcamp #15 – list methods, FIFO, LIFO
16 Python Programming Bootcamp #16 – Solutions for Queue, Stack, MasterMind
17 Python Programming Bootcamp #17 – lists: sort, range, enumerate; tuples
18 Python Programming Bootcamp #18 – Algorithm complexity and solutions for the list exercises
暂无评论内容