FileMood

Download [FreeCourseLab.com] Udemy - The Python Mega Course Build 10 Real World Applications

FreeCourseLab com Udemy The Python Mega Course Build 10 Real World Applications

Name

[FreeCourseLab.com] Udemy - The Python Mega Course Build 10 Real World Applications

 DOWNLOAD Copy Link

Total Size

3.6 GB

Total Files

488

Last Seen

2024-10-15 23:32

Hash

31E0CF8B9B4731ECBE2083C4FC854FB052B39CAF

/1. Getting Started/

1. Course Introduction.mp4

16.3 MB

1. Course Introduction.vtt

6.9 KB

2. Skip the basics if you understand this code.mp4

2.8 MB

2. Skip the basics if you understand this code.vtt

2.6 KB

3. Your First Python Program.mp4

10.5 MB

3. Your First Python Program.vtt

8.9 KB

4. List of Commands.mp4

12.4 MB

4. List of Commands.vtt

9.8 KB

4.1 Linux commands.pdf.pdf

50.8 KB

5. Using the Python Shell.mp4

3.6 MB

5. Using the Python Shell.vtt

2.9 KB

/10. Application 4 Build a Website with Python and Flask/

1. Program Demonstration.mp4

2.8 MB

1. Program Demonstration.vtt

2.3 KB

1.1 app4-flask-website.zip.zip

7.3 KB

10. Maintaining the Live Website.mp4

16.3 MB

10. Maintaining the Live Website.vtt

8.6 KB

11. Troubleshooting.html

0.5 KB

2. Your First Website.mp4

16.5 MB

2. Your First Website.vtt

8.8 KB

3. HTML Templates.mp4

8.5 MB

3. HTML Templates.vtt

4.8 KB

3.1 home.html.html

0.1 KB

3.2 about.html.html

0.1 KB

4. Navigation Menu.mp4

18.2 MB

4. Navigation Menu.vtt

10.1 KB

4.1 layout.html.html

0.6 KB

4.2 about.html.html

0.2 KB

4.3 home.html.html

0.2 KB

5. Note on Browser Caching.html

0.4 KB

6. CSS Styling.mp4

13.3 MB

6. CSS Styling.vtt

6.5 KB

6.1 main.css.css

11.6 KB

7. Creating a Python Virtual Environment.mp4

13.8 MB

7. Creating a Python Virtual Environment.vtt

7.2 KB

8. How to Install Git.html

0.6 KB

9. Deploying the Website to a Live Server.mp4

59.5 MB

9. Deploying the Website to a Live Server.vtt

22.1 KB

9.1 runtime_link.txt.txt

0.2 KB

9.2 Deployment steps no database.txt.txt

2.2 KB

/11. Graphical User Interfaces with Tkinter/

1. Introduction to Tkinter.mp4

4.7 MB

1. Introduction to Tkinter.vtt

3.3 KB

2. Setting up a GUI with Widgets.mp4

17.0 MB

2. Setting up a GUI with Widgets.vtt

9.6 KB

3. Connecting GUI Widgets with Callback Functions.mp4

17.8 MB

3. Connecting GUI Widgets with Callback Functions.vtt

10.7 KB

4. Create a Multi-widget GUI (Practice).html

0.6 KB

5. Solution.html

0.8 KB

/12. Interacting with Databases with Python/

1. Introduction to Python with Databases.mp4

5.2 MB

1. Introduction to Python with Databases.vtt

3.8 KB

2. Connecting and Inserting Data to SQLite via Python.mp4

25.1 MB

2. Connecting and Inserting Data to SQLite via Python.vtt

14.7 KB

3. Selecting, Inserting, Deleting, and Updating SQLite Records.mp4

14.2 MB

3. Selecting, Inserting, Deleting, and Updating SQLite Records.vtt

7.1 KB

4. Introduction to PostgreSQL Psycopg2.mp4

21.3 MB

4. Introduction to PostgreSQL Psycopg2.vtt

8.1 KB

5. Selecting, Inserting, Deleting, and Updating PostgreSQL Records.mp4

29.0 MB

5. Selecting, Inserting, Deleting, and Updating PostgreSQL Records.vtt

13.4 KB

6. Querying data from a MySQL database.html

1.5 KB

/13. Application 5 Build a Desktop Database Application/

1. Program Demonstration.mp4

4.5 MB

