河北师范大学软件学院18暑期培训总结

暑假一共直播讲了七次课,每次一小时到一个半小时,前六次讲解python主要实用语法,最后一次讲了学习方法和简单基础的思想和算法。由于时间有限,不能做到很好,请见谅。

视频和资料、教程,加培训qq群:739979255,不会的群里探讨即可。

学院做题网站:橙白oj http://oj.acm-icpc.top/ 网站使用教程也在群里

大家可以进去做作业

第一次课 优秀作业展示

https://blog.csdn.net/hebtu666/article/details/81326182(新人先看看第一次课效果)

题解:

第二次、https://blog.csdn.net/hebtu666/article/details/81448034

oj第一次https://blog.csdn.net/hebtu666/article/details/82429135

oj第二次https://blog.csdn.net/hebtu666/article/details/82429363

小游戏2048结课教程https://blog.csdn.net/hebtu666/article/details/81663648

七次课的主要内容和代码:

第一次:

概述、python简介、输入、变量、输出

https://blog.csdn.net/hebtu666/article/details/81267754

 

第二次:

创建文件、数据类型:布尔(and\or\not)、条件判断语句(if elif else)

 列表基础操作(特点、创建、增加元素、len()、下标、py切片)

https://blog.csdn.net/hebtu666/article/details/81297663

第三次:

小知识强调讲解、作业讲解、列表的遍历、For循环(这个参考切片,视频有详细讲解,一样的)

https://blog.csdn.net/hebtu666/article/details/81415440

第四次:

选择排序、冒泡排序、插入排序   (这次时间比较短)

https://blog.csdn.net/hebtu666/article/details/81434236

第五次:

排序(复习)、While循环、Break continue、字符串(len,取值改值,格式化)、列表生成式

https://blog.csdn.net/hebtu666/article/details/81842342

第六次:

oj的使用、Python Split、函数(优点:抽象、简洁。举例:str\int\float\abs   具体实现)

https://blog.csdn.net/hebtu666/article/details/81916024

第七次:

时间空间复杂度、二分、Debug(二分)(#,’’’,打印)、桶排序、排序的稳定性及应用、埃氏筛(筛由于时间问题未直播讲)

复杂度:https://blog.csdn.net/hebtu666/article/details/82463970

https://blog.csdn.net/hebtu666/article/details/82465495

筛:https://blog.csdn.net/hebtu666/article/details/81486370

二分:https://blog.csdn.net/hebtu666/article/details/81410301

排序:https://blog.csdn.net/hebtu666/article/details/81434236

学习中可以去做作业,oj提交一下。

总结一些基础题:(刚开始可能有点难,不要怕)

1)https://blog.csdn.net/hebtu666/article/details/81749380

2)https://blog.csdn.net/hebtu666/article/details/81749393

3)https://blog.csdn.net/hebtu666/article/details/81749570

4)https://blog.csdn.net/hebtu666/article/details/81749608

5)https://blog.csdn.net/hebtu666/article/details/81749650

总结一些技巧,同学们可以学习一下:

1)https://blog.csdn.net/hebtu666/article/details/81698235

2)https://blog.csdn.net/hebtu666/article/details/81698329

3)https://blog.csdn.net/hebtu666/article/details/81698665

4)https://blog.csdn.net/hebtu666/article/details/81699268

5)https://blog.csdn.net/hebtu666/article/details/81700629

后期其它课程欢迎大家面基。

博客有更多扩展可以去看。

猜你喜欢

转载自blog.csdn.net/hebtu666/article/details/82503168