- 【影视】 [ TutGator.com ] TalkPython - Python Data Visualization
-
收录时间:2022-10-17
文档个数:146
文档大小:813.8 MB
最近下载:2025-08-05
人气:3318
磁力链接
~Get Your Files Here !/Ch 5. Seaborn/14 View Lecture Pair and jointplot.mp4 26.1 MB
~Get Your Files Here !/Ch 4. Pandas/7 View Lecture Advanced specialized plots.mp4 20.8 MB
~Get Your Files Here !/Ch 6. Altair/17 View Lecture Amazon authors.mp4 20.4 MB
~Get Your Files Here !/Ch 7. Plotly/11 View Lecture Regression treemap heatmap.mp4 19.7 MB
~Get Your Files Here !/Ch 3. Matplotlib/18 View Lecture Scatter plots.mp4 18.0 MB
~Get Your Files Here !/Ch 4. Pandas/4 View Lecture Basic API examples.mp4 17.1 MB
~Get Your Files Here !/Ch 6. Altair/6 View Lecture Basic shorthand API.mp4 15.3 MB
~Get Your Files Here !/Ch 9. Dash/15 View Lecture Full app data filtering.mp4 15.1 MB
~Get Your Files Here !/Ch 5. Seaborn/10 View Lecture Displot relplot and facetting.mp4 14.9 MB
~Get Your Files Here !/Ch 8. Streamlit/11 View Lecture Show charts.mp4 14.2 MB
~Get Your Files Here !/Ch 7. Plotly/9 View Lecture Scatter plots.mp4 13.5 MB
~Get Your Files Here !/Ch 3. Matplotlib/13 View Lecture Figures and Axes.mp4 13.3 MB
~Get Your Files Here !/Ch 5. Seaborn/11 View Lecture Catplot API summary.mp4 12.7 MB
~Get Your Files Here !/Ch 6. Altair/8 View Lecture Longhand API.mp4 12.6 MB
~Get Your Files Here !/Ch 7. Plotly/7 View Lecture Additional plot types.mp4 12.6 MB
~Get Your Files Here !/Ch 7. Plotly/12 View Lecture Facetting.mp4 12.6 MB
~Get Your Files Here !/Ch 3. Matplotlib/11 View Lecture Object Oriented API.mp4 12.4 MB
~Get Your Files Here !/Ch 9. Dash/9 View Lecture HTML.mp4 12.4 MB
~Get Your Files Here !/Ch 5. Seaborn/13 View Lecture Heatmap.mp4 11.8 MB
~Get Your Files Here !/Ch 7. Plotly/6 View Lecture Customizing.mp4 11.5 MB
猜你喜欢:
Visualization
TutGator
Python
com
TalkPython
Data
- 【影视】 [FreeCoursesOnline.Me] TalkPython - Python Data Visualization Course
-
收录时间:2023-01-29
文档个数:148
文档大小:813.8 MB
最近下载:2025-08-05
人气:14245
磁力链接
Ch 5. Seaborn/14 View Lecture Pair and jointplot.mp4 26.1 MB
Ch 4. Pandas/7 View Lecture Advanced specialized plots.mp4 20.8 MB
Ch 6. Altair/17 View Lecture Amazon authors.mp4 20.4 MB
Ch 7. Plotly/11 View Lecture Regression treemap heatmap.mp4 19.7 MB
Ch 3. Matplotlib/18 View Lecture Scatter plots.mp4 18.0 MB
Ch 4. Pandas/4 View Lecture Basic API examples.mp4 17.1 MB
Ch 6. Altair/6 View Lecture Basic shorthand API.mp4 15.3 MB
Ch 9. Dash/15 View Lecture Full app data filtering.mp4 15.1 MB
Ch 5. Seaborn/10 View Lecture Displot relplot and facetting.mp4 14.9 MB
Ch 8. Streamlit/11 View Lecture Show charts.mp4 14.2 MB
Ch 7. Plotly/9 View Lecture Scatter plots.mp4 13.5 MB
Ch 3. Matplotlib/13 View Lecture Figures and Axes.mp4 13.3 MB
Ch 5. Seaborn/11 View Lecture Catplot API summary.mp4 12.7 MB
Ch 6. Altair/8 View Lecture Longhand API.mp4 12.6 MB
Ch 7. Plotly/7 View Lecture Additional plot types.mp4 12.6 MB
Ch 7. Plotly/12 View Lecture Facetting.mp4 12.6 MB
Ch 3. Matplotlib/11 View Lecture Object Oriented API.mp4 12.4 MB
Ch 9. Dash/9 View Lecture HTML.mp4 12.4 MB
Ch 5. Seaborn/13 View Lecture Heatmap.mp4 11.8 MB
Ch 7. Plotly/6 View Lecture Customizing.mp4 11.5 MB
猜你喜欢:
FreeCoursesOnline
Me
Visualization
Python
Course
TalkPython
Data
- 【影视】 [TalkPython] Async Techniques and Examples in Python Course (2021) [En]
-
收录时间:2021-04-03
文档个数:305
文档大小:1.9 GB
最近下载:2025-08-05
人气:4961
磁力链接
04 async and await with asyncio/31. async web scraping.mp4 86.4 MB
04 async and await with asyncio/25. Demo, Make the producer-consumer async (methods).mp4 67.9 MB
08 Common APIs with execution pools/62. Demo, Executor app (threaded-edition).mp4 65.8 MB
05 Threads/42. Cancelling threads with user input.mp4 61.0 MB
09 Built on asyncio/69. Demo, unsync app for mixed-mode parallelism.mp4 59.0 MB
09 Built on asyncio/73. Demo, Converting from asyncio to Trio.mp4 58.7 MB
06 Thread safety/51. Demo, Make the bank safe (fine-grained).mp4 55.3 MB
11 Parallelism in C with Cython/94. Demo, Hello Cython.mp4 54.4 MB
07 Leveraging CPU cores with multiprocessing/56. Demo, Scaling CPU-bound operations with multiprocessing.mp4 49.1 MB
04 async and await with asyncio/22. Demo, Understanding basic generators.mp4 48.1 MB
06 Thread safety/48. Demo, An unsafe bank.mp4 46.7 MB
10 Asyncio-based web frameworks/83. Demo, Making our API async.mp4 45.1 MB
04 async and await with asyncio/28. Faster asyncio loops with uvloop.mp4 45.0 MB
05 Threads/44. Demo, Attempting to leverage multiple cores with threads.mp4 41.4 MB
04 async and await with asyncio/24. Demo, Make the producer-consumer async.mp4 40.6 MB
09 Built on asyncio/68. Demo, unsync app introduction.mp4 40.2 MB
06 Thread safety/49. Demo, Make the bank safe (global).mp4 39.2 MB
03 Why async/13. Demo, Why you need async for speed.mp4 38.6 MB
06 Thread safety/52. Demo, Breaking a deadlock.mp4 35.8 MB
10 Asyncio-based web frameworks/79. Demo, Introducing our Flask API.mp4 35.4 MB
猜你喜欢:
En
Python
Course
TalkPython
Examples
2021
Async
Techniques
- 【影视】 [FreeCoursesOnline.Me] TalkPython - Visual Studio Code for Python Developers
-
收录时间:2024-05-20
文档个数:53
文档大小:925.5 MB
最近下载:2025-08-05
人气:1076
磁力链接
47. Working with a Git Repository.mp4 67.8 MB
16. Extensions.mp4 54.4 MB
15. Common Shortcuts.mp4 50.3 MB
05. Choosing Your Python Distribution.mp4 49.0 MB
23. Linting and Formatting Code.mp4 40.7 MB
01. Welcome to the Course.mp4 36.6 MB
48. Viewing and Syncing Changes.mp4 32.4 MB
17. Themes.mp4 31.6 MB
46. What is Source Control and Why Do You Need It.mp4 30.8 MB
51. Thank you, Summary and Resources.mp4 29.3 MB
06. Installing VS Code (There Are Choices).mp4 28.1 MB
49. The GitHub PR (Pull Request) Extension.mp4 27.4 MB
02. What You'll Need.mp4 26.8 MB
34. Command-line Debugging Techniques.mp4 25.2 MB
37. Working with Debug Configurations.mp4 20.7 MB
10. Command Palette.mp4 19.1 MB
24. Refactoring Code with VS Code.mp4 19.1 MB
28. Handling multiple Python Versions with pyenv.mp4 18.9 MB
35. Debugging with Visual Studio Code.mp4 18.8 MB
25. Code Snippets.mp4 17.3 MB
猜你喜欢:
FreeCoursesOnline
Me
Code
Python
Visual
TalkPython
Studio
Developers
- 【压缩文件】 [ FreeCourseWeb.com ] TalkPython - Consuming HTTP Services in Python.zip
-
收录时间:2023-03-07
文档个数:1
文档大小:2.0 GB
最近下载:2025-08-05
人气:4201
磁力链接
[ FreeCourseWeb.com ] TalkPython - Consuming HTTP Services in Python.zip 2.0 GB
猜你喜欢:
Consuming
HTTP
zip
Python
TalkPython
FreeCourseWeb
Services
com
- 【影视】 [ DevCourseWeb.com ] TalkPython - Python for the Absolute Beginners Course
-
收录时间:2024-12-04
文档个数:199
文档大小:6.0 GB
最近下载:2025-08-05
人气:1689
磁力链接
~Get Your Files Here !/C0221+Python+for+Absolute+Beginners_Auto_Updates_U09-M07-demo_extending_the_game_20200520_200751.mp4 156.8 MB
~Get Your Files Here !/C0221+Python+for+Absolute+Beginners_Auto_Updates_U10-M06-06_demo_adding_color_output_20200520_200831.mp4 156.5 MB
~Get Your Files Here !/C0221+Python+for+Absolute+Beginners_Auto_Updates_U10-M08-08_word_completion_substring_edition_20200520_200841.mp4 155.8 MB
~Get Your Files Here !/C0221+Python+for+Absolute+Beginners_Auto_Updates_U08-M11-demo_find_the_winner_naive_version_20200520_200724.mp4 147.1 MB
~Get Your Files Here !/C0221+Python+for+Absolute+Beginners_Auto_Updates_U06-M01-intro_to_functions_20200520_200604.mp4 140.2 MB
~Get Your Files Here !/C0221+Python+for+Absolute+Beginners_Auto_Updates_U11-M4-invalid_file_formats_20200520_200902.mp4 139.4 MB
~Get Your Files Here !/C0221+Python+for+Absolute+Beginners_Auto_Updates_U09-M15-demo_writing_lines_to_a_text_file_20200520_200814.mp4 129.7 MB
~Get Your Files Here !/C0221+Python+for+Absolute+Beginners_Auto_Updates_U08-M12-demo_find_the_winner_good_version_20200520_200728.mp4 129.5 MB
~Get Your Files Here !/C0221+Python+for+Absolute+Beginners_Auto_Updates_U10-M07-07_word_completion_basic_edition_20200520_200836.mp4 126.0 MB
~Get Your Files Here !/C0221+Python+for+Absolute+Beginners_Auto_Updates_U09-M11-demo_displaying_leaders_20200520_200802.mp4 125.6 MB
~Get Your Files Here !/C0221+Python+for+Absolute+Beginners_Auto_Updates_U08-M15-practice_time_20200520_200734.mp4 122.1 MB
~Get Your Files Here !/C0221+Python+for+Absolute+Beginners_Auto_Updates_U06-M09-adding_the_best_of_feature_20200520_200629.mp4 111.9 MB
~Get Your Files Here !/C0221+Python+for+Absolute+Beginners_Auto_Updates_U07-M06-demo_checking_for_winner_with_new_rules_20200520_200649.mp4 111.8 MB
~Get Your Files Here !/C0221+Python+for+Absolute+Beginners_Auto_Updates_U11-M3-catching_invalid_numerals_20200520_200852.mp4 107.4 MB
~Get Your Files Here !/C0221+Python+for+Absolute+Beginners_Auto_Updates_U09-M10-demo_saving_wins_20200520_200757.mp4 106.8 MB
~Get Your Files Here !/C0221+Python+for+Absolute+Beginners_Auto_Updates_U03-M10-beginners_and_experts_20200520_200458.mp4 103.1 MB
~Get Your Files Here !/C0221+Python+for+Absolute+Beginners_Auto_Updates_U06-M08-a_function_for_winning_20200520_200626.mp4 99.1 MB
~Get Your Files Here !/C0221+Python+for+Absolute+Beginners_Auto_Updates_U04-M05-concept_concept_sections_20200520_200522.mp4 97.2 MB
~Get Your Files Here !/C0221+Python+for+Absolute+Beginners_Auto_Updates_U01-M5-what_will_we_cover_20200520_195813.mp4 96.9 MB
~Get Your Files Here !/C0221+Python+for+Absolute+Beginners_Auto_Updates_U06-M11-selecting_the_roll_quickly_20200520_200635.mp4 96.2 MB
猜你喜欢:
Beginners
Python
DevCourseWeb
Course
TalkPython
com
Absolute
- 【影视】 [CourseClub.Me] TalkPython - Django Getting Started Course
-
收录时间:2023-02-26
文档个数:199
文档大小:1.3 GB
最近下载:2025-08-05
人气:1147
磁力链接
6/018 View Lecture- Django and email.mp4 35.2 MB
6/026 View Lecture- Customizing the user model.mp4 32.5 MB
4/01 View Lecture- Introducing Django's ORM.mp4 25.8 MB
8/013 View Lecture- Testing an upload view.mp4 20.3 MB
7/012 View Lecture- Writing a view that fills review forms.mp4 20.1 MB
6/025 View Lecture- Branded error screens.mp4 18.0 MB
1/8 View Lecture- Mapping URLs to code.mp4 17.4 MB
10/01 View Lecture- Intro to migrations.mp4 17.1 MB
3/014 View Lecture- Creating the shared layout page.mp4 16.6 MB
2/04 View Lecture- Apps vs projects.mp4 16.5 MB
7/017 View Lecture- Testing Django forms.mp4 16.5 MB
8/08 View Lecture- Writing an upload view.mp4 16.1 MB
6/01 View Lecture- Chapter concepts.mp4 15.3 MB
3/07 View Lecture- Common template tags.mp4 15.2 MB
12/08 View Lecture- Django Debug Toolbar.mp4 15.0 MB
5/013 View Lecture- Improving the Author model's list display.mp4 14.6 MB
6/029 View Lecture- Adding the user profile to Django admin.mp4 14.5 MB
12/09 View Lecture- Using the Debug Toolbar.mp4 14.5 MB
12/06 View Lecture- Writing DRF code.mp4 13.6 MB
1/9 View Lecture- HTML template engine.mp4 13.3 MB
猜你喜欢:
Me
CourseClub
Getting
Started
Django
Course
TalkPython
- 【影视】 [CourseClub.Me] TalkPython - Python Data Visualization Course
-
收录时间:2023-03-04
文档个数:145
文档大小:813.8 MB
最近下载:2025-08-04
人气:5736
磁力链接
Ch 5. Seaborn/14 View Lecture Pair and jointplot.mp4 26.1 MB
Ch 4. Pandas/7 View Lecture Advanced specialized plots.mp4 20.8 MB
Ch 6. Altair/17 View Lecture Amazon authors.mp4 20.4 MB
Ch 7. Plotly/11 View Lecture Regression treemap heatmap.mp4 19.7 MB
Ch 3. Matplotlib/18 View Lecture Scatter plots.mp4 18.0 MB
Ch 4. Pandas/4 View Lecture Basic API examples.mp4 17.1 MB
Ch 6. Altair/6 View Lecture Basic shorthand API.mp4 15.3 MB
Ch 9. Dash/15 View Lecture Full app data filtering.mp4 15.1 MB
Ch 5. Seaborn/10 View Lecture Displot relplot and facetting.mp4 14.9 MB
Ch 8. Streamlit/11 View Lecture Show charts.mp4 14.2 MB
Ch 7. Plotly/9 View Lecture Scatter plots.mp4 13.5 MB
Ch 3. Matplotlib/13 View Lecture Figures and Axes.mp4 13.3 MB
Ch 5. Seaborn/11 View Lecture Catplot API summary.mp4 12.7 MB
Ch 6. Altair/8 View Lecture Longhand API.mp4 12.6 MB
Ch 7. Plotly/7 View Lecture Additional plot types.mp4 12.6 MB
Ch 7. Plotly/12 View Lecture Facetting.mp4 12.6 MB
Ch 3. Matplotlib/11 View Lecture Object Oriented API.mp4 12.4 MB
Ch 9. Dash/9 View Lecture HTML.mp4 12.4 MB
Ch 5. Seaborn/13 View Lecture Heatmap.mp4 11.8 MB
Ch 7. Plotly/6 View Lecture Customizing.mp4 11.5 MB
猜你喜欢:
Me
Visualization
CourseClub
Python
Course
TalkPython
Data
- 【影视】 [TalkPython] #100DaysOfCode (2020)
-
收录时间:2021-05-10
文档个数:382
文档大小:9.0 GB
最近下载:2025-08-04
人气:3321
磁力链接
17 Days 46-48 Web Scraping with BeautifulSoup4/161 Detailed BS4 scraping and searching.mp4 200.7 MB
15 Days 40-42 JSON in Python/141 Parsing nested dicts in JSON.mp4 106.0 MB
11 Days 28-30 Regular Expressions/095 Compiling regexes with re.VERBOSE.mp4 99.9 MB
15 Days 40-42 JSON in Python/140 Request JSON data from an API.mp4 96.1 MB
26 Days 73-75 Automate tasks with Selenium/241 Demo 1 access my Packt ebook collection.mp4 90.0 MB
21 Days 58-60 Twitter data analysis with Python/203 Build a Twitter wordcloud.mp4 89.4 MB
25 Days 70-72 Excel automation with openpyxl/236 Inserting data into a worksheet.mp4 89.2 MB
05 Days 10-12 Testing your code with pytest/041 Testing (simulating) the game end-to-end.mp4 85.2 MB
25 Days 70-72 Excel automation with openpyxl/234 Working with cell values.mp4 84.3 MB
22 Days 61-63 Using the Github API with Python/209 Ranking user's repos by popularity.mp4 79.4 MB
17 Days 46-48 Web Scraping with BeautifulSoup4/159 Building your first BS4 scraper.mp4 76.8 MB
03 Days 4-6 Collections module/026 Second day use collections on movie data.mp4 75.4 MB
14 Days 37-39 Using CSV data/131 Demo Converting our CSV data to a usable form.mp4 74.7 MB
29 Days 82-84 Data visualization with Plotly/264 Prep 1 parse PyBites RSS feed data.mp4 74.4 MB
31 Days 88-90 Home Inventory App/301 Home Inventory app run through.mp4 72.9 MB
22 Days 61-63 Using the Github API with Python/211 Inspecting Github objects with pdb.mp4 71.7 MB
31 Days 88-90 Home Inventory App/302 Bug and functionality fixes.mp4 69.2 MB
01 Welcome to the course/011 Bob's setup.mp4 68.4 MB
29 Days 82-84 Data visualization with Plotly/265 Prep 2 useful data structures for plotting.mp4 67.9 MB
32 Days 91-93 Database access with SQLAlchemy/310 Demo Using the data access layer (DAL).mp4 64.3 MB
猜你喜欢:
100DaysOfCode
TalkPython
2020
- 【影视】 [TalkPython] Introduction to Ansible Course (2020) [En]
-
收录时间:2021-04-09
文档个数:72
文档大小:1.4 GB
最近下载:2025-08-04
人气:15500
磁力链接
03 Ansible Core Concepts/013 Modules.mp4 70.8 MB
07 Deployments/066 Fixing Our Nginx Configuration.mp4 67.1 MB
02 Development Environment Configuration/007 Configuring Ansible on macOS.mp4 56.4 MB
06 Configuring Servers/043 Creating a Non-root User.mp4 54.1 MB
06 Configuring Servers/051 PostgreSQL Management with the postgresql_db and postgresql_user Modules.mp4 51.6 MB
07 Deployments/058 Enhancing the Nginx Template.mp4 51.4 MB
01 Introduction/005 Working with Ansible.mp4 46.6 MB
07 Deployments/059 Testing the Nginx Tasks.mp4 46.2 MB
06 Configuring Servers/047 Splitting Web Server and Database Server Roles.mp4 41.8 MB
07 Deployments/056 Enhancing Our Playbook and Let's Encrypt.mp4 38.2 MB
07 Deployments/060 Deploy Keys on GitHub.mp4 38.0 MB
07 Deployments/063 Using the start-at-task Argument.mp4 36.5 MB
07 Deployments/057 SSL Certificates with the shell and stat Modules.mp4 36.4 MB
05 Data/036 Ansible Vault.mp4 34.2 MB
01 Introduction/002 Why Ansible.mp4 34.0 MB
02 Development Environment Configuration/010 Configuring Ansible on Ubuntu.mp4 33.6 MB
04 Running Playbooks/028 New Users with the group, user and authorized_key Modules.mp4 33.4 MB
04 Running Playbooks/027 Adjusting Output Verbosity.mp4 33.4 MB
06 Configuring Servers/050 Installing PostgreSQL.mp4 31.5 MB
06 Configuring Servers/048 Running Nginx.mp4 30.0 MB
猜你喜欢:
En
Introduction
Course
TalkPython
Ansible
2020
- 【影视】 [TalkPython] Eve Building RESTful APIs with MongoDB and Flask Course (2019) [En]
-
收录时间:2021-04-05
文档个数:77
文档大小:2.2 GB
最近下载:2025-08-03
人气:3404
磁力链接
12 Appendix Installing MongoDB/053 Setting up MongoDB as a Windows service.mp4 131.3 MB
13 Appendix Deploying MongoDB/063 Installing MongoDB for production use.mp4 100.3 MB
13 Appendix Deploying MongoDB/073 Connecting to MongoDB via Python.mp4 95.4 MB
13 Appendix Deploying MongoDB/075 MongoDB admin tools.mp4 87.0 MB
02 Setup and tools/006 Installing Eve and its dependencies.mp4 83.2 MB
13 Appendix Deploying MongoDB/062 Creating a couple of cloud servers.mp4 82.1 MB
12 Appendix Installing MongoDB/057 Setting up MongoDB on Linux.mp4 81.7 MB
12 Appendix Installing MongoDB/055 Setting up MongoDB on macOS.mp4 74.1 MB
10 Fine-tuning your REST service/043 Securing the service.mp4 67.4 MB
08 Consuming the service/029 Python.mp4 65.9 MB
10 Fine-tuning your REST service/044 Event hooks.mp4 58.4 MB
09 Schema definitions and validation/033 Data-relations and embedded resource serialization.mp4 52.7 MB
07 Your first Eve service/021 Let's build and launch our first app.mp4 52.2 MB
08 Consuming the service/028 JavaScript and websites.mp4 51.9 MB
09 Schema definitions and validation/032 Advanced validation rules.mp4 51.0 MB
13 Appendix Deploying MongoDB/068 Adding encrypted communication for MongoDB.mp4 48.5 MB
13 Appendix Deploying MongoDB/066 Limit you network exposure in action.mp4 48.2 MB
02 Setup and tools/007 Working with different versions of Eve.mp4 45.6 MB
09 Schema definitions and validation/034 Custom rules and types.mp4 45.1 MB
10 Fine-tuning your REST service/036 Handling datetime values.mp4 40.8 MB
猜你喜欢:
Building
En
APIs
Flask
MongoDB
Eve
Course
TalkPython
2019
RESTful
- 【影视】 [FreeCoursesOnline.Me] TalkPython - Getting started with pytest
-
收录时间:2023-02-13
文档个数:72
文档大小:436.6 MB
最近下载:2025-08-03
人气:4207
磁力链接
lesson51.mp4 24.6 MB
lesson15.mp4 19.0 MB
lesson61.mp4 16.7 MB
lesson44.mp4 16.0 MB
lesson64.mp4 15.9 MB
lesson37.mp4 14.8 MB
lesson32.mp4 13.4 MB
lesson12.mp4 12.9 MB
lesson39.mp4 12.7 MB
lesson45.mp4 11.4 MB
lesson30.mp4 11.3 MB
lesson29.mp4 11.2 MB
lesson27.mp4 11.0 MB
lesson58.mp4 10.9 MB
lesson25.mp4 10.6 MB
lesson55.mp4 10.6 MB
lesson20.mp4 10.3 MB
lesson42.mp4 10.1 MB
lesson48.mp4 9.7 MB
lesson62.mp4 9.5 MB
猜你喜欢:
FreeCoursesOnline
Me
Getting
started
TalkPython
pytest
- 【影视】 TalkPython - Python Data Visualization Course
-
收录时间:2025-01-07
文档个数:148
文档大小:813.8 MB
最近下载:2025-08-02
人气:189
磁力链接
Ch 5. Seaborn/14 View Lecture Pair and jointplot.mp4 26.1 MB
Ch 4. Pandas/7 View Lecture Advanced specialized plots.mp4 20.8 MB
Ch 6. Altair/17 View Lecture Amazon authors.mp4 20.4 MB
Ch 7. Plotly/11 View Lecture Regression treemap heatmap.mp4 19.7 MB
Ch 3. Matplotlib/18 View Lecture Scatter plots.mp4 18.0 MB
Ch 4. Pandas/4 View Lecture Basic API examples.mp4 17.1 MB
Ch 6. Altair/6 View Lecture Basic shorthand API.mp4 15.3 MB
Ch 9. Dash/15 View Lecture Full app data filtering.mp4 15.1 MB
Ch 5. Seaborn/10 View Lecture Displot relplot and facetting.mp4 14.9 MB
Ch 8. Streamlit/11 View Lecture Show charts.mp4 14.2 MB
Ch 7. Plotly/9 View Lecture Scatter plots.mp4 13.5 MB
Ch 3. Matplotlib/13 View Lecture Figures and Axes.mp4 13.3 MB
Ch 5. Seaborn/11 View Lecture Catplot API summary.mp4 12.7 MB
Ch 6. Altair/8 View Lecture Longhand API.mp4 12.6 MB
Ch 7. Plotly/7 View Lecture Additional plot types.mp4 12.6 MB
Ch 7. Plotly/12 View Lecture Facetting.mp4 12.6 MB
Ch 3. Matplotlib/11 View Lecture Object Oriented API.mp4 12.4 MB
Ch 9. Dash/9 View Lecture HTML.mp4 12.4 MB
Ch 5. Seaborn/13 View Lecture Heatmap.mp4 11.8 MB
Ch 7. Plotly/6 View Lecture Customizing.mp4 11.5 MB
猜你喜欢:
Python
Visualization
TalkPython
Data
Course
- 【影视】 [TalkPython] Python for the .NET Developer Course (2019) [En]
-
收录时间:2021-03-27
文档个数:175
文档大小:3.6 GB
最近下载:2025-08-01
人气:1689
磁力链接
12 Deploying Python web apps/157 Running in a production WSGI server.mp4 80.3 MB
12 Deploying Python web apps/156 Configuring the Python code.mp4 80.2 MB
12 Deploying Python web apps/155 Setting up server foundations.mp4 79.4 MB
12 Deploying Python web apps/159 Adding SSL with Let's Encrypt.mp4 76.3 MB
03 The Python Language/023 Python function basics.mp4 69.4 MB
03 The Python Language/017 Code structure demo.mp4 65.6 MB
08 Database access and ORMs in Python/106 Inserting data.mp4 65.4 MB
12 Deploying Python web apps/152 The cost of cloud hosting compared.mp4 60.9 MB
11 Computational notebooks/143 Getting the links from the RSS data.mp4 60.2 MB
10 async and await in Python/137 More threading with unsync.mp4 58.6 MB
10 async and await in Python/133 First-pass Python async.mp4 55.1 MB
06 Memory management in Python/076 Reference counting demo.mp4 54.4 MB
03 The Python Language/044 Python error handling.mp4 51.4 MB
09 Testing/121 Mocking our dependencies with pytest_mock.mp4 49.9 MB
11 Computational notebooks/146 Graphing the popular domains.mp4 49.7 MB
05 Package management and external libraries/069 Installing the Python packages.mp4 49.3 MB
03 The Python Language/041 Python type annotations.mp4 47.9 MB
12 Deploying Python web apps/153 Creating a virtual machine.mp4 46.6 MB
03 The Python Language/050 Python switch statements.mp4 44.2 MB
12 Deploying Python web apps/158 nginx, you public facing web server.mp4 41.6 MB
猜你喜欢:
En
Python
Course
TalkPython
2019
NET
Developer
- 【影视】 [TalkPython] Python 3, an Illustrated Tour Course (2018) [En]
-
收录时间:2021-03-31
文档个数:85
文档大小:2.3 GB
最近下载:2025-08-01
人气:3192
磁力链接
07 Type Annotations/041 Walk-through Annotations.mp4 162.7 MB
09 Asynchronous Programming/071 Walk-through Asyncio Context Iterators.mp4 96.7 MB
07 Type Annotations/047 Walk-through (part 1) Annotation Tooling.mp4 86.4 MB
10 Language syntax/083 Walk-through Other Changes.mp4 81.5 MB
07 Type Annotations/048 Walk-through (part 2) Annotation Tooling.mp4 79.6 MB
06 Functions/033 Walk-through Keyword-only Arguments.mp4 78.9 MB
05 Classes and inheritance/028 Walk-through super().mp4 77.2 MB
04 Numbers/024 Walk-through Number.mp4 75.0 MB
10 Language syntax/079 Walk-through Unpacking Generalizations.mp4 69.9 MB
09 Asynchronous Programming/067 Walk-through Asyncio.mp4 66.5 MB
10 Language syntax/077 Walk-through Extended Unpacking.mp4 65.8 MB
02 Virtual Environments/008 Walk-through Virtual Environments and Pip (Unix).mp4 62.7 MB
09 Asynchronous Programming/069 Walk-through Asyncio Context Managers.mp4 61.8 MB
03 Strings/016 Walk-through String Formatting.mp4 55.5 MB
03 Strings/012 Walk-through Unicode.mp4 53.4 MB
08 The standard library/054 Walk-through Enum.mp4 48.9 MB
03 Strings/011 Unicode.mp4 47.7 MB
08 The standard library/052 Walk-through pathlib.mp4 46.6 MB
01 Welcome to the course/003 Installing Python on Windows.mp4 46.0 MB
05 Classes and inheritance/030 Walk-through Matrix Multiplication.mp4 42.7 MB
猜你喜欢:
En
Python
Tour
Illustrated
Course
TalkPython
2018
- 【影视】 [TalkPython] Python Jumpstart by Building 10 Apps Course (2020) [En]
-
收录时间:2021-03-26
文档个数:114
文档大小:1.2 GB
最近下载:2025-07-31
人气:4296
磁力链接
06 App 5 Real-time weather client/54 Virtual environments A clean slate.mp4 41.2 MB
08 App 7 Wizard Battle App/67 Adding behaviors to the wizard.mp4 37.8 MB
08 App 7 Wizard Battle App/72 Creating the creature hierarchy.mp4 37.4 MB
05 App 4 Journal app and file IO/30 Text based File I O and with.mp4 26.7 MB
09 App 8 File Searcher App/76 Searching single files.mp4 22.4 MB
09 App 8 File Searcher App/84 Generators save the day.mp4 21.1 MB
01 Welcome to the course/6 Linux Installing Python and PyCharm.mp4 20.1 MB
12 Course Conclusion/111 Course and app review.mp4 19.9 MB
10 App 9 Real Estate Analysis App/91 Parsing CSV data into Classes.mp4 19.4 MB
08 App 7 Wizard Battle App/66 Initializing classes and creating objects.mp4 19.0 MB
09 App 8 File Searcher App/82 Generator play a simple example.mp4 18.7 MB
05 App 4 Journal app and file IO/25 Building the event loop.mp4 18.4 MB
04 App 3 Birthday countdown app/22 Differences between dates.mp4 18.4 MB
06 App 5 Real-time weather client/43 Installing packages via pip command line.mp4 17.8 MB
07 App 6 LOLCat Factory/58 Downloading cats.mp4 17.1 MB
01 Welcome to the course/4 OS X Installing Python and PyCharm.mp4 17.1 MB
07 App 6 LOLCat Factory/57 Creating and detecting directories.mp4 16.9 MB
10 App 9 Real Estate Analysis App/97 Data mining with list comprehensions.mp4 16.7 MB
04 App 3 Birthday countdown app/21 Dates and times getting the birthday.mp4 16.1 MB
05 App 4 Journal app and file IO/36 Using name to selectively execute code.mp4 15.9 MB
猜你喜欢:
Building
10
En
Python
Apps
Course
TalkPython
2020
Jumpstart
- 【压缩文件】 [CourseClub.NET] TalkPython - Write Pythonic Code Like a Seasoned Developer
-
收录时间:2023-04-02
文档个数:69
文档大小:927.1 MB
最近下载:2025-07-29
人气:1476
磁力链接
pythonic-code-audio.zip 241.9 MB
4 Dictionaries/4 - Hacking Pythons memory.mp4 27.8 MB
4 Dictionaries/2 - Stop using lists for everything.mp4 24.7 MB
5 Generators and Collections/3 - Slicing collections all the way to the database.mp4 22.3 MB
6 Methods and Functions/3 - Im going to ignore your return value.mp4 20.4 MB
5 Generators and Collections/4 - On-demand computation with yield and generators.mp4 20.3 MB
6 Methods and Functions/2 - Leverage inline methods with lambda expressions.mp4 19.9 MB
4 Dictionaries/5 - Safer dictionary item access.mp4 19.0 MB
6 Methods and Functions/8 - Beware The danger of mutable default arguments.mp4 18.6 MB
8 Classes and Objects/1 - Defining fields on classes.mp4 18.4 MB
3 Foundational Concepts/5 - String formatting.mp4 18.1 MB
7 Modules and Packages/5 - State your requirements.mp4 17.9 MB
4 Dictionaries/6 - Dictionaries as switch statements.mp4 17.3 MB
3 Foundational Concepts/3 - Multiple tests against a single variable.mp4 16.8 MB
4 Dictionaries/3 - Merging dictionaries.mp4 16.1 MB
5 Generators and Collections/6 - Inline generators via expressions.mp4 16.1 MB
7 Modules and Packages/4 - Isolation with virtual environments.mp4 16.0 MB
7 Modules and Packages/2 - Pythonic import statements.mp4 15.3 MB
3 Foundational Concepts/1 - Truthiness and boolean statements.mp4 14.8 MB
8 Classes and Objects/2 - Encapsulation and data hiding.mp4 13.9 MB
猜你喜欢:
Pythonic
Code
CourseClub
Write
TalkPython
Seasoned
NET
Developer
Like
- 【压缩文件】 [TalkPython] Write Pythonic Code Like a Seasoned Developer Course (2020) [En]
-
收录时间:2021-04-11
文档个数:66
文档大小:927.1 MB
最近下载:2025-07-27
人气:2278
磁力链接
pythonic-code-audio.zip 241.9 MB
4 Dictionaries/4 - Hacking Pythons memory.mp4 27.8 MB
4 Dictionaries/2 - Stop using lists for everything.mp4 24.7 MB
5 Generators and Collections/3 - Slicing collections all the way to the database.mp4 22.3 MB
6 Methods and Functions/3 - Im going to ignore your return value.mp4 20.4 MB
5 Generators and Collections/4 - On-demand computation with yield and generators.mp4 20.3 MB
6 Methods and Functions/2 - Leverage inline methods with lambda expressions.mp4 19.9 MB
4 Dictionaries/5 - Safer dictionary item access.mp4 19.0 MB
6 Methods and Functions/8 - Beware The danger of mutable default arguments.mp4 18.6 MB
8 Classes and Objects/1 - Defining fields on classes.mp4 18.4 MB
3 Foundational Concepts/5 - String formatting.mp4 18.1 MB
7 Modules and Packages/5 - State your requirements.mp4 17.9 MB
4 Dictionaries/6 - Dictionaries as switch statements.mp4 17.3 MB
3 Foundational Concepts/3 - Multiple tests against a single variable.mp4 16.8 MB
4 Dictionaries/3 - Merging dictionaries.mp4 16.1 MB
5 Generators and Collections/6 - Inline generators via expressions.mp4 16.1 MB
7 Modules and Packages/4 - Isolation with virtual environments.mp4 16.0 MB
7 Modules and Packages/2 - Pythonic import statements.mp4 15.3 MB
3 Foundational Concepts/1 - Truthiness and boolean statements.mp4 14.8 MB
8 Classes and Objects/2 - Encapsulation and data hiding.mp4 13.9 MB
猜你喜欢:
Pythonic
Code
Like
Write
Course
TalkPython
En
Seasoned
2020
Developer
- 【影视】 [Talkpython] Modern Python Projects (2021) [En]
-
收录时间:2021-05-02
文档个数:528
文档大小:11.8 GB
最近下载:2025-07-27
人气:5203
磁力链接
12 Lets build a package/09-publishing-on-pypi.mp4 436.3 MB
11 Lets build a CLI/05-first-version-of-uptimer.mp4 357.7 MB
03 Your code editor/05-quick-overview-of-vs-code.mp4 333.9 MB
08 Testing code/04-pytest-options.mp4 322.3 MB
10 CI/12-gitlab-ci-in-action.mp4 311.9 MB
10 CI/09-github-actions-in-action.mp4 310.4 MB
12 Lets build a package/08-add-documentation.mp4 284.2 MB
10 CI/06-pre-commit-in-action.mp4 280.2 MB
10 CI/04-tox-in-action.mp4 273.7 MB
13 Lets build an app/06-create-a-windows-exe-file.mp4 268.0 MB
04 Python versions and packages/15-virtualenvwrapper-a-virtual-environments-management-tool.mp4 241.3 MB
13 Lets build an app/02-gui-for-the-uptimer.mp4 240.9 MB
11 Lets build a CLI/08-adding-documentation.mp4 238.9 MB
12 Lets build a package/07-add-tests.mp4 237.4 MB
03 Your code editor/10-plugins.mp4 231.8 MB
11 Lets build a CLI/07-adding-tests.mp4 225.4 MB
13 Lets build an app/04-create-mac-app-with-pyinstaller.mp4 222.9 MB
05 Cookiecutter templates/03-using-cookiecutter-to-generate-a-project.mp4 197.9 MB
07 Writing code/07-flake8-plugins.mp4 192.6 MB
14 Deployment/07-deploying-to-heroku.mp4 183.0 MB
猜你喜欢:
En
Python
Modern
Talkpython
2021
Projects
- 【影视】 [ TutGator.com ] TalkPython - Talk Python - Move from Excel to Python with Pandas Course
-
收录时间:2021-11-18
文档个数:350
文档大小:1.1 GB
最近下载:2025-07-15
人气:3268
磁力链接
~Get Your Files Here !/04 Intro to Pandas/10-working-with-column-names.mp4 52.8 MB
~Get Your Files Here !/06 Aggregating, grouping, and merging/08-demo-merging-data-in-pandas.mp4 44.5 MB
~Get Your Files Here !/06 Aggregating, grouping, and merging/03-examples-of-aggregation-in-pandas.mp4 44.3 MB
~Get Your Files Here !/06 Aggregating, grouping, and merging/07-demo-merging-data-in-excel.mp4 30.7 MB
~Get Your Files Here !/06 Aggregating, grouping, and merging/06-demo-pivot-table-and-crosstab.mp4 30.6 MB
~Get Your Files Here !/07 Data IO (input and output)/03-read-excel-convert-data-types.mp4 29.7 MB
~Get Your Files Here !/04 Intro to Pandas/06-working-with-column-names.mp4 29.5 MB
~Get Your Files Here !/05 Data wrangling with Pandas/08-filtering-by-dates.mp4 28.7 MB
~Get Your Files Here !/05 Data wrangling with Pandas/07-examples-of-booling-filtering-in-pandas.mp4 27.7 MB
~Get Your Files Here !/08 Case study walk through. Sales commissions/10-cleaned_joined_file.mp4 27.4 MB
~Get Your Files Here !/08 Case study walk through. Sales commissions/15-product-commission-scenarios.mp4 26.5 MB
~Get Your Files Here !/05 Data wrangling with Pandas/05-string-and-math-manipulations.mp4 25.8 MB
~Get Your Files Here !/07 Data IO (input and output)/02-reading-non-tabular-excel-files.mp4 23.1 MB
~Get Your Files Here !/04 Intro to Pandas/04-demo-understanding-initial-data.mp4 22.4 MB
~Get Your Files Here !/08 Case study walk through. Sales commissions/08-Cleanup-region.mp4 22.0 MB
~Get Your Files Here !/02 Setup and installations/06-creating-a-conda-environment.mp4 21.7 MB
~Get Your Files Here !/08 Case study walk through. Sales commissions/16-product-commission-variable-amounts.mp4 20.7 MB
~Get Your Files Here !/04 Intro to Pandas/12-advanced-autocomplete-and-help.mp4 20.7 MB
~Get Your Files Here !/08 Case study walk through. Sales commissions/05-Commission-rate-calc.mp4 20.5 MB
~Get Your Files Here !/05 Data wrangling with Pandas/04-pandas-dt-the-data-time-accessor.mp4 19.3 MB
猜你喜欢:
Python
TutGator
Move
Excel
Course
TalkPython
com
Pandas
Talk