1. Program Demonstration.vtt

3.0 KB

1.1 app5_tkinter_sqlite.zip.zip

1.9 KB

2. User Interface Design.mp4

10.2 MB

2. User Interface Design.vtt

7.1 KB

3. Frontend Interface.mp4

27.4 MB

3. Frontend Interface.vtt

11.9 KB

4. Backend.mp4

49.0 MB

4. Backend.vtt

23.5 KB

5. Connecting the Frontend to the Backend, Part 1.mp4

39.2 MB

5. Connecting the Frontend to the Backend, Part 1.vtt

17.4 KB

6. Connecting the Frontend to the Backend, Part 2.mp4

51.5 MB

6. Connecting the Frontend to the Backend, Part 2.vtt

20.5 KB

7. Fixing the Bug (Practice).html

1.6 KB

8. Solution.html

1.2 KB

9. Creating a Standalone Executable Version of the Program.mp4

11.3 MB

9. Creating a Standalone Executable Version of the Program.vtt

5.2 KB

/14. Object Oriented Programming/

1. Object Oriented Programming Explained.mp4

10.3 MB

1. Object Oriented Programming Explained.vtt

6.0 KB

2. Turning this Application into OOP Style, Part 1.mp4

32.2 MB

2. Turning this Application into OOP Style, Part 1.vtt

13.8 KB

3. Turning this Application into OOP Style, Part 2.mp4

35.9 MB

3. Turning this Application into OOP Style, Part 2.vtt

13.5 KB

4. Creating a Bank Account Object.mp4

41.1 MB

4. Creating a Bank Account Object.vtt

21.4 KB

5. Inheritance.mp4

23.6 MB

5. Inheritance.vtt

12.5 KB

6. OOP Glossary.mp4

17.1 MB

6. OOP Glossary.vtt

7.9 KB

7. GUI in OOP Design (Practice).html

0.3 KB

7.1 exercise-files.zip.zip

3.1 KB

8. Solution.html

5.1 KB

8.1 frontend.py.py

3.6 KB

/15. Python for Image and Video Processing with OpenCV/

1. Introduction.mp4

4.2 MB

1. Introduction.vtt

3.0 KB

2. Installing the Library.html

3.1 KB

3. Loading, Displaying, Resizing, and Writing Images.mp4

32.4 MB

3. Loading, Displaying, Resizing, and Writing Images.vtt

13.9 KB

3.1 galaxy.jpg.jpg

942.6 KB

4. Batch Image Resizing (Practice).html

0.2 KB

4.1 sample_images.zip.zip

2.0 MB

5. Solution.html

0.7 KB

6. Solution with Explanations.mp4

8.6 MB

6. Solution with Explanations.vtt

4.7 KB

7. Face Detection.mp4

42.6 MB

7. Face Detection.vtt

20.4 KB

7.1 Files.zip.zip

343.1 KB

8. Capturing Video.mp4

37.9 MB

8. Capturing Video.vtt

21.0 KB

/16. Application 6 Build a Webcam Motion Detector/

1. Program Demonstration.mp4

5.8 MB

1. Program Demonstration.vtt

2.4 KB

1.1 app6_motion_detector.zip.zip

2.2 KB

2. Detecting Webcam Objects.mp4

66.9 MB

2. Detecting Webcam Objects.vtt

31.6 KB

3. Capturing Motion Time.mp4

51.8 MB

3. Capturing Motion Time.vtt

19.0 KB

3.1 Sample_of_the_produced_time_values.zip.zip

0.4 KB

/17. Interactive Data Visualization with Python/

1. Introduction to Bokeh.mp4

4.1 MB

1. Introduction to Bokeh.vtt

2.3 KB

10. Plot Properties.html

0.7 KB

11. Plotting Weather Data (Practice).html

0.7 KB

12. Solution.html

0.7 KB

13. Visual Attributes.html

1.2 KB

14. Time-series Plots.mp4

16.2 MB

14. Time-series Plots.vtt

5.5 KB

14.1 Google Link.txt.txt

0.1 KB

14.2 adbe.csv.csv

37.8 KB

15. More Visualization Examples with Bokeh.mp4

12.5 MB

15. More Visualization Examples with Bokeh.vtt

4.7 KB

16. Plotting Time Intervals of the Motion Detector.mp4

30.1 MB

16. Plotting Time Intervals of the Motion Detector.vtt

12.7 KB

16.1 Sample_of_the_produced_time_values.zip.zip

0.4 KB

17. Hover Tool Implementation.mp4

21.4 MB

17. Hover Tool Implementation.vtt

9.5 KB

2. Installing Bokeh.html

0.2 KB

3. Your First Bokeh Plot.mp4

20.3 MB

3. Your First Bokeh Plot.vtt

13.9 KB

4. Plotting Triangles and Circle Glyphs (Practice).html

0.7 KB

5. Solution.html

0.9 KB

6. Using Bokeh with Pandas.mp4

10.9 MB

6. Using Bokeh with Pandas.vtt

4.5 KB

6.1 data.csv.csv

0.0 KB

7. Plotting Education Data (Practice).html

0.7 KB

8. Solution.html

0.5 KB

9. Note on Loading Excel Files.html

0.5 KB

/18. Webscraping with BeautifulSoup/

1. Section Introduction.mp4

3.4 MB

1. Section Introduction.vtt

2.4 KB

2. The Concept Behind Webscraping.mp4

10.7 MB

2. The Concept Behind Webscraping.vtt

4.8 KB

3. Webscraping Example.mp4

39.2 MB

3. Webscraping Example.vtt

15.9 KB

/19. Application 7 Scrape Real Estate Property Data from the Web/

1. Program Demonstration.mp4

7.3 MB

1. Program Demonstration.vtt

3.1 KB

1.1 app7_webscraping.zip.zip

4.3 KB

2. Loading the Webpage in Python.mp4

23.2 MB

2. Loading the Webpage in Python.vtt

7.2 KB

3. Extracting div Tags.mp4

32.9 MB

3. Extracting div Tags.vtt

10.8 KB

4. Extracting Addresses and Property Details.mp4

38.9 MB

4. Extracting Addresses and Property Details.vtt

12.2 KB

5. Extracting Elements without Unique Identifiers.mp4

33.7 MB

5. Extracting Elements without Unique Identifiers.vtt

11.5 KB

6. Saving the Extracted Data in CSV Files.mp4

23.0 MB

6. Saving the Extracted Data in CSV Files.vtt

7.7 KB

7. Crawling Through Webpages.mp4

61.7 MB

7. Crawling Through Webpages.vtt

16.1 KB

/2. Python Basics/

1. Small Code Example.mp4

11.4 MB

1. Small Code Example.vtt

8.0 KB

1.1 sample.txt.txt

0.0 KB

1.2 basics.py.py

0.6 KB

1.3 diagram.png.png

465.6 KB

10. Built-in Functions.mp4

9.3 MB

10. Built-in Functions.vtt

4.5 KB

11. Simple Sum (Practice).html

0.1 KB

12. Lists.mp4

12.5 MB

12. Lists.vtt

5.9 KB

13. Lists (Practice).html

0.1 KB

14. List Indexing and Slicing.mp4

9.4 MB

14. List Indexing and Slicing.vtt

5.0 KB

15. List Slicing Examples.html

1.5 KB

16. Indexing (Practice).html

0.1 KB

17. Slicing (Practice).html

0.1 KB

18. More on Indexing (Practice).html

0.1 KB

19. More on Slicing (Practice).html

0.1 KB

2. Variables.mp4

9.1 MB

2. Variables.vtt

5.6 KB

20. List Indexing (Practice).html

0.1 KB

21. List Methods.mp4

8.7 MB

21. List Methods.vtt

3.6 KB

22. Quiz 1 Indexing and Slicing.html

0.1 KB

23. Append to List (Practice).html

0.1 KB

24. Remove from List (Practice).html

0.1 KB

25. Append from List to List (Practice).html

0.1 KB

26. Concatenate List Items (Practice).html

0.1 KB

27. Tuples.html

0.9 KB

28. Dictionaries.mp4

4.3 MB

28. Dictionaries.vtt

2.5 KB

29. Create Dictionary (Practice).html

0.1 KB

3. Strings.mp4

4.4 MB

3. Strings.vtt

2.7 KB

30. More Operations with Dictionaries.html

1.3 KB

31. User Input.mp4

12.1 MB

31. User Input.vtt

5.7 KB

32. Conditionals.mp4

18.0 MB

32. Conditionals.vtt

9.6 KB

33. Conditionals with Multiple Conditions.mp4

7.5 MB

