Giter Club home page Giter Club logo

python001-class01's Introduction

极客大学「Python进阶训练营-第1期」作业提交仓库

讲师课件下载地址

请大家通过该链接查看讲师课件并进行下载, 链接:https://pan.baidu.com/s/1za2g3PEptq5lh4sW-bCPVA 密码:yo3o

仓库目录结构说明

  1. week01/ 代表第一周作业提交目录,以此类推。
  2. 请在对应周的目录下新建或修改自己的代码作业。
  3. 每周均有一个 NOTE.md 文档,你可以将自己当周的学习心得以及做题过程中的思考记录在该文档中。

作业提交规则

  1. 先将本仓库 Fork 到自己 GitHub 账号下。
  2. 将 Fork 后的仓库 Clone 到本地,然后在本地仓库中对应周的目录下新建或修改自己的代码作业,当周的学习总结写在对应周的NOTE.md文件里。
  3. 在本地仓库完成作业后,push 到自己的 GitHub 远程仓库。
  4. 最后将远程仓库中当周的作业链接,按格式贴到班级仓库对应学习周的issue下面。
  5. 提交issue请务必按照规定格式进行提交,否则作业统计工具将抓取不到你的作业提交记录。

Review 与点评

  1. 助教会Review并点评大家的作业。
  2. 你也可以看到其他同学的作业,取长补短。

注意事项

如果对 Git 和 GitHub 不太了解,请参考 Git 官方文档 或者极客时间的《玩转 Git 三剑客》视频课程。

python001-class01's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

python001-class01's Issues

Week09作业链接合集

#学号:
#姓名:
#班级:
#小组:
#作业&总结链接:

请准确无误地复制上述格式,我们的作业通过工具抓取,格式不对无法被统计到。
查看学号请登录官网:https://u.geekbang.org/schedule 左侧头像下面就是你的学号

Week08作业链接合集

#学号:
#姓名:
#班级:
#小组:
#作业&总结链接:

请准确无误地复制上述格式,我们的作业通过工具抓取,格式不对无法被统计到。
查看学号请登录官网:https://u.geekbang.org/schedule 左侧头像下面就是你的学号

毕业项目链接合集

#学号:
#姓名:
#班级:
#小组:
#作业&总结链接:

请准确无误地复制上述格式,我们的作业通过工具抓取,格式不对无法被统计到。
查看学号请登录官网:https://u.geekbang.org/schedule 左侧头像下面就是你的学号

Week03作业链接合集

#学号:
#姓名:
#班级:
#小组:
#作业&总结链接:

请准确无误地复制上述格式,我们的作业通过工具抓取,格式不对无法被统计到。
查看学号请登录官网:https://u.geekbang.org/schedule 左侧头像下面就是你的学号

Week07作业链接合集

#学号:
#姓名:
#班级:
#小组:
#作业&总结链接:

请准确无误地复制上述格式,我们的作业通过工具抓取,格式不对无法被统计到。
查看学号请登录官网:https://u.geekbang.org/schedule 左侧头像下面就是你的学号

Week02作业链接合集

#学号:
#姓名:
#班级:
#小组:
#作业&总结链接:

请准确无误地复制上述格式,我们的作业通过工具抓取,格式不对无法被统计到。
查看学号请登录官网:https://u.geekbang.org/schedule 左侧头像下面就是你的学号

Week06作业链接合集

#学号:
#姓名:
#班级:
#小组:
#作业&总结链接:

请准确无误地复制上述格式,我们的作业通过工具抓取,格式不对无法被统计到。
查看学号请登录官网:https://u.geekbang.org/schedule 左侧头像下面就是你的学号

wanliangcn

#学号:G20200389020408
#姓名:黄万良
#班级:1期3班
#小组:7组
#作业和总结链接:https : //github.com/wanliangcn/Python001-class01/tree/master/week01

Week01作业链接合集

#学号:
#姓名:
#班级:
#小组:
#作业&总结链接:

请准确无误地复制上述格式,我们的作业通过工具抓取,格式不对无法被统计到。
查看学号请登录官网:https://u.geekbang.org/schedule 左侧头像下面就是你的学号

Week04作业链接合集

#学号:
#姓名:
#班级:
#小组:
#作业&总结链接:

请准确无误地复制上述格式,我们的作业通过工具抓取,格式不对无法被统计到。
查看学号请登录官网:https://u.geekbang.org/schedule 左侧头像下面就是你的学号

week01-276 学习总结

week01学习总结:
1.本周学习了requests框架,使用 BeautiSoup 进行页面信息提取,也使用了 xpath 进行信息提取。
2.对于 scrapy 框架拥有了初步发的认识,复习了python的基础语法,学习python发推导式。
week01学习心得:
1.爬取的时候有些网站存在反爬虫机制,可以使用 cookies,但是这种方式并没有完全解决问题,期待后续完全解决这个问题;
2.跟着助教老师学习了python的调试方式,不做只会print调试的工程师;
3.python的语法学习还得加强,特别是python的语法糖,能极大简化代码;
4.对于xPath应该进一步学习,努力掌握这个工具。

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.