본문 바로가기

카테고리 없음

2020-07-04 22시 개발자 글 모음 | "오호!! 뉴 보드가 들어오다." 외 11개 이야기

SwiftUI의 데이터 흐름 by Hohyeon Moon about Swift

  • $showAddView) } } struct AddView: View { @Binding var isPresented: Bool var body: some View { Button ( "Dismiss" ) { self
  • class User: ObservableObject { @Published var name = "Hohyeon Moon" } struct ContentView: View { @ObservedObject var user = User () var body: some View { VStack { Text ( "Your name is \(user
  • version += 1 }) { Text ( "Increase version" ) } NavigationLink (destination: DetailView ()) { Text ( "Show Detail View" ) } } } } } struct DetailView: View { @EnvironmentObject var settings: UserSettings var body: some View { Text ( "Version: \(settings


파이썬 대용량 csv 파일 읽는 방법 정리 - Python read large size csv file by 이수진 about Python

  • 파이썬을 활용해서 데이터 분석 혹은 모델링 등을 하다보면 대용량의 csv 파일을 많이 다루게 되는데요
  • 데이터를 1000개씩 가져오다보니 index가 1000개씩 커지면서 데이터를 가져오는 것을 볼 수 있습니다
  • 이렇게 pandas의 chunk_size를 활용하면 큰 용량의 데이터를 핸들링하면서 처리할 수 있습니다


factor level 수정 melt (reshape시 발생하는 문제 해결) by 이제민

  • factor level 수정 melt (reshape시 발생하는 문제 해결)
  • data frame에서 각각의 column의 factor level을 확장하는 방법
  • [ 1 ] a b c z y x Levels : a b c d e f g h i j k l m n o p q r s t u v w x y z


C언어-컴퓨터에서 수를 표현하는 방법 by 박현상


    '노마드 코더'를 운영한 지 3년이 되었다 - 여전히 단 두명이 수강생 4만명 하드캐리하기까지... by 박인

    • 사이드 프로젝트가 풀타임이 되기까지 | 2017년 6월
    • 파트너가 남편이 되기까지 | 2017년 6월 오랜 떠돌이 생활을 잠시 멈추고 한국
    • (그리고 바로 2달 후 야반도주) 그리고 노마드코더가 어영부영 어쩌다 보니 시��


    Docker로 협업하기 — Node.js 웹서버를 Docker로 배포하기 by 나세화 about Docker,Node,Windows

    • Follow all the topics you care about
    • and we’ll deliver the best stories for you to your homepage and inbox


    Privacy Policy by 이관형

    • We may also release your information when we believe release is appropriate to comply with the law
    • Your information helps us to better respond to your individual needs and improve this website
    • We continually work to improve our website offerings based on the information and feedback we receive from you


    JavaScript Closure by 신정섭 about Javascript


      Daily Study Logging43 - TCP/IP 4 layer by 차이새


        linux centos6 no acceptable C compiler found in $PATH by 김동범 about Linux

        • 385 / 125 / 244


        linux configure: error: C++ preprocessor "/lib/cpp" fails sanity check | centos6 by 김동범 about Linux

        • 385 / 125 / 244


        오호!! 뉴 보드가 들어오다. by 이동규