33. Conditionals with Multiple Conditions.vtt

3.3 KB

34. Conditionals.html

0.1 KB

35. Custom Functions.mp4

7.0 MB

35. Custom Functions.vtt

3.5 KB

36. Custom Functions Example.mp4

9.9 MB

36. Custom Functions Example.vtt

6.0 KB

37. Create Function (Practice).html

0.1 KB

38. Exponential Function (Practice).html

0.1 KB

39. Custom Functions Return vs Print.mp4

12.2 MB

39. Custom Functions Return vs Print.vtt

6.9 KB

4. Numbers.mp4

3.6 MB

4. Numbers.vtt

2.3 KB

40. Custom Functions with Conditionals.mp4

9.5 MB

40. Custom Functions with Conditionals.vtt

5.1 KB

41. Calculate Length (Practice).html

0.8 KB

42. Solution.html

0.2 KB

43. Custom Functions with Multiple Parameters.mp4

5.4 MB

43. Custom Functions with Multiple Parameters.vtt

2.6 KB

44. Sum up Function (Practice).html

0.1 KB

45. Function Output (Practice).html

0.1 KB

46. Custom Functions with Default Parameters.mp4

2.8 MB

46. Custom Functions with Default Parameters.vtt

1.5 KB

47. Function with Default Parameters (Practice).html

0.1 KB

48. Weather Function (Practice).html

0.4 KB

49. Solution.html

0.3 KB

5. Variables (Practice).html

0.1 KB

50. Functions and if-else (Practice).html

0.7 KB

51. Solution.html

0.2 KB

52. Functions and if-elif-else (Practice).html

0.2 KB

53. Solution.html

0.3 KB

54. Opening Files in Python.mp4

11.0 MB

54. Opening Files in Python.vtt

7.8 KB

55. Working with File Paths.mp4

5.8 MB

55. Working with File Paths.vtt

3.7 KB

56. Processing File Content.mp4

10.5 MB

56. Processing File Content.vtt

5.6 KB

57. Reading Files (Practice).html

0.3 KB

57.1 fruits.txt.txt

0.1 KB

58. Solution.html

0.2 KB

59. For Loops.mp4

17.5 MB

59. For Loops.vtt

7.0 KB

6. Get Variable Value (Practice).html

0.1 KB

60. For Loops (Practice).html

0.3 KB

61. Solution.html

0.1 KB

62. For Loops.html

0.1 KB

63. For Loop with Conditional Block (Practice).html

0.3 KB

64. Solution.html

0.1 KB

65. File Content Length (Practice).html

0.4 KB

65.1 fruits.txt.txt

0.1 KB

66. Solution.html

0.5 KB

67. Functions, Conditionals, and Loops (Practice).html

0.7 KB

68. Solution.html

0.2 KB

69. Writing Text to a File.mp4

11.3 MB

69. Writing Text to a File.vtt

7.0 KB

7. Programming Tip.html

0.4 KB

70. Appending Text to a File.mp4

3.2 MB

70. Appending Text to a File.vtt

1.4 KB

71. Reading and Appending Text to a File.mp4

5.7 MB

71. Reading and Appending Text to a File.vtt

3.1 KB

72. Write Multiple Lines in a Text File (Practice).html

0.2 KB

73. Tip Writing Multiple Lines in a Text File.html

0.2 KB

74. Solution.html

0.2 KB

8. Math Operators.html

2.3 KB

9. Math Operators (Practice).html

0.1 KB

/20. Application 8 Build a Web-based Financial Graph/

1. Program Demonstration.mp4

3.6 MB

1. Program Demonstration.vtt

2.4 KB

1.1 app8-finance-app.zip.zip

10.1 KB

10. Embedding the Bokeh Chart in a Webpage.mp4

38.5 MB

10. Embedding the Bokeh Chart in a Webpage.vtt

14.1 KB

11. Deploying the Chart Website to a Live Server.mp4

26.5 MB

11. Deploying the Chart Website to a Live Server.vtt

7.9 KB

11.1 runtime_link.txt.txt

0.2 KB

2. Downloading Datasets with Python.mp4

33.2 MB

2. Downloading Datasets with Python.vtt

12.1 KB

3. Stock Market Data.mp4

7.2 MB

3. Stock Market Data.vtt

3.9 KB

4. Stock Market Data Candlestick Charts.mp4

