Channel Avatar

SimplyCoded @UCVb7fxuISbolbu5zCC6HBNg@youtube.com

20.6K subscribers - no pronouns set

More from this channel (soon)


25:50
FormatString Class | VBScript Tutorials
09:52
Run as Admin ( without constant UAC prompt ) | VBScript Tutorials
13:01
39 - Classes ( intro; self; __init__ ) | Python Tutorials
12:29
38 - @Decorators ( name binding ) | Python Tutorials
15:49
37 - Inner / Nested Functions ( challenge answer ) | Python Tutorials
11:56
36 - Scope ( access; nonlocal; global ) | Python Tutorials
08:23
35 - Random Module & Challenge ( randint; randrange; choice; sample ) | Python Tutorials
05:26
33 - Generator Functions ( yield; next ) | Python Tutorials
08:01
34 - Lambda ( pass to func; no params; calling ) | Python Tutorials
11:42
32 - Functions ( arg types; positional; keyword; optional; arbitrary ) | Python Tutorials
10:01
31 - Functions ( return; exit a function; return multiple values ) | Python Tutorials
07:44
30 - Functions ( why avoid globals ) | Python Tutorials
07:28
29 - Functions ( pass; global ) | Python Tutorials
04:42
28 - Command Line Arguments ( sys.argv ) | Python Tutorials
13:44
53 - Lambdas ( arrow operator ) | Java Tutorials
09:59
27 - Generator Expressions ( iterable vs iterator ) | Python Tutorials
08:42
52 - Anonymous Classes ( effectively final ) | Java Tutorials
11:39
26 - Comprehension & Nested Loops ( list; set; dict ) | Python Tutorials
10:17
25 - Iterative Loops ( for; else; break; continue; zip ) | Python Tutorials
09:25
24 - Conditional Loops ( loop; do while; break; continue ) | Python Tutorials
08:29
ArrayList ( methods & properties ) | VBScript Examples
10:01
23 - User Input ( input; getpass; isdigit ) | Python Tutorials
11:34
22 - Ternary Operator ( A if CONDITION else B ) | Python Tutorials
08:44
21 - If Statements ( if; elif; else; nested ) | Python Tutorials
07:57
Environment Variables ( add; change; remove ) | VBScript Examples
10:49
20 - Logical Operators ( and; or; not ) | Python Tutorials
04:43
19 - Membership & Identity Operators ( is; not; in ) | Python Tutorials
05:39
18 - Comparison Operators ( == != less than; greater than ) | Python Tutorials
04:01
17 - Assignment Operators ( = += -= *= /= %= **= //= ) | Python Tutorials
16:29
16 - Bitwise Operators ( shifts & | ~ ) | Python Tutorials
09:42
51 - Recursion ( factorial explanation ) | Java Tutorials
08:09
15 - Arithmetic Operators ( + - / * // ** % ) | Python Tutorials
08:44
14 - Dictionary ( del; nested; update ) | Python Tutorials
09:55
13 - Sets ( methods; comparisons ) | Python Tutorials
08:38
12 - Tuples ( unpacking ) | Python Tutorials
13:33
11 - More on Lists ( combine; nested; methods ) | Python Tutorials
12:29
10 - Lists ( del; change; strings ) | Python Tutorials
10:21
09 - Format Specification ( format_spec ) | Python Tutorials
08:45
08 - Raw & Formatted Strings ( escape sequences ) | Python Tutorials
11:09
07 - String Data Type ( concatenate; multi-line; escape ) | Python Tutorials
09:35
06 - Number Data Types ( int; float; complex ) | Python Tutorials
03:52
05 - Identifier Rules ( variables ) | Python Tutorials
02:56
04 - Comments & Docstring ( multi-line ) | Python Tutorials
04:23
03 - Statements & Blocks ( syntax rules ) | Python Tutorials
05:34
02 - Run a Python File ( hello world example ) | Python Tutorials
02:53
01 - Install Python ( language & editor ) | Python Tutorials
19:21
50 - Packages ( package; compile; import; @argfiles ) | Java Tutorials
14:46
49 - Read & Write to Files ( Reader; Writer; Buffered vs Not ) | Java Tutorials
11:57
48 - Logging ( FileHandler; ConsoleHandler; Levels ) | Java Tutorials
11:26
47 - try-with-resources, finally, throws ( read a text file ) | Java Tutorials
08:57
46 - try catch throw ( Error; Exception; Checked; Unchecked ) | Java Tutorials
11:16
EasyIEAutomate Class ( Internet Explorer Automation )
11:02
45 - Array of Arrays ( multidimensional; 2d; ragged; jagged ) | Java Tutorials
09:34
44 - Arrays ( declare; initialize; loop through ) | Java Tutorials
10:51
43 - Interface ( variables; default; static; extends ) | Java Tutorials
07:48
42 - Interface ( implements ) | Java Tutorials
07:42
41 - Abstract Class ( instanceof ) | Java Tutorials
08:00
40 - Overriding methods ( @Override annotation ) | Java Tutorials
04:56
39 - Private Inheritance? ( when Child extends Parent ) | Java Tutorials
07:55
38 - Extends ( super constructor ) | Java Tutorials