作者查詢 / cuteSquirrel

總覽項目: 發文 | 留言 | 暱稱
作者 cuteSquirrel 在 PTT [ Python ] 看板的留言(推文), 共311則
限定看板:Python
看板排序:
全部Gossiping60948HatePolitics20047Option19485talk17028Stock15846NTU3381Military1190cat548Baseball397Tech_Job389Math373WomenTalk333Python311basketballTW212car166Soft_Job150NTUcourse118C_and_CPP111MenTalk107marvel99sex96ask93NBA91Wanted82RTS74Beauty46joke46Olympics_ISG43HsinTien36Road28Salary25study24StupidClown21Daan20EuropeanCar20Eng-Class16Finance16movie14WorldCup14Law-Service13soul13Teacher13Warfare10DummyHistory9graduate9home-sale9KOTDFansClub9SENIORHIGH9CFP8CareerPlan7ChiLing7Kaohsiung7MdnCNhistory7Railway7Car-rent6CareerLady6Chen_C_H6DigiCurrency6L_TalkandCha6Marginalman6specialman6ASM5Boy-Girl5ClashRoyale5CVS5DataScience5NTU-Exam5YOLO5C_Chat4Food4GossipPicket4marriage4money4Tainan4About_Life3Broker3Childhood3dog3Hsinchu3IA3Jay3medstudent3PingTung3TaichungBun3CATCH2Chiayi2Doraemon2EE_Comment2fastfood2Foreign_Inv2gallantry2Hate2Militarylife2MuscleBeach2nCoV20192NTUCivilism2PublicIssue2rent-exp2RIPE_gender2TKU_EE_92C2Trading2YP92-3112AfterPhD1Anchors1ascii_wanted1asciiart1barterbooks1BB_Online1BigBanciao1book1Browsers1Bus1C_BOO1CarShop1Chemistry1chi1ChungLi1cookclub1CrossStrait1DoubleMajor1EAseries1Examination1feminine_sex1FITNESS1FongShan1gay1Gintama1Gov_owned1HateP_Picket1Hiking1HRM1HSNU_8201I.O.I1kawaii1KoreaStar1L_LifeJob1L_SecretGard1LinKouSH1London1MIS1MobileComm1MRT1Nantou1need_student1NTUHistory011Nurse1Oversea_Job1Paradox1PC_Shopping1pet1Physics1piano1PokemonGO1Prob_Solve1SMSlife1SNSD1SouthPark1speech1StockPicket1Sub_DigiWare1TaiShan1Taitung1Taoyuan1Test1Theater1TigerBlue1toberich1Track_Field1Violation1Weyslii1Wrong_spell1youtuber1Yunlin1<< 收起看板(173)
[問題] python面試題庫
[ Python ]11 留言, 推噓總分: +4
作者: wahahahaaa - 發表於 2020/08/06 11:16(5年前)
4FcuteSquirrel: 那本有在書店翻過,大部分題目來自於Leetcode08/06 16:17
[問題] re.sub的用法
[ Python ]6 留言, 推噓總分: +4
作者: andrew5106 - 發表於 2020/07/05 11:32(5年前)
2FcuteSquirrel: 前面改成\? 假如是要用a取代str裡面的問號07/05 12:39
3FcuteSquirrel: https://docs.python.org/3/library/re.html07/05 14:52
[問題] 爬蟲網頁圖表資料問題
[ Python ]26 留言, 推噓總分: +4
作者: be00148 - 發表於 2020/07/01 22:41(5年前)
1FcuteSquirrel: GET裡面的header要設定user-agent和referer07/01 23:04
2FcuteSquirrel: 所要的資訊可以在原本截圖Response Headers裡面找到07/01 23:07
9FcuteSquirrel: 就從常見的幾個開始試吧 爬蟲滿常遇到這些情況07/01 23:29
10FcuteSquirrel: 不客氣~07/01 23:29
17FcuteSquirrel: 可以用response.json()拿到python dict07/01 23:47
18FcuteSquirrel: 用dev tool看到的key去抓字串,再用re去擷取07/01 23:51
[問題] pandas重覆欄位
[ Python ]4 留言, 推噓總分: +2
作者: rounders - 發表於 2020/06/07 18:39(6年前)
1FcuteSquirrel: column能改標籤名字的話,會方便很多。06/07 22:37
2FcuteSquirrel: 供你參考: https://bit.ly/2XHZYSG06/07 22:37
4FcuteSquirrel: 依照範例試試看吧 記得新的欄位的column也要改標籤06/11 22:33
[資訊] 群益證券聽牌機 0.9.6 釋出
[ Python ]4 留言, 推噓總分: +4
作者: tacovirus - 發表於 2020/06/10 17:20(6年前)
2FcuteSquirrel: 推06/10 18:25
[問題] ndarray 寫入 dataframe
[ Python ]5 留言, 推噓總分: +3
作者: ctr1 - 發表於 2020/06/04 14:36(6年前)
1FcuteSquirrel: 依序排好放入 https://bit.ly/2BoImSS06/04 14:51
5FcuteSquirrel: : )06/04 16:13
[問題] Pandas一欄變多欄
[ Python ]10 留言, 推噓總分: +5
作者: liquidbox - 發表於 2020/06/04 08:31(6年前)
8FcuteSquirrel: 可參考看看: https://bit.ly/3cvYcYM06/04 16:08
[問題] 新手學習Python的開發環境
[ Python ]32 留言, 推噓總分: +11
作者: jayzhuang - 發表於 2020/06/01 22:35(6年前)
8FcuteSquirrel: 推 VSCode or pycharm06/02 14:04
9FcuteSquirrel: 微軟有出一套Python教學: https://bit.ly/2ZZtNiQ06/02 14:04
Re: [問題] 新手學習Python的開發環境
[ Python ]42 留言, 推噓總分: +11
作者: alvinlin - 發表於 2020/06/02 00:40(6年前)
5FcuteSquirrel: 當下分頁儲存關掉再重開試試看06/02 10:05
8FcuteSquirrel: 感覺是win10+繁中輸入法的bug06/02 10:19
14FcuteSquirrel: 目前自己是有支援文字輸入的方況都有機率遇到06/02 12:46
15FcuteSquirrel: 方塊06/02 12:46
Re: [問題] 新手學習Python的開發環境
[ Python ]42 留言, 推噓總分: +10
作者: alvinlin - 發表於 2020/06/02 10:12(6年前)
1FcuteSquirrel: 推薦這篇文章06/02 10:17
2FcuteSquirrel: 1. 2. 3. ...段落之間可插入空白行 會更容易閱讀06/02 11:03
4FcuteSquirrel: 感謝你的分享 : )06/02 12:40