12.1 MB

4. Stock Market Data Candlestick Charts.vtt

6.1 KB

5. Candlestick Charts with Bokeh Quadrants.mp4

23.4 MB

5. Candlestick Charts with Bokeh Quadrants.vtt

9.9 KB

6. Candlestick Charts with Bokeh Rectangles.mp4

53.5 MB

6. Candlestick Charts with Bokeh Rectangles.vtt

21.0 KB

7. Candlestick Segments.mp4

14.9 MB

7. Candlestick Segments.vtt

5.2 KB

8. Stylizing the Chart.mp4

49.8 MB

8. Stylizing the Chart.vtt

3.9 KB

9. The Concept Behind Embedding Bokeh Charts in a Flask Webpage.mp4

39.9 MB

9. The Concept Behind Embedding Bokeh Charts in a Flask Webpage.vtt

10.8 KB

/21. Application 9 Build a Data Collector Web App with PostGreSQL and Flask/

1. Demonstration of the Web Application.mp4

6.2 MB

1. Demonstration of the Web Application.vtt

3.6 KB

1.1 app9-datacollector-flask-postgres.zip.zip

802.7 KB

10. Deploying the Web Application to a Live Server.mp4

78.6 MB

10. Deploying the Web Application to a Live Server.vtt

29.4 KB

10.1 runtime_link.txt.txt

0.2 KB

11. Bonus Lecture Implementing Download and Upload in your Web App.mp4

58.0 MB

11. Bonus Lecture Implementing Download and Upload in your Web App.vtt

20.0 KB

11.1 download_app.zip.zip

805.8 KB

2. PostGreSQL Database Web App with Flask Steps.mp4

10.7 MB

2. PostGreSQL Database Web App with Flask Steps.vtt

7.1 KB

3. Frontend HTML Part.mp4

28.1 MB

3. Frontend HTML Part.vtt

15.2 KB

4. Frontend CSS Part.mp4

21.9 MB

4. Frontend CSS Part.vtt

9.5 KB

5. Backend Getting User Input.mp4

35.7 MB

5. Backend Getting User Input.vtt

17.3 KB

6. Backend The PostGreSQL Database Model.mp4

42.8 MB

6. Backend The PostGreSQL Database Model.vtt

18.4 KB

7. Backend Storing User Data to the Database.mp4

52.5 MB

7. Backend Storing User Data to the Database.vtt

18.3 KB

8. Backend Emailing Database Values Back to the User.mp4

27.2 MB

8. Backend Emailing Database Values Back to the User.vtt

10.8 KB

9. Backend Sending Statistics to Users.mp4

42.1 MB

9. Backend Sending Statistics to Users.vtt

14.7 KB

/22. Application 10 Student Project on Building a Geocoder Web Service/

1. Program Demonstration.mp4

15.1 MB

1. Program Demonstration.vtt

9.0 KB

1.1 app10-geocoder.zip.zip

9.7 KB

2. Solution, Part 1.mp4

37.0 MB

2. Solution, Part 1.vtt

18.7 KB

3. Solution, Part 2.mp4

14.5 MB

3. Solution, Part 2.vtt

6.6 KB

4. End of the Course.mp4

5.3 MB

4. End of the Course.vtt

1.0 KB

4.1 course-code.txt.txt

0.2 KB

/23. Coupons for Other Python Courses/

1. Bonus Lecture.html

1.4 KB

/24. Bonus Section Python Contests/

1. Introduction.html

1.3 KB

2. Contest #1 Code Review.mp4

75.4 MB

2. Contest #1 Code Review.vtt

7.9 KB

3. Contest #2 Code Review.mp4

41.7 MB

3. Contest #2 Code Review.vtt

4.3 KB

/3. Beyond the Basics/

1. Section Introduction.mp4

2.9 MB

1. Section Introduction.vtt

3.2 KB

10. Looping Multiple Sequences.mp4

2.3 MB

10. Looping Multiple Sequences.vtt

2.0 KB

11. The with Context Manager.mp4

4.5 MB

11. The with Context Manager.vtt

3.3 KB

12. Files, Loops, Functions, and Conditionals (Practice).html

0.8 KB

13. Solution.html

1.6 KB

14. Merging Text Files (Practice).html

1.0 KB

14.1 file3.txt.txt

0.0 KB

14.2 file2.txt.txt

0.0 KB

