UDEMY PYTHON FOR BEGINNERS LEARN PYTHON FROM SCRATCH TUTORIAL

seeders: 3 leechers: 0 updated: 2 years ago
Added 11 years ago by RandalPaul in Other
Downloaded 6 times.
thepiratebay.org 1337x.to
UDEMY PYTHON FOR BEGINNERS LEARN PYTHON FROM SCRATCH TUTORIAL

Torrent Contents Size: 354.8 MB

UDEMY PYTHON FOR BEGINNERS LEARN PYTHON FROM SCRATCH TUTORIAL
▼ show more 62 files
01_-_Introduction.mp4
MP4
4.7 MB
02_-_Obtaining_The_Tools.txt
TXT
1.8 KB
03_-_How_To_Install.txt
TXT
512 B
04_-_Everybody_s_rights_and_consent_are_important_for_us_.txt
TXT
4.3 KB
05_-_for_beginners_How_to_launch_IDLE.txt
TXT
307.2 B
06_-_Start_Coding_With_Python_Display_Message_Using_print_Function.mp4
MP4
2.4 MB
07_-_Repeat_The_Example_Step_By_Step_print_function.txt
TXT
102.4 B
08_-_Comments_In_Python_Hash_Sign.mp4
MP4
2.8 MB
09_-_Repeat_The_Example_Step_By_Step_Comments_In_Python.txt
TXT
307.2 B
10_-_Starting_Up_With_Variables.txt
TXT
409.6 B
11_-_Introduction_To_Variables_In_Python.mp4
MP4
3 MB
12_-_Identifier_Naming_Rules.mp4
MP4
21.2 MB
13_-_reference_Rules_For_Identifiers_Reserved_Words_In_Python.txt
TXT
1.3 KB
14_-_reference_Naming_Convention.txt
TXT
204.8 B
15_-_Introduction_To_Standard_Types_In_Python.mp4
MP4
4 MB
16_-_Introduction_To_Numeric_Types_int_float_.mp4
MP4
5 MB
17_-_Sample_Codes_Used_In_Numeric_Types_int_float_.txt
TXT
512 B
18_-_Introduction_To_Strings_str_Single-Double-Triple_Quotes.mp4
MP4
20.2 MB
19_-_The_Use_Of_Index_Numbers_For_Strings.pdf
PDF
1.3 MB
20_-_Sample_Codes_Used_For_Strings.txt
TXT
102.4 B
21_-_Introduction_To_Lists.mp4
MP4
29.2 MB
22_-_Sample_Codes_For_Lists.txt
TXT
0 B
23_-_Introduction_To_Tuples.mp4
MP4
3.4 MB
24_-_Sample_Codes_For_Tuples.txt
TXT
0 B
25_-_Introduction_To_Dictionaries.mp4
MP4
4.4 MB
26_-_Sample_Code_For_Dictionaries.txt
TXT
512 B
27_-_Practice.txt
TXT
0 B
28_-_Possible_Interview_Questions.txt
TXT
0 B
29_-_Getting_User_Input_input_Function.mp4
MP4
6.6 MB
30_-_Casting_A_String_To_int_int_.mp4
MP4
5.7 MB
31_-_Casting_A_String_To_Float_float_.mp4
MP4
4.1 MB
32.1_-_Summary_Of_The_Section.pdf
PDF
1.5 MB
33_-_Practice_and_Sample_Solution.txt
TXT
1 KB
34_-_Basic_Arithmetic_Operations_In_Python.mp4
MP4
8.4 MB
35_-_Sample_Code_For_Basic_Arithmetic_Operations_In_Python.txt
TXT
1.2 KB
36_-_Logical_Operations_in_Python_not_and_or.mp4
MP4
7.4 MB
37_-_Sample_Code_For_Logical_Operations_in_Python_not_and_or.txt
TXT
614.4 B
38_-_Quick_Exercise.txt
TXT
614.4 B
39_-_Comparison_Operations.mp4
MP4
3.6 MB
40_-_Sample_Code_For_Comparison_Operations.txt
TXT
921.6 B
41_-_Bitwise_Operators_In_Python.txt
TXT
2.2 KB
42_-_Assignment_Operators_In_Python.txt
TXT
716.8 B
43_-_reference_List_For_The_Order_Of_Operators_In_Python.txt
TXT
409.6 B
44_-_if_Statement.mp4
MP4
2.1 MB
45_-_Sample_Code_For_if_Statement.txt
TXT
1.3 KB
46_-_else_Statement.mp4
MP4
2.8 MB
47_-_Sample_Code_For_else_Statement.txt
TXT
716.8 B
48_-_elif_Statement.mp4
MP4
4.8 MB
49_-_Sample_Code_For_elif_Statement.txt
TXT
716.8 B
50_-_Indentations_In_Conditional_Statements.pdf
PDF
109.8 KB
51_-_Identity_Operators_is_is_not.mp4
MP4
10.1 MB
52_-_Sample_Code.pdf
PDF
254.1 KB
53_-_Membership_Operators_in_not_in.mp4
MP4
5.1 MB
54_-_Sample_Code.pdf
PDF
232.4 KB
55_-_while_Loop.mp4
MP4
4.8 MB
57_-_for_Loop.mp4
MP4
9.5 MB
59_-_continue_-_break_-_pass_Statements_Using_while_Loop_.mp4
MP4
9.5 MB
61_-_continue_-_break_-_pass_Statements_Using_for_Loop_.mp4
MP4
19.1 MB
62_-_How_To_Implement_Infinite_Loop_Using_while_Loop.mp4
MP4
5.7 MB
64_-_Review_Of_How_We_Used_Python_Functions.mp4
MP4
2.5 MB
65_-_How_To_Define_and_Call_Function.mp4
MP4
4.7 MB
66_-_Functions_With_Arguments_Parameters.mp4
MP4
5.6 MB
67_-_Functions_With_Default_Argument_Parameter_Values.mp4
MP4
3.5 MB
68_-_Using_Language_Defined_Identifier_In_Function_doc_.mp4
MP4
2.9 MB
69_-_Returning_Values_return.mp4
MP4
5.5 MB
70_-_Anonymous_Functions_Using_lambda_keyword_lambda.mp4
MP4
2.8 MB
71_-_Summary_Of_The_Section.pdf
PDF
1.2 MB
72_-_Introduction.mp4
MP4
7.1 MB
73_-_Creating_Classes.mp4
MP4
18.8 MB
74_-_Creating_Object.mp4
MP4
6.7 MB
75_-_Accessing_Members.mp4
MP4
8.2 MB
76_-_Class_Variable.mp4
MP4
7.2 MB
77_-_Garbage_Collection.mp4
MP4
9.6 MB
78_-_Inheritance.mp4
MP4
47.2 MB
79_-_Using_Sub-Class_As_Super-Class.mp4
MP4
7.8 MB
80_-_Summary_Of_The_Section.pdf
PDF
941.7 KB
81_-_Next_steps.txt
TXT
102.4 B

Description

Related Torrents

Location

Trackers

Tracker name
udp://tracker.openbittorrent.com:80
udp://open.demonii.com:1337/announce
udp://coppersurfer.tk:6969
udp://tracker.openbittorrent.com:80/announce
udp://coppersurfer.tk:6969/announce
udp://9.rarbg.me:2710/announce
udp://tracker.coppersurfer.tk:6969/announce
udp://9.rarbg.com:2710/announce
udp://tracker4.piratux.com:6969/announce
udp://eddie4.nl:6969/announce
udp://tracker.pomf.se/announce
udp://tracker.leechers-paradise.org:6969
udp://glotorrents.pw:6969/announce
http://tracker.aletorrenty.pl:2710/announce
udp://tracker.zer0day.to:1337/announce
udp://tracker.leechers-paradise.org:6969/announce
udp://coppersurfer.tk:6969/announce
Torrent hash: