|
|
Download - Lynda,Udemy,Skillshare,Teamtreehouse,Frontend Masters,Pluralsight,Phlearn,Coursera,Egghead,MasterClass.txt
|
TXT
|
170 B
|
|
|
Downloaded from Ahlanedu.com.txt
|
TXT
|
996 B
|
|
|
Pluralsight - Interpreting Data with Python [AhLaN]
|
|
Pluralsight - Finding Relationships in Data with Python [AhLaN]
|
|
01. Course Overview
|
|
|
02. Identifying and Visualizing Common Relationships in Data
|
|
|
03. New ModuleIdentifying and Visualizing Probabilistic and Statistical Relationships
|
|
|
04. Using Interactive Visualizations to Explore Relationships in Data
|
|
|
finding-relationships-data-python~.zip
|
ZIP
|
5.54 MB
|
|
|
|
Pluralsight - Interpreting Data Using Descriptive Statistics with Python [AhLaN]
|
|
|
Pluralsight - Interpreting Data Using Statistical Models with Python [AhLaN]
|
|
01. Course Overview
|
|
|
02. Understanding Inferential Statistics
|
|
|
03. Performing Hypothesis Testing in Python
|
|
|
04. Implementing Predictive Models for Continuous Data
|
|
|
05. Implementing Predictive Models for Categorical Data
|
|
|
interpreting-data-using-statistical-models-python~.zip
|
ZIP
|
4.67 MB
|
|
|
|
Thumbnails
|
|
|
|
Pluralsight - Pluralsight - Advanced python [AhLaN]
|
|
Pluralsight - Advanced Python [AhLaN]
|
|
01. Course Overview
|
|
|
02. Advanced Flow Control
|
|
|
03. Byte-oriented Programming
|
|
|
04. Object Internals and Custom Attributes
|
|
|
05. Descriptors
|
|
|
06. Instance Creation
|
|
|
07. Metaclasses
|
|
|
08. Class Decorators
|
|
|
09. Abstract Base Classes
|
|
|
advanced-python~.zip
|
ZIP
|
7.79 MB
|
|
|
|
Pluralsight - Full Stack Web Development with Python (WEB2PY) [AhLaN]
|
|
01. Introduction
|
|
|
02. Build & Deploy Our First Web Page
|
|
|
03. Full Stack Web Development Python WEB2PY
|
|
|
04. Database Administration
|
|
|
05. Filtering, Sorting, Updating Records
|
|
|
06. Role Based Access Control
|
|
|
07. Relational Database Concepts
|
|
|
08. Miscellaneous Topics
|
|
|
09. Farm Fresh Sample App
|
|
|
full-stack-web-development-python-web2py~.zip
|
ZIP
|
6.98 MB
|
|
|
|
Pluralsight - Managing Python Packages and Virtual Environments [AhLaN]
|
|
01. Course Overview
|
|
|
02. Managing Python Packages with pip
|
|
|
03. Setting up Your Project with Virtual Environments
|
|
|
04. Using virtualenvwrapper to Make Your Life Easier
|
|
|
05. Choosing the Right Tools
|
|
|
managing-python-packages-virtual-environments~.zip
|
ZIP
|
3.47 MB
|
|
|
|
Pluralsight - Python Best Practices for Code Quality [AhLaN]
|
|
01. Course Overview
|
|
|
02. Following Python Style Guidelines- PEP8 and Pylint
|
|
|
03. Documenting Your Project
|
|
|
04. Improve Your Code with Type Checking
|
|
|
python-best-practices-code-quality~.zip
|
ZIP
|
4.66 MB
|
|
|
|
Pluralsight - Python – Beyond the Basics [AhLaN]
|
|
01. Prerequisites
|
|
|
02. Organizing Larger Programs
|
|
|
03. Beyond Basic Functions
|
|
|
04. Closures and Decorators
|
|
|
05. Properties and Class Methods
|
|
|
06. Strings and Representations
|
|
|
07. Numeric and Scalar Types
|
|
|
08. Iterables and Iteration
|
|
|
09. Inheritance and Subtype Polymorphism
|
|
|
10. Implementing Collections
|
|
|
11. Exceptions and Errors
|
|
|
12. Defining Context Managers
|
|
|
13. Introspection
|
|
|
python-beyond-basics~.zip
|
ZIP
|
24.71 MB
|
|
|
|
Pluralsight - Unit Testing with Python [AhLaN]
|
|
01. Course Overview
|
|
|
02. Unit Test Fundamentals
|
|
|
03. Unit Testing Why and When
|
|
|
04. Unit Testing with pytest
|
|
|
05. Testable Documentation with doctest
|
|
|
06. Using Test Doubles
|
|
|
07. Parameterized Tests & Test Coverage
|
|
|
using-unit-testing-python~.zip
|
ZIP
|
40.32 MB
|
|
|
|
Post~.txt
|
TXT
|
8.92 KB
|
|
|
Thumbnails
|
|
|
|
Pluralsight - Pluralsight - Core Python [AhLaN]
|
|
Pluralsight - Advanced Generators and Coroutines [AhLaN]
|
|
01. Course Overview
|
|
|
02. Much More Than Just Iteration- Generators!
|
|
|
03. Creating Your First Generator Based Data Pipeline
|
|
|
04. Meet Generators Counterpart- Coroutines
|
|
|
05. Pushing Data through Pipelines with Coroutines
|
|
|
advanced-generators-and-coroutines~.zip
|
ZIP
|
8.33 MB
|
|
|
|
Pluralsight - Core Python- Classes and Object-orientation [AhLaN]
|
|
01. Course Overview
|
|
|
02. Class Attributes, Methods, and Properties
|
|
|
03. String Representation of Objects
|
|
|
04. Multiple Inheritance and Method-resolution Order
|
|
|
05. Class Decorators
|
|
|
06. Data Classes
|
|
|
core-python-classes-object-orientation~.zip
|
ZIP
|
28.24 MB
|
|
|
|
Pluralsight - Core Python- Functions and Functional Programming [AhLaN]
|
|
01. Course Overview
|
|
|
02. Function and Callables
|
|
|
03. Extended Argument and Call Syntax
|
|
|
04. Closures
|
|
|
05. Function Decorators
|
|
|
06. Functional-style Tools
|
|
|
07. Multi-input and Nested Comprehension
|
|
|
core-python-functions-functional-programming~.zip
|
ZIP
|
11.14 MB
|
|
|
|
Pluralsight - Core Python- Getting Started [AhLaN]
|
|
01. Course Overview
|
|
|
02. Installing and Starting Python
|
|
|
03. Scalar Types, Operators, and Control Flow
|
|
|
04. Introducing Strings, Collections, and Iteration
|
|
|
05. Modularity
|
|
|
06. Objects and Types
|
|
|
07. Built-in Collections
|
|
|
08. Exceptions
|
|
|
09. Iteration and Iterables
|
|
|
10. Classes
|
|
|
11. File IO and Resource Managements
|
|
|
getting-started-python-core~.zip
|
ZIP
|
40.65 MB
|
|
|
|
Pluralsight - Core Python- Hashing and More Collections [AhLaN]
|
|
|
Pluralsight - Core Python- Implementing Iterators, Iterables and Collections [AhLaN]
|
|
01. Course Overview
|
|
|
02. Iterators and Iterables
|
|
|
03. Collection Protocol Overview
|
|
|
04. The Collection Construction Convention
|
|
|
05. The Container Protocol
|
|
|
06. The Sized Protocol
|
|
|
07. The Iterable Protocol
|
|
|
08. The Sequence Protocol
|
|
|
09. Refactoring to Improve Performance
|
|
|
10. The Collection Abstract Base Classes
|
|
|
11. The Set Protocol
|
|
|
core-python-implementing-iterators-iterables-collections~.zip
|
ZIP
|
14.16 MB
|
|
|
|
Pluralsight - Core Python- Introspection [AhLaN]
|
|
01. Course Overview
|
|
|
02. Introspecting Types
|
|
|
03. Introspecting Objects
|
|
|
04. Introspecting Scopes
|
|
|
05. The Inspect Module
|
|
|
06. An Object Introspection Tool
|
|
|
core-python-introspection~.zip
|
ZIP
|
4.01 MB
|
|
|
|
Pluralsight - Core Python- Numeric Types, Dates, and Times [AhLaN]
|
|
01. Course Overview
|
|
|
02. Review of int and float
|
|
|
03. The Decimal Module
|
|
|
04. The Fractions Module
|
|
|
05. Complex Numbers
|
|
|
06. Built-in Functions Relating to Numbers
|
|
|
07. Dates and Times with the Datetime Module
|
|
|
08. Computational Geometry
|
|
|
core-python-numeric-types-dates-times~.zip
|
ZIP
|
8.65 MB
|
|
|
|
Pluralsight - Core Python- Organizing Larger Programs [AhLaN]
|
|
01. Course Overview
|
|
|
02. Nesting Modules with Packages
|
|
|
03. Implementing Packages
|
|
|
04. Namespace and Executable Packages
|
|
|
05. Recommended Package Layout
|
|
|
06. Package Distribution
|
|
|
core-python-organizing-larger-programs~.zip
|
ZIP
|
3.99 MB
|
|
|
|
Pluralsight - Core Python- Robust Resource and Error Handling [AhLaN]
|
|
01. Course Overview
|
|
|
02. Review
|
|
|
03. Exception Hierarchies
|
|
|
04. Exception Payloads
|
|
|
05. User-defined Exceptions
|
|
|
06. Exception Chaining
|
|
|
07. Tracebacks
|
|
|
08. Assertions
|
|
|
09. Context Managers
|
|
|
10. The Context Manager Decorator
|
|
|
11. Multiple Context Managers in a With-Statement
|
|
|
12. Example- Modeling Database Transactions with Context Managers
|
|
|
core-python-robust-resource-error-handling~.zip
|
ZIP
|
13.56 MB
|
|
|
|
Pluralsight - Core Python- The Numeric Tower, Conversion, and Operators [AhLaN]
|
|
|
Pluralsight - Python- The Big Picture [AhLaN]
|
|
01. Course Overview
|
|
|
02. What Is Python-
|
|
|
03. When and Where Is Python Being Used-
|
|
|
04. First Steps with Python
|
|
|
05. Continuing Your Python Journey
|
|
|
python-big-picture~.zip
|
ZIP
|
2.49 MB
|
|
|
|
Post~.txt
|
TXT
|
19.18 KB
|
|
|
Thumbnails
|
|
|
|
Pluralsight - Python for Data Analysts [AhLaN]
|
|
Pluralsight - Building Your First Python Analytics Solution [AhLaN]
|
|
01. Course Overview
|
|
|
02. Getting Started with Python for Analytics
|
|
|
03. Working with Python Using Anaconda
|
|
|
04. Working with Python Using Other IDEs
|
|
|
05. Working with Python on the Cloud
|
|
|
building-first-python-analytics-solution~.zip
|
ZIP
|
2.62 MB
|
|
|
|
Pluralsight - Cleaning Data- Python Data Playbook [AhLaN]
|
|
01. Course Overview
|
|
|
02. Understanding Your Data
|
|
|
03. Removing and Fixing Columns with pandas
|
|
|
04. Indexing and Filtering Datasets
|
|
|
05. Handling Bad, Missing, and Duplicate Data
|
|
|
cleaning-data-python-data-playbook~.zip
|
ZIP
|
4.75 MB
|
|
|
|
Pluralsight - Create and Share Analytics with Jupyter Notebooks [AhLaN]
|
|
01. Course Overview
|
|
|
02. Getting Started with Jupyter Notebooks
|
|
|
03. Understanding Jupyter Notebooks
|
|
|
04. Creating Shareable Analyses in Jupyter Notebooks
|
|
|
05. Working with Cloud-hosted Jupyter Notebooks
|
|
|
create-share-analytics-jupyter-notebooks~.zip
|
ZIP
|
11.13 MB
|
|
|
|
Pluralsight - Data Wrangling with Python [AhLaN]
|
|
01. Course Overview
|
|
|
02. Concatenating and Merging Data from Different Sources
|
|
|
03. Combining Data into Groups
|
|
|
04. Normalizing Data with Pandas
|
|
|
05. Reshaping Data with Python
|
|
|
06. Data Encoding with Python
|
|
|
data-wrangling-python~.zip
|
ZIP
|
3.27 MB
|
|
|
|
Pluralsight - Importing Data- Python Data Playbook [AhLaN]
|
|
01. Course Overview
|
|
|
02. Importing Text Data into Python Using NumPy
|
|
|
03. Importing CSV Data into Python Using csv and pandas
|
|
|
04. Import Data into Python from JSON and XML Files
|
|
|
05. Import Data into Python from Excel Files
|
|
|
06. Import Data into Python from Common Binary Data File Formats
|
|
|
07. Import Data into Python from Relational Databases
|
|
|
python-importing-data-playbook~.zip
|
ZIP
|
18.29 MB
|
|
|
|
Pluralsight - Leveraging Online Resources for Python Analytics [AhLaN]
|
|
01. Course Overview
|
|
|
02. Getting Started with Python Analytics
|
|
|
03. Leveraging Online Resources for Python Analytics with BigML
|
|
|
04. Working with Interactive Environment Using Google Colab
|
|
|
leveraging-online-resources-python-analytics~.zip
|
ZIP
|
3.33 MB
|
|
|
|
Pluralsight - Programming Python Using an IDE [AhLaN]
|
|
01. Course Overview
|
|
|
02. Programming Python Using an IDE! But Why- And Which One-
|
|
|
03. Improving Your Productivity Programming in Python with an IDE
|
|
|
04. Leveraging a Python IDE for Data Science
|
|
|
05. Final Takeaway
|
|
|
python-programming-using-ide~.zip
|
ZIP
|
9.03 MB
|
|
|
|
Pluralsight - Pygal- Python Data Playbook [AhLaN]
|
|
01. Course Overview
|
|
|
02. Getting Data into Pygal
|
|
|
03. Plotting Basic Pygal Charts
|
|
|
04. Visualizing Complex Data with Advanced Charts
|
|
|
05. Rendering Out Charts
|
|
|
pygal-python-data-playbook~.zip
|
ZIP
|
5.5 MB
|
|
|
|
Pluralsight - Python for Data Analysts [AhLaN]
|
|
01. Course Overview
|
|
|
02. Getting Started with Python for Data Analysis
|
|
|
03. Leveraging Built-in Functions and Complex Data Types
|
|
|
04. Using Python for Complex Interconnected Calculations
|
|
|
05. Implementing Code Reuse Using Functions in Python
|
|
|
06. Loading and Saving Data Using Python
|
|
|
python-data-analysts~.zip
|
ZIP
|
2.43 MB
|
|
|
|
Pluralsight - Understanding Databases with SQLAlchemy- Python Data Playbook [AhLaN]
|
|
|
Pluralsight - Web Scraping- Python Data Playbook [AhLaN]
|
|
|
Thumbnails
|
|
|
|
Pluralsight - Web Scraping with Python [AhLaN]
|
|
Pluralsight - Advanced Web Scraping Tactics- Python Playbook [AhLaN]
|
|
01. Course Overview
|
|
|
02. Introducing Advanced Web Scraping & Handling Form Submissions
|
|
|
03. Submitting Cookies & Button Input Values to a URL
|
|
|
04. Uploading Files to a Webpage during Scraping
|
|
|
advanced-web-scraping-tactics-python-playbook~.zip
|
ZIP
|
879.88 KB
|
|
|
|
Pluralsight - Crawling the Web with Python and Scrapy [AhLaN]
|
|
01. Course Overview
|
|
|
02. Extracting Data from the Web – Core Concepts
|
|
|
03. Scaffolding and Running Your First Scrapy Web Crawler Project
|
|
|
04. Achieving Common Spider Behaviors Using Built-in Classes
|
|
|
05. Influencing Scrapy Crawling
|
|
|
06. Scrapy Outcome and Data Export
|
|
|
crawling-web-python-scrapy~.zip
|
ZIP
|
2.13 MB
|
|
|
|
Pluralsight - Exploring Web Scraping with Python [AhLaN]
|
|
01. Course Overview
|
|
|
02. Why Scrape the Web-
|
|
|
03. The Web Scraping Process
|
|
|
04. CSS Selectors and XPath
|
|
|
05. Is Web Scraping Legal- Is it Ethical-
|
|
|
06. Web Scraping Basics with Python
|
|
|
07. Building a Web Spider with Scrapy
|
|
|
08. Advanced Web Scraping with Selenium and Requests-html
|
|
|
09. Course Summary
|
|
|
exploring-web-scraping-python~.zip
|
ZIP
|
31.18 MB
|
|
|
|
Pluralsight - Extracting Data from HTML with BeautifulSoup [AhLaN]
|
|
01. Course Overview
|
|
|
02. Getting Started with BeautifulSoup
|
|
|
03. Navigating the Parse Tree
|
|
|
04. Searching for Elements in the Parse Tree
|
|
|
05. Leveraging Advanced Features of BeautifulSoup
|
|
|
extracting-data-html-beautifulsoup~.zip
|
ZIP
|
2.04 MB
|
|
|
|
Pluralsight - Scraping Dynamic Web Pages with Python and Selenium [AhLaN]
|
|
01. Course Overview
|
|
|
02. Exploring Selenium with Python
|
|
|
03. Locating Elements & Navigating Dynamic Web Pages
|
|
|
04. Loading Selenium Page Source into BeautifulSoup
|
|
|
05. Overcoming Challenges and Increasing Efficiency
|
|
|
scraping-dynamic-web-pages-python-selenium~.zip
|
ZIP
|
17.27 MB
|
|
|
|
Pluralsight - Scraping Your First Web Page with Python [AhLaN]
|
|
01. Course Overview
|
|
|
02. Getting Started with Web Scraping
|
|
|
03. Working with the Parse Tree in BeautifulSoup
|
|
|
04. Selecting Elements Using the Scrapy Shell
|
|
|
05. Scraping Web Sites Using Scrapy Spiders
|
|
|
scraping-first-web-page-python~.zip
|
ZIP
|
2.58 MB
|
|
|
|
Thumbnails
|
|
|
|
Post.txt
|
TXT
|
3.22 KB
|
|
|
Thumbnails
|
|
|
Visit us at www.Ahlanedu.com.url
|
URL
|
51 B
|
|
|
final thumbnail.png
|
PNG
|
420.13 KB
|