python3学习教程视频

Python is currently one of the most loved and in-demand programming languages. To help you get a head-start and learn the basics (and some more advanced concepts, too), here are some Python resources for you.

Python是目前最受欢迎和最受欢迎的编程语言之一 。 为了帮助您起步并学习基础知识(以及一些更高级的概念),这里有一些Python资源供您使用。

Keep in mind that this list is not complete. For one thing, freeCodeCamp is creating four new Python certificates in 2020! So keep an eye out for those. But for now, these are the best resources to use to start learning Python.

请记住,此列表不完整。 一方面,freeCodeCamp将在2020年创建四个新的Python证书 ! 因此,请留意这些。 但就目前而言,这些是开始学习Python的最佳资源。

This list is split up into Tutorials (Python, Django, Flask, TensorFlow), Projects to build with Python (and related technologies), Videos and Courses, and other helpful resources like communities you can join. Happy learning!

该列表分为教程(Python,Django,Flask,TensorFlow),使用Python构建的项目(及相关技术),视频和课程,以及其他有用的资源,例如您可以加入的社区。 学习愉快!

讲解 (Tutorials)

Python (Python)

  • Best Python tutorials

    最佳Python教程

  • Best Python code examples

    最佳Python代码范例

  • An A to Z of useful Python tricks

    从A到Z的有用Python技巧

  • How to replace Bash with Python as your command line language

    如何使用Python作为您的命令行语言替换Bash

  • Binary search in Python: a visual introduction

    Python中的二进制搜索:直观介绍

  • Truthy and Falsy values in Python

    Python中的Truthy和Falsy值

  • Python Dictionaries 101

    Python字典101

  • An introduction to unit testing in Python

    Python单元测试简介

  • How to substring and string in Python

    如何在Python中子字符串化

  • Dynamic class definition in Python

    Python中的动态类定义

  • How to handle exceptions in Python

    如何在Python中处理异常

  • How to maintain scalability in your Python code

    如何在Python代码中保持可伸缩性

  • How to scrape websites using Python

    如何使用Python抓取网站

  • Official Tutorials from the Python Docs

    Python文档的官方教程

  • The Hitchhiker’s Guide to Python (from the docs)

    《 Python旅行者指南》(来自文档)

  • Python Design Patterns

    Python设计模式

  • Info on freeCodeCamp's upcoming Python curriculum

    关于freeCodeCamp即将发布的Python课程的信息

Django的 (Django)

  • Django Getting Started Tutorial (docs)

    Django入门教程(docs)

  • Django in the wild: tips for deployment

    狂野的Django:部署技巧

  • How to create an analytics dashboard in a Django app

    如何在Django应用中创建分析仪表板

烧瓶 (Flask)

  • How to build a web app with Flask and deploy it to the cloud

    如何使用Flask构建Web应用并将其部署到云

  • How to build a web app with Flask and Google App Engine

    如何使用Flask和Google App Engine构建网络应用

  • How to use Python and Flask to build a web app

    如何使用Python和Flask构建Web应用

TensorFlow (TensorFlow)

  • How to install TensorFlow and Keras - the easy way

    如何安装TensorFlow和Keras-简单的方法

  • Get to know TensorFlow.js in 7 minutes

    在7分钟内了解TensorFlow.js

  • Learn about TensorFlow with the help of rock bands

    在摇滚乐队的帮助下了解TensorFlow

  • How to build an age and gender predictor with deep learning in TensorFlow

    如何在TensorFlow中通过深度学习构建年龄和性别预测因子

  • Train your own FaceID ConvNet using TensorFlow eager execution

    使用TensorFlow渴望执行来训练自己的FaceID ConvNet

使用Python构建的项目 (Projects to Build with Python)

  • Build a toy markdown editor with Python and Tkinter

    使用Python和Tkinter构建玩具markdown编辑器

  • How to create your own cryptocurrency with Python

    如何使用Python创建自己的加密货币

  • How to set up SMS notifications with Python

    如何使用Python设置短信通知

  • How to build a JSON API with Python

    如何使用Python构建JSON API

  • Build a cryptobot with Python and connect it to Facebook messenger

    使用Python构建一个加密机器人并将其连接到Facebook Messenger

课程/视频: (Courses/Videos:)

  • Learn Python by building 5 games

    通过构建5个游戏来学习Python

  • Python for Everybody - free course from Dr. Chuck

    适用于所有人的Python-Chuck博士的免费课程

  • Natural Language Processing with Python and TensorFlow

    使用Python和TensorFlow进行自然语言处理

  • Learn NumPy and start doing scientific computing in Python

    学习NumPy并开始使用Python进行科学计算

  • Full course on the Django framework

    Django框架的完整课程

  • How to build an e-commerce website with Django and Python

    如何使用Django和Python建立电子商务网站

  • Learn web programming with Flask from Harvard's CS50

    从哈佛大学的CS50学习Flask的网络编程

  • Learn TensorFlow 2.0 in this beginner's video course

    在此初学者的视频课程中学习TensorFlow 2.0

  • TensorFlow full course - deep learning in JavaScript

    TensorFlow完整课程-JavaScript深度学习

挑战性 (Challenges)

  • Project Euler

    欧拉计划

  • HackerRank - Python Challenges

    HackerRank-Python挑战

  • CodeWars

    CodeWars

  • CodeChef

    厨师长

  • Exercism Python Challenges

    锻炼Python的挑战

  • Python Koans

    Python Koans

  • CodingBat Python Challenges

    CodingBat Python挑战

  • Learn Python Interactively

    交互式学习Python

  • Rosalind Python Bio-informatics Problems

    Rosalind Python生物信息学问题

  • Python Elevator Challenge

    Python电梯挑战

  • CoderByte Challenges

    CoderByte挑战

  • CheckiO - the game for coders

    CheckiO-程序员游戏

  • CodeAbbey

    CodeAbbey

  • CodeSignal - Prepare for interviews & further your programming skills

    CodeSignal-准备面试并进一步提高您的编程技能

社区 (Community)

  • Awesome Python

    很棒的Python

  • /r/Python

    / r / Python

  • /r/LearnPython

    / r / LearnPython

  • Planet Python

    星球巨蟒

  • PyLadies

    PyLadies

  • DjangoGirls

    Django女孩

  • Python-forum.io

    Python论坛

图书: (Books:)

  • Learn Python the Hard Way (not free)

    艰苦学习Python (并非免费)

  • Learning Python - Free ebook

    学习Python-免费电子书

翻译自: https://www.freecodecamp/news/python-tutorials-challenges-and-other-resources/

python3学习教程视频

更多推荐

python3学习教程视频_通过免费教程,视频和挑战学习Python