functional_intro_to_python

授权协议 View license
开发语言 Python
所属分类 神经网络/人工智能、 机器学习/深度学习
软件类型 开源软件
地区 不详
投 递 者 晁开宇
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

Functional, Data Science Intro To Python

The first section is an intentionally brief, functional, data science centric introduction to Python. The assumption is a someone with zero experience in programming can follow this tutorial and learn Python with the smallest amount of information possible.

The sections after that, involve varying levels of difficulty and cover topics as diverse as Machine Learning, Linear Optimization, build systems, commandline tools, recommendation engines, Sentiment Analysis and Cloud Computing.

Do you find this free tutorial valuable! Please help spread the word:

  1. Star this Github Repo.
  2. If you have access to Safari, please like or comment my content on Safari.

PYTHON in ONE HOUR

Watch The Video Companions on YouTube

Learn Python in one hour!

Pragmatic AI Labs

Pragmatic AI Labs

These notebooks and tutorials were produced by Pragmatic AI Labs. You can continue learning about these topics by:

Additional Related Topics from Noah Gift

  • Cloud Computing (Specialization: 4 Courses)
  • Publisher: Coursera + Duke
  • Release Date: 4/1/2021

Building Cloud Computing Solutions at Scale SpecializationLaunch Your Career in Cloud Computing. Master strategies and tools to become proficient in developing data science and machine learning (MLOps) solutions in the Cloud

What You Will Learn

  • Build websites involving serverless technology and virtual machines, using the best practices of DevOps
  • Apply Machine Learning Engineering to build a Flask web application that serves out Machine Learning predictions
  • Create Microservices using technologies like Flask and Kubernetes that are continuously deployed to a Cloud platform: AWS, Azure or GCP

Courses in Specialization

cloud-specialization

His most recent books are:

His most recent video courses are:

His most recent online courses are:

Safari Online Training: Essential Machine Learning and Exploratory Data Analysis with Python and Jupyter Notebook

Recommended Preparation Material:

Day1-Part1-Google Colab Notebook

1.1-1.2: Introductory Concepts in Python, IPython and Jupyter

  • Introductory Concepts in Python, IPython and Jupyter
  • Functions

Day1-Part2-Google Colab Notebook

1.3: Understanding Libraries, Classes, Control Structures, Control Structures and Regular Expressions

  • Writing And Using Libraries In Python
  • Understanding Python Classes
  • Control Structures
  • Understanding Sorting
  • Python Regular Expressions

Day2-Part1-Google Colab Notebook

2.1: IO Operations in Python and Pandas and ML Project Exploration

  • Working with Files
  • Serialization Techniques
  • Use Pandas DataFrames
  • Concurrency in Python
  • Walking through Social Power NBA EDA and ML Project

Day2-Part2-Google Colab Notebook:

2.2: AWS Cloud-Native Python for ML/AI

  • Introducing AWS Web Services: Creating accounts, Creating Users and Using Amazon S3
  • Using Boto
  • Starting development with AWS Python Lambda development with Chalice
  • Using of AWS DynamoDB
  • Using of Step functions with AWS
  • Using of AWS Batch for ML Jobs
  • Using AWS Sagemaker for Deep Learning Jobs
  • Using AWS Comprehend for NLP
  • Using AWS Image Recognition API

Local, non-hosted versions of these notebooks are here: https://github.com/noahgift/functional_intro_to_python/tree/master/colab-notebooks

Screencasts (Can Be Watched from 1-4x speed)

  • Data Science Build Project
  • Data Science Build Project

Older Version of Python Fundamentals (Safari Version Is Newer)

Additional Topics

Python Programming Recipes

Managed ML and IoT

Software Carpentary: Testing, Linting, Building

Concurrency in Python

Cloud Computing-AWS-Sentiment Analysis

Recommendation Engines

Cloud Computing-Azure-Sentiment Analysis

Cloud Computing-AWS

Cloud Computing-GCP

Machine Learning and Data Science Full Jupyter Notebooks

Data Visualization

Seaborn Examples

Plotly

Creating Commandline Tools

Creating a complete Data Engineering API

Statically Generated Websites

Deploying Python Packages to PyPi

Web Scraping in Python

Logging in Python

Conceptual Machine Learning

Linear Regression

Machine Learning Model Building for Regression

Mathematical and Algorithmic Programming

Optimization

Text

The text content of notebooks is released under the CC-BY-NC-ND license

  • 基于python渗透测试 by Shashi Kumar Raja 由Shashi Kumar Raja Python中基于属性的测试简介 (Intro to property-based testing in Python) In this article we will learn a unique and effective approach to testing called proper

  • 参考:https://pytorch.org/docs/stable/fx.html Intro   FX 是针对 torch.nn.module 而开发的工具,其能动态地获取 model 前向传播的执行过程,以便动态地增加、删除、改动、检查运算操作。其由三个主要组件组成:符号追踪器(Symbolic Tracer)、中间表示(Intermediate Representation, IR)和 P

  • ### 导航 - [索引](../genindex.xhtml "总目录") - [模块](../py-modindex.xhtml "Python 模块索引") | - [下一页](intro.xhtml "概述") | - [上一页](../reference/grammar.xhtml "10. 完整的语法规范") | - ![](https://box.kancloud.cn/a721fc

  • 7. 函数式编程 函数式编程,即 Functional Programming,有以下几个特点: 没有副作用:对于任意一个函数,只要输入是确定的,输出就是确定的,这种纯函数没有副作用; 接近自然语言,易于理解:函数式编程的自由度很高,可以写出很接近自然语言的代码; 函数是“第一等公民”:函数与其他数据类型一样,处于平等地位,可以赋值给其他变量,也可以作为参数,传入另一个函数,或者作为别的函数的返回