Общая информация
Название Learn Python 3 programming Become job ready using Pycharm
Тип
Размер 3.49Гб

Файлы в торренте
Обратите внимание, что наш сайт не размещает какие-либо файлы из списка. Вы не можете скачать эти файлы или скачать torrent-файл.
[TGx]Downloaded from torrentgalaxy.to .txt 585б
0
001 Note to students.html 1.20Кб
002 Understanding and downloading the required tools.en.srt 12.78Кб
002 Understanding and downloading the required tools.mp4 44.55Мб
003 Setting up python on mac.en.srt 6.11Кб
003 Setting up python on mac.mp4 84.10Мб
004 Setting up python on windows.en.srt 3.70Кб
004 Setting up python on windows.mp4 13.21Мб
005 Installing and setting up pycharm.en.srt 14.73Кб
005 Installing and setting up pycharm.mp4 176.58Мб
006 Troubleshooting installation of pycharm.html 1.43Кб
007 What is Python_.en.srt 8.83Кб
007 What is Python_.mp4 13.61Мб
008 FirstPythonProgram.py 22б
008 Writing your first python program.en.srt 10.97Кб
008 Writing your first python program.mp4 32.22Мб
009 Getting started with pycharm.en.srt 10.13Кб
009 Getting started with pycharm.mp4 26.80Мб
010 Comments in python.en.srt 7.14Кб
010 Comments in python.mp4 14.27Мб
010 FirstPythonProgramWithComments.py 167б
011 Python Identifiers.en.srt 7.89Кб
011 Python Identifiers.mp4 21.38Мб
012 Brain teaser for python identifiers.html 1.35Кб
013 Reserved Keywords.en.srt 4.57Кб
013 Reserved Keywords.mp4 10.51Мб
014 Variables.en.srt 12.42Кб
014 Variables.mp4 30.10Мб
014 Variables.py 215б
015 Data Types.en.srt 2.79Кб
015 Data Types.mp4 4.93Мб
016 Number Data Type.en.srt 9.32Кб
016 Number Data Type.mp4 26.51Мб
016 NumberDatatypeDemo.py 250б
017 StringDemo.py 209б
017 String type in python.en.srt 6.83Кб
017 String type in python.mp4 20.19Мб
018 BooleanDemo.py 68б
018 Boolean in python.en.srt 3.04Кб
018 Boolean in python.mp4 9.17Мб
019 TypeCastingDemo.py 683б
019 Type conversion in python.en.srt 19.61Кб
019 Type conversion in python.mp4 67.42Мб
020 Fundamental datatypes and Immutability.en.srt 10.62Кб
020 Fundamental datatypes and Immutability.mp4 26.97Мб
020 ImmutabilityDemo.py 61б
021 Arithmetic operators.en.srt 7.91Кб
021 Arithmetic operators.mp4 27.47Мб
021 ArithmeticOperators.py 311б
022 Comparison operators.en.srt 7.09Кб
022 Comparison operators.mp4 20.07Мб
022 ComparisonOperators.py 219б
023 AssignmentOperator.py 284б
023 Assignment Operators.en.srt 7.63Кб
023 Assignment Operators.mp4 26.92Мб
024 LogicalDemo.py 91б
024 Logical Operators.en.srt 5.31Кб
024 Logical Operators.mp4 17.02Мб
025 MembershipOperatorDemo.py 106б
025 Membership Operators.en.srt 6.90Кб
025 Membership Operators.mp4 21.61Мб
026 Identity Operators.en.srt 4.53Кб
026 Identity Operators.mp4 15.09Мб
026 IdentityOperators.py 107б
027 RangeFunctionDemo.py 144б
027 Range function in python.en.srt 4.67Кб
027 Range function in python.mp4 17.04Мб
028 Section overview.en.srt 2.53Кб
028 Section overview.mp4 4.05Мб
029 If...else.en.srt 8.71Кб
029 If...else.mp4 22.21Мб
029 IfElseDemo.py 340б
030 ElIfAndNestedIfDemo.py 513б
030 elif statement and nested if.en.srt 10.12Кб
030 elif statement and nested if.mp4 33.67Мб
031 for loop.en.srt 5.93Кб
031 for loop.mp4 19.57Мб
031 ForLoopDemo.py 274б
032 while loop.en.srt 14.44Кб
032 while loop.mp4 47.30Мб
032 WhileLoop.py 623б
033 break statement.en.srt 7.53Кб
033 break statement.mp4 23.10Мб
033 BreakStatement.py 269б
034 Continue statement.en.srt 4.17Кб
034 Continue statement.mp4 11.09Мб
034 ContinueStatement.py 108б
035 pass.en.srt 3.03Кб
035 pass.mp4 8.45Мб
035 PassStatement.py 24б
036 Accessing string.en.srt 9.10Кб
036 Accessing string.mp4 24.25Мб
036 AccessingString.py 318б
037 String Slicing.en.srt 6.76Кб
037 String Slicing.mp4 16.26Мб
037 StringSlicing.py 175б
038 OperationOnString.py 107б
038 Operations on string.en.srt 3.28Кб
038 Operations on string.mp4 8.39Мб
039 Membership test.en.srt 5.53Кб
039 Membership test.mp4 15.65Мб
039 StringMembershipTest.py 146б
040 Python lists - an overview.en.srt 6.86Кб
040 Python lists - an overview.mp4 9.78Мб
041 CreatingAccessingLists.py 751б
041 Creating and accessing elements in lists.en.srt 24.49Кб
041 Creating and accessing elements in lists.mp4 77.85Мб
042 Updating elements in lists.en.srt 16.90Кб
042 Updating elements in lists.mp4 63.03Мб
042 UpdatingLists.py 641б
043 ImportantFunctions.py 186б
043 Important functions with list.en.srt 7.38Кб
043 Important functions with list.mp4 21.28Мб
044 TraversingLists.py 232б
044 Traversing through lists.en.srt 5.34Кб
044 Traversing through lists.mp4 17.50Мб
045 MathematicalOperations.py 122б
045 Mathematical operations with list object.en.srt 4.27Кб
045 Mathematical operations with list object.mp4 11.75Мб
046 Comparing list objects.en.srt 7.72Кб
046 Comparing list objects.mp4 25.58Мб
046 ComparingLists.py 310б
047 Membership operators with list.en.srt 4.19Кб
047 Membership operators with list.mp4 11.73Мб
047 MembershipTest.py 133б
048 Python Tuple - an overview.en.srt 15.51Кб
048 Python Tuple - an overview.mp4 41.72Мб
048 TupleOverview.py 429б
049 AccessingTuple.py 213б
049 Accessing tuple elements.en.srt 9.87Кб
049 Accessing tuple elements.mp4 26.58Мб
050 ImmutabilityTuple.py 109б
050 Immutability with Tuple.en.srt 5.98Кб
050 Immutability with Tuple.mp4 17.75Мб
051 Packing and unpacking of tuple.en.srt 5.29Кб
051 Packing and unpacking of tuple.mp4 18.09Мб
051 PackingUnpackingTuple.py 154б
052 Lists vs Tuple.en.srt 2.87Кб
052 Lists vs Tuple.mp4 8.03Мб
053 Set - an overview.en.srt 2.84Кб
053 Set - an overview.mp4 4.65Мб
054 Creating set.en.srt 9.62Кб
054 Creating set.mp4 33.85Мб
054 CreatingSet.py 384б
055 ModifyingSet.py 198б
055 Modifying set in python.en.srt 8.66Кб
055 Modifying set in python.mp4 23.44Мб
056 Removing elements from set.en.srt 8.22Кб
056 Removing elements from set.mp4 25.34Мб
056 RemovingElementsSet.py 198б
057 Mathematical operations on set.en.srt 10.34Кб
057 Mathematical operations on set.mp4 33.28Мб
057 MathematicalOperationsSet.py 289б
058 MembershipTest.py 96б
058 Membership test with set.en.srt 4.41Кб
058 Membership test with set.mp4 12.90Мб
059 Python dictionary - overview.en.srt 3.65Кб
059 Python dictionary - overview.mp4 7.35Мб
060 CreatingAccessingDictionary.py 321б
060 Creating and accessing elements of python dictionary.en.srt 13.06Кб
060 Creating and accessing elements of python dictionary.mp4 44.22Мб
061 UpdatingDictionary.py 104б
061 Updating elements of python dictionary.en.srt 5.46Кб
061 Updating elements of python dictionary.mp4 16.86Мб
062 RemoveElements.py 228б
062 Removing elements from python dictionary.en.srt 10.58Кб
062 Removing elements from python dictionary.mp4 36.01Мб
063 Dictionary membership test.en.srt 3.88Кб
063 Dictionary membership test.mp4 11.11Мб
063 MembershipTest.py 136б
064 Iterating.py 135б
064 Iterating through the dictionary.en.srt 5.07Кб
064 Iterating through the dictionary.mp4 15.47Мб
065 DictionaryFunction.py 408б
065 Important and commonly used functions of dictionary.en.srt 11.94Кб
065 Important and commonly used functions of dictionary.mp4 41.25Мб
066 Functions.py 59б
066 Functions in python.en.srt 9.41Кб
066 Functions in python.mp4 17.89Мб
067 Function arguments.en.srt 3.45Кб
067 Function arguments.mp4 11.69Мб
067 FunctionArguments.py 210б
068 Types of function arguments.en.srt 13.90Кб
068 Types of function arguments.mp4 55.07Мб
068 TypesOfFunctionArguments.py 620б
069 FunctionReturn.py 189б
069 Return statement.en.srt 5.82Кб
069 Return statement.mp4 16.47Мб
070 What are Python modules and why do we need them_.en.srt 4.02Кб
070 What are Python modules and why do we need them_.mp4 8.25Мб
071 Archive.zip 520б
071 Creating and using python modules.en.srt 11.03Кб
071 Creating and using python modules.mp4 33.72Мб
072 Introduction to OOPS with Python.en.srt 2.82Кб
072 Introduction to OOPS with Python.mp4 4.74Мб
073 What is a class and an object_.en.srt 9.56Кб
073 What is a class and an object_.mp4 19.49Мб
074 ClassesObjects.py 158б
074 Creating a class and objects.en.srt 3.27Кб
074 Creating a class and objects.mp4 7.86Мб
075 Constructors in python.en.srt 6.32Кб
075 Constructors in python.mp4 13.43Мб
076 Creating a constructor in python.en.srt 10.19Кб
076 Creating a constructor in python.mp4 36.30Мб
076 CreatingConstructor.py 239б
077 Methods vs Constructors.en.srt 5.71Кб
077 Methods vs Constructors.mp4 20.78Мб
078 What is tkinter.en.srt 5.79Кб
078 What is tkinter.mp4 11.89Мб
079 Creating our first tkinter GUI.en.srt 7.98Кб
079 Creating our first tkinter GUI.mp4 23.32Мб
079 FirstUI.py 209б
080 FirstUI.py 209б
080 geometry(), minsize(), maxsize().en.srt 5.34Кб
080 geometry(), minsize(), maxsize().mp4 22.11Мб
081 Widgets and why do you need them.en.srt 6.39Кб
081 Widgets and why do you need them.mp4 11.75Мб
082 LabelsDemo.py 398б
082 Using Labels.en.srt 15.31Кб
082 Using Labels.mp4 54.78Мб
083 Adding images to your interface.en.srt 7.41Кб
083 Adding images to your interface.mp4 37.04Мб
084 PackDemo.py 1.08Кб
084 Positioning components on GUI using layout managers + understanding pack manager.en.srt 23.81Кб
084 Positioning components on GUI using layout managers + understanding pack manager.mp4 101.59Мб
085 GridDemo.py 877б
085 Grid layout manager.en.srt 15.30Кб
085 Grid layout manager.mp4 70.21Мб
086 For loop with Grid layout manager.en.srt 4.19Кб
086 For loop with Grid layout manager.mp4 18.85Мб
086 GridLayoutForLoop.py 271б
087 Place layout manager.en.srt 6.08Кб
087 Place layout manager.mp4 16.76Мб
087 PlaceLayoutManagerDemo.py 175б
088 RadioButtonDemo.py 657б
088 Using Radio Button.en.srt 17.00Кб
088 Using Radio Button.mp4 77.03Мб
089 EntryDemo.py 227б
089 Using Entry widget.en.srt 7.35Кб
089 Using Entry widget.mp4 30.79Мб
090 LoginScreenDemo.py 709б
090 Using Entry to create login screen.en.srt 14.88Кб
090 Using Entry to create login screen.mp4 81.92Мб
091 ComboboxDemo.py 336б
091 Using Combobox.en.srt 8.29Кб
091 Using Combobox.mp4 37.53Мб
092 What are we going to build_.en.srt 1.77Кб
092 What are we going to build_.mp4 3.66Мб
093 Designing the user interface.en.srt 18.06Кб
093 Designing the user interface.mp4 101.62Мб
094 Adding functions to the interface.en.srt 17.34Кб
094 Adding functions to the interface.mp4 100.44Мб
094 Calculator.py 3.29Кб
095 What are API’s_.en.srt 11.34Кб
095 What are API’s_.mp4 17.63Мб
096 Before making our first API call.en.srt 7.80Кб
096 Before making our first API call.mp4 23.24Мб
097 FirstAPICall.py 134б
097 Making our first API call.en.srt 10.24Кб
097 Making our first API call.mp4 37.41Мб
098 Understanding status codes.en.srt 6.36Кб
098 Understanding status codes.mp4 9.57Мб
099 What is an API documentation_.en.srt 11.25Кб
099 What is an API documentation_.mp4 53.26Мб
1 56б
10 997.71Кб
100 147.70Кб
100 Working with JSON response.en.srt 5.61Кб
100 Working with JSON response.mp4 15.37Мб
101 666.84Кб
101 APIParameter.py 295б
101 API’s with parameters.en.srt 9.66Кб
101 API’s with parameters.mp4 41.00Мб
102 731.09Кб
102 What are we building_.en.srt 3.33Кб
102 What are we building_.mp4 7.29Мб
103 76.70Кб
103 Designing the UI.en.srt 18.55Кб
103 Designing the UI.mp4 97.26Мб
104 262.12Кб
104 CurrencyConverter.py 2.07Кб
104 Writing the logic.en.srt 30.40Кб
104 Writing the logic.mp4 163.81Мб
105 355.89Кб
105 What are we building_.en.srt 4.04Кб
105 What are we building_.mp4 12.75Мб
106 968.42Кб
106 Choosing a provider and generating access token for the same.en.srt 9.69Кб
106 Choosing a provider and generating access token for the same.mp4 54.79Мб
107 URLShortener.py 249б
107 Writing code and seeing it in action.en.srt 8.58Кб
107 Writing code and seeing it in action.mp4 44.69Мб
108 What is web scraping_.en.srt 6.82Кб
108 What is web scraping_.mp4 8.66Мб
109 Breaking down a web page.en.srt 9.98Кб
109 Breaking down a web page.mp4 100.79Мб
11 897.54Кб
110 What are we going to scrape today and how will it work_.en.srt 7.40Кб
110 What are we going to scrape today and how will it work_.mp4 74.12Мб
111 WebScraper.py 398б
111 Writing your first web scraper.en.srt 8.89Кб
111 Writing your first web scraper.mp4 54.08Мб
12 804.89Кб
13 595.21Кб
14 992.01Кб
15 952.55Кб
16 217.48Кб
17 225.22Кб
18 945.96Кб
19 754.27Кб
2 55.57Кб
20 717.27Кб
21 317.03Кб
22 456.25Кб
23 799.52Кб
24 291.48Кб
25 765.82Кб
26 2.34Кб
27 484.89Кб
28 609.18Кб
29 982.06Кб
3 419.33Кб
30 712.34Кб
31 1014.99Кб
32 155.60Кб
33 287.24Кб
34 342.82Кб
35 740.50Кб
36 795.45Кб
37 210.85Кб
38 918.87Кб
39 546.60Кб
4 216.67Кб
40 32.15Кб
41 85.65Кб
42 208.40Кб
43 433.66Кб
44 502.45Кб
45 429.37Кб
46 680.56Кб
47 763.74Кб
48 572.81Кб
49 695.13Кб
5 572.35Кб
50 773.13Кб
51 922.43Кб
52 811.64Кб
53 911.95Кб
54 400.75Кб
55 636.27Кб
56 737.09Кб
57 221.80Кб
58 828.55Кб
59 948.91Кб
6 754.17Кб
60 436.65Кб
61 527.14Кб
62 152.01Кб
63 929.12Кб
64 109.86Кб
65 256.87Кб
66 378.25Кб
67 514.03Кб
68 978.49Кб
69 1002.41Кб
7 918.36Кб
70 140.08Кб
71 242.47Кб
72 539.43Кб
73 756.34Кб
74 361.93Кб
75 540.46Кб
76 643.91Кб
77 927.01Кб
78 742.58Кб
79 396.19Кб
8 78.38Кб
80 585.92Кб
81 810.92Кб
82 100.83Кб
83 251.31Кб
84 108.71Кб
85 255.91Кб
86 261.12Кб
87 280.07Кб
88 319.38Кб
89 916.18Кб
9 149.67Кб
90 927.38Кб
91 498.38Кб
92 229.22Кб
93 444.30Кб
94 852.24Кб
95 348.34Кб
96 564.38Кб
97 625.46Кб
98 766.67Кб
99 994.23Кб
TutsNode.com.txt 63б
Статистика распространения по странам
Индия (IN) 2
Чешская Республика (CZ) 1
Южная Корея (KR) 1
Уганда (UG) 1
Филиппины (PH) 1
Всего 6
Список IP Полный список IP-адресов, которые скачивают или раздают этот торрент