14.3 file1.txt.txt

0.0 KB

15. Tips Merging Text Files.html

0.4 KB

16. Solution.html

0.3 KB

2. Setting Up.mp4

9.8 MB

2. Setting Up.vtt

5.5 KB

3. While Loop.mp4

7.9 MB

3. While Loop.vtt

6.5 KB

4. While Loop with Password Checker.mp4

4.8 MB

4. While Loop with Password Checker.vtt

3.3 KB

5. String Formatting.mp4

6.0 MB

5. String Formatting.vtt

3.4 KB

6. Modules, Libraries, and Packages.mp4

23.6 MB

6. Modules, Libraries, and Packages.vtt

12.6 KB

7. Installing Python Libraries.html

0.7 KB

8. Dates and Times.mp4

12.0 MB

8. Dates and Times.vtt

7.5 KB

9. Datetime Formatting Codes.html

4.1 KB

/4. Fixing Programming Errors/

1. Syntax Errors.mp4

14.8 MB

1. Syntax Errors.vtt

9.8 KB

2. Runtime Errors.mp4

20.0 MB

2. Runtime Errors.vtt

12.2 KB

3. Errors.html

0.1 KB

4. How to Fix Difficult Errors.mp4

18.1 MB

4. How to Fix Difficult Errors.vtt

6.7 KB

5. Good Programming Questions.mp4

17.7 MB

5. Good Programming Questions.vtt

6.5 KB

6. Error Handling.mp4

14.9 MB

6. Error Handling.vtt

8.7 KB

/5. Application 1 Build an Interactive Dictionary/

1. Program Demonstration.mp4

8.0 MB

1. Program Demonstration.vtt

5.1 KB

1.1 data.json.json

4.9 MB

1.2 app1.py.py

0.8 KB

10. Confirmation from the User.mp4

21.2 MB

10. Confirmation from the User.vtt

10.1 KB

11. Optimizing the Final Output.mp4

16.1 MB

11. Optimizing the Final Output.vtt

8.7 KB

12. Fixing a program bug (Practice).html

0.6 KB

12.1 app1.py.py

0.8 KB

13. Solution.html

1.6 KB

14. Fixing another bug (Practice).html

0.3 KB

15. Solution.html

1.1 KB

2. The Data Source.mp4

12.3 MB

2. The Data Source.vtt

5.6 KB

2.1 data.json.json

4.9 MB

3. Loading JSON Data.mp4

24.9 MB

3. Loading JSON Data.vtt

3.9 KB

4. Returning the Definition of a Word.mp4

7.8 MB

4. Returning the Definition of a Word.vtt

3.4 KB

5. Accounting for non-existing Words.mp4

6.8 MB

5. Accounting for non-existing Words.vtt

2.7 KB

6. Implementing Case Sensitivity.mp4

6.8 MB

6. Implementing Case Sensitivity.vtt

2.9 KB

7. Similarity Ratio Between Two Words.mp4

12.8 MB

7. Similarity Ratio Between Two Words.vtt

5.1 KB

8. Best Matches out of a List of Words.mp4

20.5 MB

8. Best Matches out of a List of Words.vtt

6.0 KB

9. Recommending the Best Match.mp4

19.6 MB

9. Recommending the Best Match.vtt

9.6 KB

/6. Data Analysis with Pandas/

1. What is Pandas.mp4

17.7 MB

1. What is Pandas.vtt

7.6 KB

10. Note.html

0.4 KB

11. Example Geocoding Addresses with Pandas and Geopy.mp4

170.1 MB

11. Example Geocoding Addresses with Pandas and Geopy.vtt

14.4 KB

2. Note on IPython.html

0.6 KB

3. Getting Started with Pandas.mp4

16.7 MB

3. Getting Started with Pandas.vtt

9.8 KB

4. Getting Started with Jupyter Notebooks.mp4

28.1 MB

4. Getting Started with Jupyter Notebooks.vtt

10.4 KB

5. Note on Loading Excel Files.html

0.5 KB

6. Loading CSV, Excel, TXT and JSON Files.mp4

36.6 MB

6. Loading CSV, Excel, TXT and JSON Files.vtt

13.1 KB

6.1 supermarkets.xlsx.xlsx

9.2 KB

6.2 supermarkets.json.json

1.1 KB

6.3 supermarkets_semi-colons.txt.txt

0.4 KB

