Charles Lee

@coderschool

Joined on Dec 20, 2016

  • Day 1: Prompt: I want to create a cool data science project. My skills are in using python and pandas and seaborn. I'd like my project to really stand out and be impressive - I'm going to be presenting it to a panel of judges in a "shark tank" style format. The first step is discovering interesting data to analyze. Act as my data science mentor, and ask a few questions about my personal interests, and in turn suggest 5 great project ideas. Please respond in the following format: Project Title: <title here> Links to datasets to download: <url of first publicly available dataset here> <url of second publicly available dataset here> Hypotheses: <three interesting hypotheses to explore> Synthesis with other datasets: <one interesting way to merge this project with another project on the list, to synthesize data>
     Like 1 Bookmark
  • ![](https://i.imgur.com/nuNQ55P.png =128x) Introduction and Background Welcome to CoderSchool! It's really exciting to meet you. You're about to join a cool journey into programming. Before we get started, we wanted to give you a quick "prework" assignment to make sure you'll be ready for the course. If you find the assignment too difficult, don't worry - we're here to help. We'll be uploading some guides and material over the following weeks, and we'll also organize some homework help sessions. What You Should Do
     Like  Bookmark
  • Some background on how NLP works (not required, but interesting): Video (quick, just watch 60 seconds): https://youtu.be/d4gGtcobq8M?t=110. They are explaining the TF-IDF method (which you can read about here if you're curious: https://en.wikipedia.org/wiki/Tf%E2%80%93idf) Video (broadest): https://www.youtube.com/watch?v=fOvTtapxa9c, slight bit on chatbots at 4:53 Article: https://becominghuman.ai/a-simple-introduction-to-natural-language-processing-ea66a1747b32. Step 0: hit the magic button Go to your settings, and then click "Built-In NLP". For language model, let's default to English, but also include support for Vietnamese.
     Like  Bookmark
  • Step 0 - Set up Facebook Account https://developers.facebook.com/docs/messenger-platform/getting-started/app-setup You'll need the first three things, which will be self-explanatory. Facebook Page: A Facebook Page will be used as the identity of your Messenger experience. When people chat with your app, they will see the Page name and the Page profile picture. To create a new Page, visit https://www.facebook.com/pages/create Facebook Developer Account: Your developer account is required to create new apps, which are the core of any Facebook integration. You can create a new developer account by going to the Facebook Developers website and clicking the 'Get Started' button. Facebook App: The Facebook app contains the settings for your Messenger experience, including access tokens. To create a new app, visit your app dashboard
     Like  Bookmark
  • Background Reading https://www.learnenough.com/command-line-tutorial/basics https://www.dataquest.io/blog/why-learn-the-command-line/ Video Intro More Slides About that Famous Essay (just for fun reading) CoderSchool Slides and Video
     Like  Bookmark
  • Overview Today, this is one of the most popular websites on the internet, as the first google result for "coronavirus statistics": https://www.worldometers.info/coronavirus/. The version we're building will be "static"; that means the numbers won't update. Making this site show updates in real-time would require a server and backend, which is something you'll learn much later in the course. We also won't be able to have some behaviors on the page (like dynamically sorting results by column) because that would require JavaScript for behavior. Today our page will be fully static; it can only use HTML and CSS. Don't worry, it's still pretty cool to feel that you can rebuild most of a real website used by millions of people a day. How to do this lab
     Like  Bookmark
  • # Web Development Pre-Course --- ## Getting Started * [Welcome!](/bFwWpPlMTE-4gX_gV2L0eg) * [Learning Mindset](/ITt9gqUDTjWV3v8nGkdq9Q) * [Asking Questions](/gFUrKu57Qn6SHhfVUapT6A) ## Computer Setup * [Computer Setup](/GEqJ88vNTUiBj6WECQ6HVw) * [Visual Studio Code](/DLeSxoouTAmUIlAdo7G2dQ) ## Coding Exercises * [Time to Start Coding](/gl9dY_wsSPqZ43dtMhjtHg) * [Optional Pre-Course Assignment 1: Git and Terminal Fundamentals](/iL01IEMyTVqiSGKP-d2VLQ?both) ###### tags: `FTW Prep`
     Like  Bookmark