暑假一共直播講了七次課,每次一小時到一個半小時,前六次講解python主要實用語法,最后一次講了學習方法和簡單基礎的思想和算法。由于時間有限,不能做到很好,請見諒。
學院做題網站:橙白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
?
?
后期其它課程歡迎大家面基。
博客有更多擴展可以去看。