6.4 supermarkets.csv.csv

0.4 KB

6.5 supermarkets_commas.txt.txt

0.4 KB

7. Indexing and Slicing DataFrame Tables.mp4

22.8 MB

7. Indexing and Slicing DataFrame Tables.vtt

11.9 KB

8. Deleting Columns and Rows.mp4

6.0 MB

8. Deleting Columns and Rows.vtt

2.7 KB

9. Updating and Adding new Columns and Rows.mp4

18.2 MB

9. Updating and Adding new Columns and Rows.vtt

8.1 KB

/7. Numpy/

1. What is Numpy.mp4

14.8 MB

1. What is Numpy.vtt

9.2 KB

1.1 smallgray.png.png

0.2 KB

2. Installing OpenCV.html

3.1 KB

3. Convert Images to Numpy Arrays.mp4

12.3 MB

3. Convert Images to Numpy Arrays.vtt

6.2 KB

3.1 smallgray.png.png

0.2 KB

4. Indexing, Slicing, and Iterating Numpy Arrays.mp4

8.4 MB

4. Indexing, Slicing, and Iterating Numpy Arrays.vtt

4.0 KB

5. Stacking and Splitting Numpy Arrays.mp4

12.5 MB

5. Stacking and Splitting Numpy Arrays.vtt

6.2 KB

/8. Application 2 Create Webmaps with Python and Folium/

1. Program Demonstration.mp4

4.0 MB

1. Program Demonstration.vtt

1.2 KB

1.1 app2-web-map.zip.zip

744.4 KB

10. Tip Add and Style Points.html

0.4 KB

11. Solution.mp4

4.5 MB

11. Solution.vtt

1.8 KB

12. GeoJson Data.mp4

29.7 MB

12. GeoJson Data.vtt

5.5 KB

12.1 world.json.json

2.1 MB

13. Adding a GeoJson Polygon Layer.mp4

14.1 MB

13. Adding a GeoJson Polygon Layer.vtt

3.1 KB

14. Choropleth Map.mp4

29.1 MB

14. Choropleth Map.vtt

8.1 KB

15. Layer Control Panel.mp4

18.1 MB

15. Layer Control Panel.vtt

6.1 KB

2. The Basemap.mp4

36.3 MB

2. The Basemap.vtt

11.3 KB

3. Adding Points.mp4

21.5 MB

3. Adding Points.vtt

7.5 KB

3.1 Volcanoes.txt.txt

8.1 KB

4. Adding Multiple Points.mp4

10.0 MB

4. Adding Multiple Points.vtt

4.8 KB

5. Adding Points from Files.mp4

39.2 MB

5. Adding Points from Files.vtt

12.5 KB

6. Popup Windows on Map.mp4

13.1 MB

6. Popup Windows on Map.vtt

4.3 KB

7. HTML on Popups.html

1.8 KB

8. Color Points.mp4

21.4 MB

8. Color Points.vtt

7.8 KB

9. Add and Style Points (Practice).html

0.4 KB

/9. Application 3 Build a Website Blocker/

1. Program Demonstration.mp4

7.2 MB

1. Program Demonstration.vtt

4.5 KB

1.1 app3_website_blocker.py.py

1.0 KB

10. Scheduling a Python Program on a Server.html

2.0 KB

2. Application Architecture.mp4

8.3 MB

2. Application Architecture.vtt

4.1 KB

2.1 Hosts.zip.zip

0.6 KB

3. Setting up the Script.mp4

19.0 MB

3. Setting up the Script.vtt

10.4 KB

4. Setting up the Infinite Loop.mp4

20.7 MB

4. Setting up the Infinite Loop.vtt

10.9 KB

5. Implementing the First Part.mp4

27.6 MB

5. Implementing the First Part.vtt

12.6 KB

6. Implementing the Second Part.mp4

47.4 MB

6. Implementing the Second Part.vtt

19.6 KB

7. The any() function.html

1.3 KB

8. Scheduling the Python Program on Windows.mp4

31.7 MB

8. Scheduling the Python Program on Windows.vtt

13.8 KB

9. Scheduling the Python Program on Mac and Linux.mp4

15.0 MB

9. Scheduling the Python Program on Mac and Linux.vtt

6.7 KB

/

[FreeCourseLab.com].url

0.1 KB

 

Total files 488


Copyright © 2024 FileMood.com