Intro Python: Fundamentals
by
Reuven M. Lerner
Login
Buy for $250
25 String methods.mp4
Intro Python: Fundamentals
/
Section 3: Strings
This content is locked.
You'll need to
purchase
or
sign in
to view this content.
Intro Python: Fundamentals
What you need to start with Python: Syntax, loops, and data structures.
Buy for $250
Learn more
Already enrolled?
Sign in to continue learning.
Table of contents
Intro Python: Fundamentals
by
Reuven M. Lerner
ui-24px-outline-1_lock
Contents
Contents
Draft
syllabus.pdf
Draft
syllabus.pdf
Draft
00 Welcome.mov
Draft
00 Welcome.mov
ui-24px-outline-1_lock
Section 1: Introduction
Section 1: Introduction
Draft
01 Introduction.mp4
Draft
01 Introduction.mp4
Draft
02 Variable assignment.mp4
Draft
02 Variable assignment.mp4
Draft
03 User input.mp4
Draft
03 User input.mp4
Draft
04 Comments.mp4
Draft
04 Comments.mp4
Draft
05 Conditionals.mp4
Draft
05 Conditionals.mp4
Draft
06 Complex conditions.mp4
Draft
06 Complex conditions.mp4
Draft
07 Exercise 1 -- weather reaction.mp4
Draft
07 Exercise 1 -- weather reaction.mp4
Draft
08 Solution 1 -- weather reaction.mp4
Draft
08 Solution 1 -- weather reaction.mp4
Draft
Intro Python, section 1.ipynb
Draft
Intro Python, section 1.ipynb
ui-24px-outline-1_lock
Section 2: Basic data types
Section 2: Basic data types
Draft
09 None.mp4
Draft
09 None.mp4
Draft
10 True, False, and boolean context.mp4
Draft
10 True, False, and boolean context.mp4
Draft
11 Integers.mp4
Draft
11 Integers.mp4
Draft
12 Max int?.mp4
Draft
12 Max int?.mp4
Draft
13 Converting to ints.mp4
Draft
13 Converting to ints.mp4
Draft
14 Exercise 2- Number guessing game.mp4
Draft
14 Exercise 2- Number guessing game.mp4
Draft
15 Solution 2- Number guessing game.mp4
Draft
15 Solution 2- Number guessing game.mp4
Draft
16 Hex, oct, and bin.mp4
Draft
16 Hex, oct, and bin.mp4
Draft
17 Floats.mp4
Draft
17 Floats.mp4
Draft
Intro Python, section 2.ipynb
Draft
Intro Python, section 2.ipynb
ui-24px-outline-1_lock
Section 3: Strings
Section 3: Strings
Draft
strings-syllabus.pdf
Draft
strings-syllabus.pdf
Draft
18 Intro to strings.mp4
Draft
18 Intro to strings.mp4
Draft
19 Backslashes.mp4
Draft
19 Backslashes.mp4
Draft
20 Raw strings.mp4
Draft
20 Raw strings.mp4
Draft
21 Slices.mp4
Draft
21 Slices.mp4
Draft
22 Searching with "in".mp4
Draft
22 Searching with "in".mp4
Draft
23 Exercise 3 -- Pig Latin.mp4
Draft
23 Exercise 3 -- Pig Latin.mp4
Draft
24 Solution 3 -- Pig Latin.mp4
Draft
24 Solution 3 -- Pig Latin.mp4
Draft
25 String methods.mp4
Draft
25 String methods.mp4
Draft
26 Triple-quoted strings.mp4
Draft
26 Triple-quoted strings.mp4
Draft
27 Bytes and characters.mp4
Draft
27 Bytes and characters.mp4
Draft
28 str.format and f-strings.mp4
Draft
28 str.format and f-strings.mp4
Draft
29 print function options.mp4
Draft
29 print function options.mp4
Draft
Intro Python, section 3.ipynb
Draft
Intro Python, section 3.ipynb
ui-24px-outline-1_lock
Section 4: Loops
Section 4: Loops
Draft
loops-syllabus.pdf
Draft
loops-syllabus.pdf
Draft
Intro Python, section 4.ipynb
Draft
Intro Python, section 4.ipynb
Draft
30 for loops.mp4
Draft
30 for loops.mp4
Draft
31 indexes and enumerate.mp4
Draft
31 indexes and enumerate.mp4
Draft
32 range.mp4
Draft
32 range.mp4
Draft
33 Exercise 4 -- loop exercises.mp4
Draft
33 Exercise 4 -- loop exercises.mp4
Draft
34 Solution 4 -- loop exercises.mp4
Draft
34 Solution 4 -- loop exercises.mp4
Draft
35 break and continue.mp4
Draft
35 break and continue.mp4
Draft
36 else on loops.mp4
Draft
36 else on loops.mp4
Draft
37 while loops.mp4
Draft
37 while loops.mp4
ui-24px-outline-1_lock
Section 5: Lists
Section 5: Lists
Draft
lists-tuples-syllabus.pdf
Draft
lists-tuples-syllabus.pdf
Draft
Intro Python, section 5.ipynb
Draft
Intro Python, section 5.ipynb
Draft
38 lists.mp4
Draft
38 lists.mp4
Draft
39 Assignment and lists.mp4
Draft
39 Assignment and lists.mp4
Draft
40 append.mp4
Draft
40 append.mp4
Draft
41 Exercise 5 -- sum and mean of numbers.mp4
Draft
41 Exercise 5 -- sum and mean of numbers.mp4
Draft
42 Solution 5.mp4
Draft
42 Solution 5.mp4
Draft
43 extend and +=.mp4
Draft
43 extend and +=.mp4
Draft
44 advanced inserting into lists.mp4
Draft
44 advanced inserting into lists.mp4
Draft
45 removing from a list.mp4
Draft
45 removing from a list.mp4
Draft
46 stacks and queues.mp4
Draft
46 stacks and queues.mp4
Draft
47 iterating over lists.mp4
Draft
47 iterating over lists.mp4
Draft
48 range.mp4
Draft
48 range.mp4
Draft
49 str.split.mp4
Draft
49 str.split.mp4
Draft
50 str.join.mp4
Draft
50 str.join.mp4
Draft
51 Exercise 6 -- Pig Latin sentence.mp4
Draft
51 Exercise 6 -- Pig Latin sentence.mp4
Draft
52 Solution 6 -- Pig Latin sentence.mp4
Draft
52 Solution 6 -- Pig Latin sentence.mp4
Draft
53 Adding to strings, adding to lists.mp4
Draft
53 Adding to strings, adding to lists.mp4
Draft
54 sorting.mp4
Draft
54 sorting.mp4
ui-24px-outline-1_lock
Section 6: Tuples
Section 6: Tuples
Draft
55 Intro to tuples.mp4
Draft
55 Intro to tuples.mp4
Draft
56 Tuples are immutable.mp4
Draft
56 Tuples are immutable.mp4
Draft
57 Tuple creation trickiness.mp4
Draft
57 Tuple creation trickiness.mp4
Draft
58 Unpacking.mp4
Draft
58 Unpacking.mp4
Draft
59 Convering to-from tuples.mp4
Draft
59 Convering to-from tuples.mp4
Draft
60 Sorting tuples.mp4
Draft
60 Sorting tuples.mp4
Draft
61 Exercise 7 -- people.mp4
Draft
61 Exercise 7 -- people.mp4
Draft
62 Solution 7 -- people.mp4
Draft
62 Solution 7 -- people.mp4
ui-24px-outline-1_lock
Section 7: Dictionaries
Section 7: Dictionaries
Draft
dict-syllabus.pdf
Draft
dict-syllabus.pdf
Draft
63 Intro to dicts.mp4
Draft
63 Intro to dicts.mp4
Draft
64 Exercise 8 -- restaurant.mp4
Draft
64 Exercise 8 -- restaurant.mp4
Draft
65 Solution 8 -- restaurant.mp4
Draft
65 Solution 8 -- restaurant.mp4
Draft
66 get and setdefault.mp4
Draft
66 get and setdefault.mp4
Draft
67 iterating over a dict.mp4
Draft
67 iterating over a dict.mp4
Draft
68 Exercise 9 -- Rainfall.mp4
Draft
68 Exercise 9 -- Rainfall.mp4
Draft
69 Solution 9 -- Rainfall.mp4
Draft
69 Solution 9 -- Rainfall.mp4
Draft
70 How do dicts work?.mp4
Draft
70 How do dicts work?.mp4
Draft
Intro Python, section 7.ipynb
Draft
Intro Python, section 7.ipynb
ui-24px-outline-1_lock
Section 8: Sets
Section 8: Sets
Draft
71 Intro to sets.mp4
Draft
71 Intro to sets.mp4
Draft
72 Lists vs. sets.mp4
Draft
72 Lists vs. sets.mp4
Draft
73 Adding to and removing from sets.mp4
Draft
73 Adding to and removing from sets.mp4
Draft
74 Exercise 10 -- dollar store.mp4
Draft
74 Exercise 10 -- dollar store.mp4
Draft
75 Solution 10 -- dollar store.mp4
Draft
75 Solution 10 -- dollar store.mp4
Draft
76 Set operations.mp4
Draft
76 Set operations.mp4
Draft
77 Exercise 11 -- spelling bee.mp4
Draft
77 Exercise 11 -- spelling bee.mp4
Draft
78 Solution 11 -- spelling bee.mp4
Draft
78 Solution 11 -- spelling bee.mp4
ui-24px-outline-1_lock
Conclusion
Conclusion
Draft
79 Conclusion.mov
Draft
79 Conclusion.mov
ui-24px-outline-1_lock
PDFs of slides
PDFs of slides
Draft
01 Introduction.pdf
Draft
01 Introduction.pdf
Draft
02 Simple data types (none, boolean, int, string).pdf
Draft
02 Simple data types (none, boolean, int, string).pdf
Draft
03 Lists, tuples, sequences.pdf
Draft
03 Lists, tuples, sequences.pdf
Draft
04 Dictionaries and sets.pdf
Draft
04 Dictionaries and sets.pdf
Welcome!
Enter your info below to login.
Your email
Your password
Login
Forgot your password?