TorBT - Torrents and Magnet Links Search Engine

Udemy -Python Bootcamp 2020 Build 15 working Applications and Games [AhLaN]

File Name
Size
29. Project-7 School donation analysis/19.1 260.Projects.csv~.zip
776 MB
Downloaded from Ahlanedu.com.txt
996 B
Visit us at www.Ahlanedu.com.url
51 B
1. Introduction/1. Introduction to course~.mp4
33 MB
1. Introduction/2. Learning by building~.mp4
14 MB
1. Introduction/3. Why learn python~.mp4
74 MB
1. Introduction/4. What's in the course~.mp4
119 MB
1. Introduction/5. What's after section 2~.mp4
63 MB
1. Introduction/6. Any doubt and types of program ~.mp4
43 MB
2. Installing Python on Mac/1. Introduction to this module~.mp4
20 MB
2. Installing Python on Mac/2. Installing Python on Mac~.mp4
211 MB
2. Installing Python on Mac/3. Installing Atom on Mac~.mp4
74 MB
2. Installing Python on Mac/4. Installing Anaconda and Jupyter notebooks~.mp4
119 MB
2. Installing Python on Mac/5. Editors link~.html
313 B
2. Installing Python on Mac/5.1 11.Editors link~.html
420 B
3. Installing Python on windows/1. Introduction to this module~.mp4
33 MB
3. Installing Python on windows/2. Installing Python3~.mp4
94 MB
3. Installing Python on windows/3. Installing Atom~.mp4
156 MB
3. Installing Python on windows/4. Atom editor~.html
50 B
3. Installing Python on windows/5. Installing Anaconda~.mp4
138 MB
3. Installing Python on windows/6. Editors link~.html
587 B
3. Installing Python on windows/6.1 11.Editors link~.html
412 B
3. Installing Python on windows/6.2 11.Editors link~.html
412 B
4. Section-1 Basic Python/1. Section-1~.html
796 B
5. Data types/1. Introduction to this module~.mp4
26 MB
5. Data types/2. Variables and constants~.mp4
36 MB
5. Data types/3. Numbers~.mp4
28 MB
5. Data types/4. Operations on Numbers~.mp4
61 MB
5. Data types/5. Dynamic typing and restricitons on data types~.mp4
34 MB
5. Data types/6. Casting~.mp4
14 MB
5. Data types/7. Strings~.mp4
20 MB
5. Data types/8. Methods and strings~.mp4
32 MB
5. Data types/9. Indexing and slicing~.mp4
42 MB
5. Data types/10. String formatting~.mp4
83 MB
5. Data types/11. List~.mp4
68 MB
5. Data types/12. Tuples~.mp4
28 MB
5. Data types/13. Dictionary~.mp4
37 MB
5. Data types/14. Boolean~.mp4
11 MB
5. Data types/15. Data types notes~.html
13 kB
5. Data types/15.1 32.Data types notes~.html
14 kB
5. Data types/16. Data-types quiz~.html
168 B
6. Operators/1. Introduction to this module~.mp4
18 MB
6. Operators/2. Arithmetic Operators~.mp4
50 MB
6. Operators/3. Assignment Operators~.mp4
33 MB
6. Operators/4. Comparison Operators~.mp4
27 MB
6. Operators/5. Logical Operators~.mp4
31 MB
6. Operators/6. Identity and Membership Operators~.mp4
32 MB
6. Operators/7. Operators Notes~.html
16 kB
6. Operators/7.1 40.Operators notes~.html
16 kB
6. Operators/8. Operators quiz~.html
168 B
7. Which editor is best for you/1. Introduction to this module~.mp4
26 MB
7. Which editor is best for you/2. Working on Atom~.mp4
59 MB
7. Which editor is best for you/3. Working on jupyter notebooks~.mp4
59 MB
7. Which editor is best for you/4. How to learn Programming~.mp4
145 MB
8. Functions and Methods/1. Introduction to this module~.mp4
11 MB
8. Functions and Methods/2. User input~.mp4
48 MB
8. Functions and Methods/3. Convertors~.mp4
39 MB
8. Functions and Methods/4. Concept of funtions~.mp4
38 MB
8. Functions and Methods/5. Functions and user inputs~.mp4
23 MB
8. Functions and Methods/6. Parameters~.mp4
22 MB
8. Functions and Methods/7. Convertors using function~.mp4
31 MB
8. Functions and Methods/8. Modifying function~.mp4
29 MB
8. Functions and Methods/9. Methods~.mp4
38 MB
8. Functions and Methods/10. Function Notes~.html
7.8 kB
8. Functions and Methods/10.1 54.Function notes~.html
9.0 kB
8. Functions and Methods/11. Method notes~.html
413 B
9. Errors in python/1. Introduction to this module~.mp4
24 MB
9. Errors in python/2. Types of errors~.mp4
21 MB
9. Errors in python/3. Syntex error~.mp4
99 MB
9. Errors in python/4. Indentation error~.mp4
91 MB
9. Errors in python/5. Type error~.mp4
42 MB
9. Errors in python/6. Name error~.mp4
18 MB
9. Errors in python/7. Zero division error~.mp4
32 MB
9. Errors in python/8. Index error~.mp4
36 MB
9. Errors in python/9. Attribute error~.mp4
41 MB
9. Errors in python/10. Handling errors and internet~.mp4
54 MB
9. Errors in python/11. Error notes~.html
424 B
9. Errors in python/11.1 66.Error notes~.html
1012 B
10. Decision making/1. Introduction to this module~.mp4
15 MB
10. Decision making/2. If-else conditions~.mp4
35 MB
10. Decision making/3. el-if condition~.mp4
21 MB
10. Decision making/4. Little fun with conditionals~.mp4
20 MB
10. Decision making/5. Multiple conditions~.mp4
56 MB
10. Decision making/6. Nested conditions~.mp4
42 MB
10. Decision making/7. Conditionals notes~.html
4.1 kB
10. Decision making/7.1 73.if-else~.html
4.7 kB
11. Loops/1. Introduction to this module~.mp4
33 MB
11. Loops/2. for loop~.mp4
29 MB
11. Loops/3. loops and user input~.mp4
21 MB
11. Loops/4. while loop~.mp4
26 MB
11. Loops/5. Looping through a string~.mp4
11 MB
11. Loops/6. Break statement~.mp4
29 MB
11. Loops/7. Continue statement~.mp4
13 MB
11. Loops/8. Range() function~.mp4
15 MB
11. Loops/9. Else in for loop~.mp4
15 MB
11. Loops/10. Nested loops~.mp4
86 MB
11. Loops/11. Loops notes~.html
3.5 kB
11. Loops/11.1 84.loop~.html
5.7 kB
12. Date and Time/1. Introduction to this module~.mp4
12 MB
12. Date and Time/2. Python dates~.mp4
28 MB
12. Date and Time/3. Date output and date objects~.mp4
26 MB
12. Date and Time/4. strf time() method~.mp4
49 MB
12. Date and Time/5. Date and Time notes~.html
350 B
13. File handling/1. Introduction to this module~.mp4
25 MB
13. File handling/2. Opening and reading the file~.mp4
37 MB
13. File handling/3. Writing in a file~.mp4
110 MB
13. File handling/4. Appending~.mp4
25 MB
13. File handling/5. Different methods~.mp4
18 MB
13. File handling/6. File handling notes~.html
342 B
14. Libraries/1. Introduction to this module~.mp4
44 MB
14. Libraries/2. Libraries~.mp4
89 MB
14. Libraries/3. Modules~.mp4
65 MB
14. Libraries/4. Json files~.mp4
74 MB
14. Libraries/5. Libraries notes~.html
452 B
15. Project-1 Dice rolling stimulator/1. Introduction to this module~.mp4
18 MB
15. Project-1 Dice rolling stimulator/2. How to solve the problem~.mp4
53 MB
15. Project-1 Dice rolling stimulator/3. Dice overview~.mp4
12 MB
15. Project-1 Dice rolling stimulator/4. Algorithm~.mp4
66 MB
15. Project-1 Dice rolling stimulator/5. How to get the Number~.mp4
50 MB
15. Project-1 Dice rolling stimulator/6. What about the dice~.mp4
60 MB
15. Project-1 Dice rolling stimulator/7. Roll it again~.mp4
27 MB
15. Project-1 Dice rolling stimulator/8. Dice stimulator~.mp4
19 MB
15. Project-1 Dice rolling stimulator/9. Dice stimulator code~.html
79 B
15. Project-1 Dice rolling stimulator/9.1 109.dicestimulator~.py
1.1 kB
16. Project-2 Dictionary/1. Introduction to this module~.mp4
29 MB
16. Project-2 Dictionary/2. Dictionary overview~.mp4
10 MB
16. Project-2 Dictionary/3. Where to get the data~.mp4
64 MB
16. Project-2 Dictionary/4. Loading the data in our program~.mp4
39 MB
16. Project-2 Dictionary/5. Main logic~.mp4
32 MB
16. Project-2 Dictionary/6. What if the word doesn't exist~.mp4
32 MB
16. Project-2 Dictionary/7. Pugger found some errors~.mp4
128 MB
16. Project-2 Dictionary/8. Pugger said what about the interface~.mp4
31 MB
16. Project-2 Dictionary/9. It's all about the interface~.mp4
63 MB
16. Project-2 Dictionary/10. Pugger have another issue~.mp4
32 MB
16. Project-2 Dictionary/11. How to get the close matches~.mp4
152 MB
16. Project-2 Dictionary/12. Upgrading the program to get the close matches~.mp4
92 MB
16. Project-2 Dictionary/13. Dictionary~.mp4
32 MB
16. Project-2 Dictionary/14. dictionary code~.html
105 B
16. Project-2 Dictionary/14.1 123.dictionary~.py
1007 B
16. Project-2 Dictionary/15. data json~.html
76 B
16. Project-2 Dictionary/15.1 data~.json
4.7 MB
17. Project-3 Hangman game/1. Introduction to this module~.mp4
26 MB
17. Project-3 Hangman game/2. Hangman overview~.mp4
22 MB
17. Project-3 Hangman game/3. Algorithm for hangman~.mp4
55 MB
17. Project-3 Hangman game/4. User interface~.mp4
27 MB
17. Project-3 Hangman game/5. Creating the world's list~.mp4
39 MB
17. Project-3 Hangman game/6. Rules and regulation~.mp4
88 MB
17. Project-3 Hangman game/7. Main logic~.mp4
120 MB
17. Project-3 Hangman game/8. Hanging the man~.mp4
71 MB
17. Project-3 Hangman game/9. Our third program~.mp4
23 MB
17. Project-3 Hangman game/10. Hangman code~.html
91 B
17. Project-3 Hangman game/10.1 134.hangmen~.py
3.0 kB
18. Project-4 Tic Tac Toe/1. Introduction to this module~.mp4
14 MB
18. Project-4 Tic Tac Toe/2. What is AI~.mp4
78 MB
18. Project-4 Tic Tac Toe/3. Project overview~.mp4
22 MB
18. Project-4 Tic Tac Toe/4. Understanding problem and writing algorithm~.mp4
80 MB
18. Project-4 Tic Tac Toe/5. Designing the board~.mp4
85 MB
18. Project-4 Tic Tac Toe/6. Space on board~.mp4
39 MB
18. Project-4 Tic Tac Toe/7. 141.How to get winner~.mp4
116 MB
18. Project-4 Tic Tac Toe/8. Player move~.mp4
210 MB
18. Project-4 Tic Tac Toe/9. AI computer move~.mp4
78 MB
18. Project-4 Tic Tac Toe/10. Random function~.mp4
39 MB
18. Project-4 Tic Tac Toe/11. Defining the main logic~.mp4
86 MB
18. Project-4 Tic Tac Toe/12. Preparing interface~.mp4
31 MB
18. Project-4 Tic Tac Toe/13. Tic Tac Toe~.mp4
38 MB
18. Project-4 Tic Tac Toe/14. Tic Tac Toe code~.html
95 B
18. Project-4 Tic Tac Toe/14.1 148.tictactoe~.py
3.3 kB
19. Section-2 Python for data science and data visualisation/1. Section-2~.html
881 B
19. Section-2 Python for data science and data visualisation/2. What is Datascience~.mp4
350 MB
20. Numpy/1. Introduction to this module~.mp4
39 MB
20. Numpy/2. Numpy declaring~.mp4
40 MB
20. Numpy/3. Methods for Numpy~.mp4
200 MB
20. Numpy/4. Indexing and slicing~.mp4
80 MB
20. Numpy/5. Spilicing 2-D matrix and conditional selection~.mp4
77 MB
20. Numpy/6. Operations on numpy~.mp4
100 MB
20. Numpy/7. Numpy Documentation~.html
313 B
20. Numpy/8. Numpy quiz~.html
168 B
21. Pandas/1. Introduction to this module~.mp4
33 MB
21. Pandas/2. Series~.mp4
141 MB
21. Pandas/3. Dataframes~.mp4
69 MB
21. Pandas/4. Creating and deleting rows and column in dataframe~.mp4
80 MB
21. Pandas/5. Acessing elements in dataframe~.mp4
49 MB
21. Pandas/6. Conditional acessing~.mp4
50 MB
21. Pandas/7. Missing data~.mp4
101 MB
21. Pandas/8. Analysing data using groupby~.mp4
109 MB
21. Pandas/9. Joining~.mp4
55 MB
21. Pandas/10. Concatinating~.mp4
120 MB
21. Pandas/11. Merging~.mp4
53 MB
21. Pandas/12. More operations~.mp4
102 MB
21. Pandas/13. Loading data using pandas~.mp4
162 MB
21. Pandas/14. Pandas documentation~.html
274 B
22. Matplotlib/1. Introduction to this module~.mp4
46 MB
22. Matplotlib/2. Matplotlib getting started~.mp4
61 MB
22. Matplotlib/3. Subplots~.mp4
57 MB
22. Matplotlib/4. Types of plots~.mp4
70 MB
22. Matplotlib/5. Legends~.mp4
20 MB
22. Matplotlib/6. Object oriented plots~.mp4
41 MB
22. Matplotlib/7. Multiple plots~.mp4
47 MB
22. Matplotlib/8. Subplots using object oriented~.mp4
83 MB
22. Matplotlib/9. Figure size~.mp4
44 MB
22. Matplotlib/10. Setting labels with object oriented technique~.mp4
43 MB
22. Matplotlib/11. Stylling plots~.mp4
41 MB
22. Matplotlib/12. Markups~.mp4
26 MB
22. Matplotlib/13. Setting limits~.mp4
15 MB
22. Matplotlib/14. Matplotlib documentation~.html
346 B
22. Matplotlib/14.1 185.notes~.html
921 B
23. Seaborn/1. Introduction to this module~.mp4
44 MB
23. Seaborn/2. Tips.csv file~.html
103 B
23. Seaborn/2.1 187.tips~.csv
7.8 kB
23. Seaborn/3. iris.csv~.html
103 B
23. Seaborn/3.1 188.iris~.csv
4.5 kB
23. Seaborn/4. Categories of plots~.mp4
171 MB
23. Seaborn/5. Point plots~.mp4
92 MB
23. Seaborn/6. Distribution plots~.mp4
90 MB
23. Seaborn/7. Pair plots~.mp4
123 MB
23. Seaborn/8. Categorial plots~.mp4
75 MB
23. Seaborn/9. Categorial plots part-2~.mp4
44 MB
23. Seaborn/10. Matrix plots~.mp4
161 MB
23. Seaborn/11. Grids~.mp4
39 MB
23. Seaborn/12. Seaborn documentation~.html
346 B
24. Pandas inbuilt data visualisation/1. Introduction to this module~.mp4
14 MB
24. Pandas inbuilt data visualisation/2. Files~.html
103 B
24. Pandas inbuilt data visualisation/3. Creating dataframes~.mp4
55 MB
24. Pandas inbuilt data visualisation/4. Point plots~.mp4
28 MB
24. Pandas inbuilt data visualisation/5. Line plots~.mp4
35 MB
24. Pandas inbuilt data visualisation/6. Distribution plots~.mp4
87 MB
24. Pandas inbuilt data visualisation/7. Ece.csv~.html
55 B
24. Pandas inbuilt data visualisation/7.1 204.ece~.csv
2.8 MB
24. Pandas inbuilt data visualisation/8. Tips.csv~.html
55 B
24. Pandas inbuilt data visualisation/8.1 205.tips~.csv
7.8 kB
24. Pandas inbuilt data visualisation/9. Pandas inbuilt data visualisation documentation~.html
435 B
25. Plotly and cufflinks/1. Introduction to this module~.mp4
48 MB
25. Plotly and cufflinks/2. Loading plotly and cufflinks~.mp4
31 MB
25. Plotly and cufflinks/3. Point plots~.mp4
46 MB
25. Plotly and cufflinks/4. Surface plots~.mp4
56 MB
25. Plotly and cufflinks/5. Figure plots~.mp4
47 MB
25. Plotly and cufflinks/6. Cufflinks documentation~.html
352 B
26. Geographical plottings/1. Introduction to this module~.mp4
65 MB
26. Geographical plottings/2. agri.csv~.html
92 B
26. Geographical plottings/2.1 214.agri~.csv
9.0 kB
26. Geographical plottings/3. gdp.csv~.html
92 B
26. Geographical plottings/3.1 215.gdp~.csv
4.3 kB
26. Geographical plottings/4. Basic geographical plotting~.mp4
117 MB
26. Geographical plottings/5. Plot with big data~.mp4
66 MB
26. Geographical plottings/6. Global scale plot~.mp4
61 MB
26. Geographical plottings/7. Geographical plottings documentation~.html
361 B
27. Project-5 Plotter/1. Introduction to this module~.mp4
20 MB
27. Project-5 Plotter/2. Project overview~.mp4
117 MB
27. Project-5 Plotter/3. Setting up things~.mp4
84 MB
27. Project-5 Plotter/4. Creating data~.mp4
193 MB
27. Project-5 Plotter/5. Plot interface and main function~.mp4
88 MB
27. Project-5 Plotter/6. Plotting all data~.mp4
96 MB
27. Project-5 Plotter/7. Plotting 1 column~.mp4
151 MB
27. Project-5 Plotter/8. Plotting 2 and 3 columns~.mp4
188 MB
27. Project-5 Plotter/9. Plotter~.mp4
148 MB
27. Project-5 Plotter/10. plotter code file~.html
57 B
27. Project-5 Plotter/10.1 229.plotter~.html
308 kB
28. Project-6 Geographical plot using folium/1. Introduction to this module~.mp4
14 MB
28. Project-6 Geographical plot using folium/2. Creating basic webmap~.mp4
65 MB
28. Project-6 Geographical plot using folium/3. Adding child~.mp4
81 MB
28. Project-6 Geographical plot using folium/4. Multiple markers~.mp4
22 MB
28. Project-6 Geographical plot using folium/5. Plotting volcanoes~.mp4
75 MB
28. Project-6 Geographical plot using folium/6. Polygen view~.mp4
43 MB
28. Project-6 Geographical plot using folium/7. US Cities population~.mp4
71 MB
28. Project-6 Geographical plot using folium/8. Colourful markers~.mp4
45 MB
28. Project-6 Geographical plot using folium/9. Jeoplot code file~.html
48 B
28. Project-6 Geographical plot using folium/9.1 238.Jeoplot~.html
3.4 MB
28. Project-6 Geographical plot using folium/10. Volcano.csv file~.html
64 B
28. Project-6 Geographical plot using folium/10.1 239.volcano~.csv
7.8 kB
28. Project-6 Geographical plot using folium/11. World.json file~.html
92 B
28. Project-6 Geographical plot using folium/11.1 240.world~.json
2.0 MB
28. Project-6 Geographical plot using folium/12. US cities population.csv file~.html
92 B
28. Project-6 Geographical plot using folium/12.1 241.us cities pop~.csv
128 kB
29. Project-7 School donation analysis/1. Introduction to this module~.mp4
11 MB
29. Project-7 School donation analysis/2. Overview of project~.mp4
75 MB
29. Project-7 School donation analysis/3. Setup libraries and load data~.mp4
46 MB
29. Project-7 School donation analysis/4. Describing data~.mp4
129 MB
29. Project-7 School donation analysis/5. Merging data~.mp4
93 MB
29. Project-7 School donation analysis/6. First analysis~.mp4
214 MB
29. Project-7 School donation analysis/7. Basic mathematical analysis~.mp4
88 MB
29. Project-7 School donation analysis/8. High donations~.mp4
47 MB
29. Project-7 School donation analysis/9. Various relationships~.mp4
128 MB
29. Project-7 School donation analysis/10. Project type and total donations~.mp4
74 MB
29. Project-7 School donation analysis/11. Subcategories~.mp4
59 MB
29. Project-7 School donation analysis/12. Time objects~.mp4
92 MB
29. Project-7 School donation analysis/13. Mean timings~.mp4
27 MB
29. Project-7 School donation analysis/14. Average time per state~.mp4
61 MB
29. Project-7 School donation analysis/15. Fast and slow funding~.mp4
57 MB
29. Project-7 School donation analysis/16. School donation analysis code file~.html
81 B
29. Project-7 School donation analysis/16.1 257.school donation analysis~.html
467 kB
29. Project-7 School donation analysis/17. Donations.csv file~.html
165 B
29. Project-7 School donation analysis/17.1 258.Donations.csv~.zip
237 MB
29. Project-7 School donation analysis/18. Donors.csv file~.html
163 B
29. Project-7 School donation analysis/18.1 259.Donors.csv~.zip
52 MB
29. Project-7 School donation analysis/19. Projects.csv file~.html
165 B
Download - Lynda,Udemy,Skillshare,Teamtreehouse,Frontend Masters,Pluralsight,Phlearn,Coursera,Egghead,MasterClass.txt
170 B
29. Project-7 School donation analysis/20. Resources.csv file~.html
166 B
29. Project-7 School donation analysis/20.1 261.Resources.csv~.zip
213 MB
29. Project-7 School donation analysis/21. Schools.csv~.html
164 B
29. Project-7 School donation analysis/21.1 262.Schools.csv~.zip
3.4 MB
29. Project-7 School donation analysis/22. Teachers.csv~.html
165 B
29. Project-7 School donation analysis/22.1 263.Teachers.csv~.zip
8.6 MB
30. Section-3 GUI programming/1. Section-3 GUI programming~.html
854 B
30. Section-3 GUI programming/2. What is GUI programming~.mp4
70 MB
31. Tkinter/1. Introduction to this module~.mp4
46 MB
31. Tkinter/2. Tkinter basics and creating window~.mp4
110 MB
31. Tkinter/3. Tkinter notes~.html
63 B
31. Tkinter/3.1 268.Tkinter intro notes~.html
8.7 kB
31. Tkinter/4. Buttons~.mp4
89 MB
31. Tkinter/5. Buttons notes~.html
63 B
31. Tkinter/5.1 270.Buttons notes~.html
4.7 kB
31. Tkinter/6. Canvas~.mp4
57 MB
31. Tkinter/7. Canvas notes~.html
63 B
31. Tkinter/7.1 272.Canvas notes~.html
5.0 kB
31. Tkinter/8. Check button and radio button~.mp4
70 MB
31. Tkinter/9. check button notes~.html
63 B
31. Tkinter/9.1 274.Check Button notes~.html
7.0 kB
31. Tkinter/10. Radio button notes~.html
63 B
31. Tkinter/10.1 275.Radio Button notes~.html
7.3 kB
31. Tkinter/11. Content widgets~.mp4
115 MB
31. Tkinter/12. Entry notes~.html
63 B
31. Tkinter/12.1 277.Entry notes~.html
6.8 kB
31. Tkinter/13. Text notes~.html
63 B
31. Tkinter/13.1 278.Text notes~.html
9.4 kB
31. Tkinter/14. Window configuration widgets~.mp4
91 MB
31. Tkinter/15. Frame notes~.html
63 B
31. Tkinter/15.1 280.Frame notes~.html
3.5 kB
31. Tkinter/16. Listbox notes~.html
63 B
31. Tkinter/16.1 281.listbox notes~.html
7.0 kB
31. Tkinter/17. Toplevel notes~.html
63 B
31. Tkinter/17.1 282.Toplevel notes~.html
4.7 kB
31. Tkinter/18. Message box notes~.html
63 B
31. Tkinter/18.1 283.Message Box~.html
2.7 kB
31. Tkinter/19. Menu and menu button~.mp4
173 MB
31. Tkinter/20. Menu button notes~.html
63 B
31. Tkinter/20.1 285.Menu button notes~.html
5.8 kB
31. Tkinter/21. Creating menu notes~.html
63 B
31. Tkinter/21.1 286.Creating Menu notes~.html
5.9 kB
31. Tkinter/22. Scroll widgets~.mp4
44 MB
31. Tkinter/23. Spinbox notes~.html
63 B
31. Tkinter/23.1 288.Spinbox notes~.html
5.4 kB
31. Tkinter/24. Paned window~.mp4
59 MB
31. Tkinter/25. Paned window notes~.html
63 B
31. Tkinter/25.1 290.Paned Window~.html
3.8 kB
31. Tkinter/26. Geometry methods~.mp4
84 MB
31. Tkinter/27. Attributes notes~.html
63 B
31. Tkinter/27.1 292.Attributes notes~.html
11 kB
31. Tkinter/28. Geometry methods~.html
63 B
31. Tkinter/28.1 293.Geometry methods~.html
5.5 kB
32. Databases/1. Introduction to this module~.mp4
5.7 MB
32. Databases/2. What is Database~.mp4
110 MB
32. Databases/3. Installing postgreSQL~.mp4
112 MB
32. Databases/4. PostgreSQL download link~.html
194 B
32. Databases/5. Creating table in sqlite3~.mp4
85 MB
32. Databases/6. Creating table in postgreSQL~.mp4
147 MB
32. Databases/7. Inserting data~.mp4
71 MB
32. Databases/8. Visualising data~.mp4
22 MB
32. Databases/9. Deleting tha data~.mp4
36 MB
32. Databases/10. Updating data~.mp4
44 MB
32. Databases/11. databases documentation~.html
281 B
33. Turtle graphics/1. Introduction to this module~.mp4
25 MB
33. Turtle graphics/2. Turtle graphics basics~.mp4
74 MB
33. Turtle graphics/3. Creating figures~.mp4
115 MB
33. Turtle graphics/4. Creating the robot~.mp4
148 MB
33. Turtle graphics/5. Robot.py~.html
60 B
33. Turtle graphics/5.1 309.Robot~.py
973 B
33. Turtle graphics/6. Some changes in robot~.mp4
73 MB
33. Turtle graphics/7. Modified_robo.py~.html
60 B
33. Turtle graphics/7.1 311.Modified-robo~.py
1.1 kB
33. Turtle graphics/8. Kaleido spiral~.mp4
140 MB
33. Turtle graphics/9. Kaleido_spiral.py~.html
60 B
33. Turtle graphics/9.1 313.Kaleido-spiral~.py
396 B
33. Turtle graphics/10. Modified kaleido spiral~.mp4
36 MB
33. Turtle graphics/11. Kaliedo_spiral_modified.py~.html
60 B
33. Turtle graphics/11.1 315.Kaleido-spiral modified~.py
642 B
33. Turtle graphics/12. Moving turtle~.mp4
84 MB
33. Turtle graphics/13. Moving_turtle.py~.html
62 B
33. Turtle graphics/13.1 317.Moving_turtle~.py
664 B
33. Turtle graphics/14. Turtle graphics documentation~.html
300 B
34. Project-8 Caterpillar game/1. Introduction to this module~.mp4
8.6 MB
34. Project-8 Caterpillar game/2. Overview of project~.mp4
20 MB
34. Project-8 Caterpillar game/3. Defining turtles~.mp4
84 MB
34. Project-8 Caterpillar game/4. Outside window and placing leaf~.mp4
54 MB
34. Project-8 Caterpillar game/5. Game over and displaying score~.mp4
48 MB
34. Project-8 Caterpillar game/6. Start game~.mp4
75 MB
34. Project-8 Caterpillar game/7. Defining moves~.mp4
78 MB
34. Project-8 Caterpillar game/8. Caterpillar.py~.html
66 B
34. Project-8 Caterpillar game/8.1 326.caterpillar~.py
2.8 kB
35. Project-9 Matchmaker/1. Introduction to this module~.mp4
7.6 MB
35. Project-9 Matchmaker/2. Overview of project~.mp4
17 MB
35. Project-9 Matchmaker/3. Window and libraries~.mp4
38 MB
35. Project-9 Matchmaker/4. Adding symbols~.mp4
67 MB
35. Project-9 Matchmaker/5. Defining buttons~.mp4
68 MB
35. Project-9 Matchmaker/6. Showing symbol~.mp4
146 MB
35. Project-9 Matchmaker/7. matchmaker.py~.html
80 B
35. Project-9 Matchmaker/7.1 333.matchmaker~.py
1.4 kB
36. Project-10 Screen pet/1. Introduction to this module~.mp4
9.4 MB
36. Project-10 Screen pet/2. Overview of project~.mp4
15 MB
36. Project-10 Screen pet/3. Creating body, eyes and ears~.mp4
86 MB
36. Project-10 Screen pet/4. Creating mouth tongue and cheeks~.mp4
83 MB
36. Project-10 Screen pet/5. Toggle and Blink eyes~.mp4
78 MB
36. Project-10 Screen pet/6. Cheeky face~.mp4
57 MB
36. Project-10 Screen pet/7. Happy face~.mp4
41 MB
36. Project-10 Screen pet/8. Sad face~.mp4
22 MB
36. Project-10 Screen pet/9. Screen pet~.mp4
60 MB
36. Project-10 Screen pet/10. screenpet.py~.html
69 B
36. Project-10 Screen pet/10.1 343.screenpet~.py
3.9 kB
37. Project-11 Smart calculator/1. Introduction to this module~.mp4
8.3 MB
37. Project-11 Smart calculator/2. Overview of project~.mp4
24 MB
37. Project-11 Smart calculator/3. Front end~.mp4
59 MB
37. Project-11 Smart calculator/4. Math operations~.mp4
29 MB
37. Project-11 Smart calculator/5. Operations list~.mp4
30 MB
37. Project-11 Smart calculator/6. Calculate~.mp4
79 MB
37. Project-11 Smart calculator/7. Smart calculator~.mp4
28 MB
37. Project-11 Smart calculator/8. smart calculator.py~.html
65 B
37. Project-11 Smart calculator/8.1 351.smartcalculator~.py
2.1 kB
38. Project-12 Your own database system/1. Introduction to this module~.mp4
15 MB
38. Project-12 Your own database system/2. Overview of project~.mp4
57 MB
38. Project-12 Your own database system/3. Labels and entries~.mp4
32 MB
38. Project-12 Your own database system/4. Entries, listbox and scrollbar~.mp4
71 MB
38. Project-12 Your own database system/5. Buttons~.mp4
41 MB
38. Project-12 Your own database system/6. Defining backend~.mp4
96 MB
38. Project-12 Your own database system/7. Search function in backend~.mp4
70 MB
38. Project-12 Your own database system/8. Searching and viewing data~.mp4
54 MB
38. Project-12 Your own database system/9. Adding~.mp4
27 MB
38. Project-12 Your own database system/10. Deleting~.mp4
65 MB
38. Project-12 Your own database system/11. Your own database~.mp4
15 MB
38. Project-12 Your own database system/12. frontend.py~.html
56 B
38. Project-12 Your own database system/12.1 363.frontend~.py
2.7 kB
38. Project-12 Your own database system/13. backend.py~.html
55 B
38. Project-12 Your own database system/13.1 364.backend~.py
1.3 kB
38. Project-12 Your own database system/14. routine.db~.html
216 B
38. Project-12 Your own database system/14.1 365.routine~.py
8.0 kB
39. Project-13 Egg catcher game/1. Introduction to this module~.mp4
12 MB
39. Project-13 Egg catcher game/2. Overview of the project~.mp4
17 MB
39. Project-13 Egg catcher game/3. Creating window~.mp4
82 MB
39. Project-13 Egg catcher game/4. Egg and catcher~.mp4
103 MB
39. Project-13 Egg catcher game/5. Other inteface items~.mp4
53 MB
39. Project-13 Egg catcher game/6. Create and move eggs~.mp4
87 MB
39. Project-13 Egg catcher game/7. Dropping and losing a life~.mp4
22 MB
39. Project-13 Egg catcher game/8. Catch and get score~.mp4
82 MB
39. Project-13 Egg catcher game/9. Moving with keys~.mp4
42 MB
39. Project-13 Egg catcher game/10. Running egg catcher~.mp4
38 MB
39. Project-13 Egg catcher game/11. egg catcher.py~.html
72 B
39. Project-13 Egg catcher game/11.1 376.egg_catcher~.py
3.1 kB
39. Project-13 Egg catcher game/12. Section-4~.html
173 B
40. End of the course/1. Time to say goodbye! for now~.mp4
5.6 MB