Today = Teaching Myself Cabling In Yellow Yarn And Making To-do Lists

Today = Teaching Myself Cabling In Yellow Yarn And Making To-do Lists
Today = Teaching Myself Cabling In Yellow Yarn And Making To-do Lists

Today = teaching myself cabling in yellow yarn and making to-do lists

More Posts from Swirlspill-study and Others

6 years ago
May 5 2018
May 5 2018

May 5 2018

Got a lot of work done in the morning today but then accidentally took a nap form 8pm to 10pm and now I’m scared I’m gonna be awake all night LOL

Tomorrow studybuddy and I are going to the botanical gardens again!! I am so happy!!! To celebrate I painted three of the five succulent plants my roommate and I have adopted. It felt really good to paint again for once :C


Tags
7 years ago
This Is What My Revision Wall Looked Like This Time Last Year. So Gutted I Got Rid Of These Note Cards.
This Is What My Revision Wall Looked Like This Time Last Year. So Gutted I Got Rid Of These Note Cards.
This Is What My Revision Wall Looked Like This Time Last Year. So Gutted I Got Rid Of These Note Cards.
This Is What My Revision Wall Looked Like This Time Last Year. So Gutted I Got Rid Of These Note Cards.

This is what my revision wall looked like this time last year. So gutted I got rid of these note cards. I’m so dumb.


Tags
6 years ago
Stats Notebook Index Set Up Lookin Hella Fine

stats notebook index set up lookin hella fine

(11.23.2015)


Tags
7 years ago
I’m Taking The AB Calc AP This Year (yikes), So Here Are Some Of The Resources I’ve Found So Far!

I’m taking the AB Calc AP this year (yikes), so here are some of the resources I’ve found so far! I’ll add more as I find them.

Free Practice Tests & Questions

1969-1988 Multiple Choice Questions

2006 Practice Exams (AB & BC, with answers)

Varsity Tutors

College Board Released FRQs 

Peterson’s Practice Test

GetAFive Practice Questions

4Tests Practice

Booooooks

The Princeton Review (3 practice exams)

REA Crash Course (online practice exams)

Barrons (AB & BC, 5 practice exams each)

Kaplan (6 practice exams & 2 diagnostics)

5 Steps to a 5 (3 practice exams)

COW Math (online calculus books)

Peterson’s (online, AB & BC)

Multiple Choice Workbook

Videos

HippoCampus

Khan Academy (so many worked answers)

WOWmath (free response questions)

Other Resources

PDF Reference Sheets (from EE, but here in a handy folder)

Interactive Mathematics Lessons

Visual Calculus (tutorials & drills)

College Board FRQ Index

MIT OpenCourseware Exam Prep

Brightstorm

Mr. Calculus

GetAFive

Paul’s Online Math Notes

Study Guides

Elaine Cheong’s Study Guide

University of Houston Study Guide

Final Review Sheet

Calculus Cheat Sheet

I hope this helps you out! There are more useful posts from my study series here.


Tags
4 years ago
Bio Will Be The Death Of Me (; ̄Д ̄)

bio will be the death of me (; ̄Д ̄)

studygram here


Tags
7 years ago
Psychology Is Crazy Overwhelming But So Interesting. I Wish I Could Major In Such A Fascinating Field

Psychology is crazy overwhelming but so interesting. I wish I could major in such a fascinating field but I need something that I can obtain more connection and success with. This is one of the subjects where my motivation and organization skills are on point, I hope I can feel this passion with other subjects. (IG POST) 


Tags
1 year ago

Python as a first language: a roadmap to getting started.

I personally prefer Java as a first language. Put non-technically, it is a lot less convenient, so you get a more realistic idea of how computers work. Nonetheless, Python is an amazing language (with convenience as one of it’s values) so it makes sense as a gentle introduction. It’s also a popular language for data science and machine learning, so it’s great to have experience with.

The 3 ingredients you need to get started:

The Python Language Interpreter: when you write some code in a text file and save it as a .py file, the Python interpreter is what turns that code into commands that your computer can then actually preform. This is necessary.

An Integrated Development Environment (IDE): An IDE is like a helpful text editor for programming. Some basic features include auto-complete, typo and mistake catching, and automatic text coloring to make some parts of your code easier to find. This is optional but highly recommended.

Some learning resources: We’re going to need something about programming basics, problem solving in computer science, using an API, learning how to use google and stackexchange, data types, control structures, and then maybe an object-oriented programming intro, and eventually all the neat advanced features of the python language. Then we need to learn how to use Numpy (for scientific computing), Pandas (for easy data storage), and Tensorflow (machine learning!). Add some handy cheat-sheets for python, numpy, pandas, and Tensorflow, and we’re good to go.

Other posts will adress download, installation, and resources.

A curriculum:

Like I said up above, we need to know how to do the following. Save this and make it a checklist.

Learn to use google to answer questions about installing or using python, any packages, or computer science.

This also includes getting to know how to search Stackexchange, the website for coding questions n’ stuff.

How to install python 3 and get set up

How to install an IDE like Eclipse (with PyDev), IDLE, or Notebook++.

Programming basics: how does python work? What does the language look like? How does tabbing work?

Understand basic logic, including AND, OR, XOR, NOR, NAND, XNOR, Implies, and If…Else statements.

Variables: what are they, how do I set one and change it?

Basic math in Python.

Data types: what kinds of variables can I have? How does my computer store data? How do I use those types of data? What are the key commands and operations I know how to do?

Control structures: if, else, elif, for loops, while loops, break, continue

Methods! What are they, how do I make one, what can I do with it?

The open() command, the all() command, other neat built-in methods

<function name>= lambda <your variables>: <single line method>

Problem solving in computer science: now do fizbuzz.

What’s a package?

Importing packages, installing packages you don’t have with PIP

Using an API: how do I find one and how do I read it?

object-oriented programming in Python: what’s a class, how do I make one, how do I reference and instantiate one, methods, class vars, etc

Error handling: how to do exceptions

All the neat advanced features of the python language: iterators, generators, list comprehensions, enumerate, range, assert, with…as, etc.

Read through the Numpy API (for scientific computing), data types, matrices, stats, methods, etc. A short detour through scikit would be helpful.

Read through Matplotlib.pyplot API, plotting, plotting options, histograms, scatterplots, etc.

Pandas (for easy data storage), data frames, series, built-in operations on columns and rows, loading from a CSV, saving as a csv, apply, etc

Tensorflow (machine learning!) For basic stuff, shoot for knowing how to use the estimator package, which is discussed elsewhere on this blog. Also get to know the nitty gritty, including tensors, layers, tensorboard, etc.


Tags
1 month ago

A Note on “Weeder Courses”

Is your first year gen-ed (general education) course really hard for absolutely no reason? Or perhaps it’s an early course in your major that’s required for the rest of the degree. Maybe the homework is really hard to get through or the exams are just brutal. You might be in a “weeder course.”

Generally weeder courses are introductory level; the STEM field gen-eds are notorious for this. The thought process from an administrative level is to make these courses very difficult and challenging to vet out students who can’t hack it. They do it with the intro level courses to serve as a warning for students who might want to major in something, but aren’t ready for how rigorous the degree actually is. 

Now I have my own thoughts on that mindset but what I want to stress that these courses are designed to be difficult. You’re not making it up in your mind; they are designed to feel like hell. 

Personal anecdote: I got my undergrad degree in literal rocket science from a “name” university. In my first year I failed physics I, the very course that is the basis for the rest of your physics education. I nearly failed it again the second time I took it, passing by the skin of my teeth. Despite the material being more difficult, I found my calculus 4 course easier than my calculus 1 course.

And that was because, as I found out from an upperclassman years later, those intro courses were designed as weeder courses. They taught the material yes, but their primary function was to act as a buffer to students who the administration see as lacking the discipline to follow through on a major in that field.

My advice? If it is a field or major you love, do not let your performance in these classes stop you.

I cannot stress this enough: if you love the field and the major and the subject, don’t let terribly designed classes stop you. I worked as a peer advisor my senior year and I had these brilliant first and second year students come up to me and tell me that they were struggling in an intro level course, wondering if they should drop out of a major they genuinely loved because they felt like they weren’t smart enough. Every single one of them was smart enough. 

You are smart enough. You can and will get through it. 

Some advice of a more practical nature under the cut:

Keep reading


Tags
2 years ago

random things I do to fool my brain into staying interested during online study

changing my chrome cursor into something cute like a strawberry

changing my chrome theme to a wacky colour

adding stickers onto my laptop

listening to new music in a language I don’t know

or hyped video game music for energy

buying a fidget toy. like deadass I had my doubts but they’re so good

using the web paint extension while in meetings or lectures

changing the appearance of whatever note taking app you use

for epic gamers with light-up keyboards, changing the light’s colour settings

having a very hot or very cold drink 

putting said drink directly under my face when working and using a straw, so I don’t forget it’s there and don’t have to move my head much to sip

hav u eaten or drank anything today hey hello it’s already midday

sparkling water perchance?? it’s water but it’s fun and interesting

ambient fireplace 10 hours loop

alternatively, death metal hardcore bass boosted.mp3

putting on a ridiculous outfit and pretending you’re a wizard doing important work. I have given up on being “put together” at this stage

getting up and having scheduled dance breaks to move around

don’t like your chair? are u gay and can’t sit normal? try arranging pillows and boxes to make a diy cross-legged chair or sit on the floor

u kno when you get a million ideas during studying but u don’t want to break focus: hey siri okay google alexa remind me in a sec about this very specific thing that just couldn’t wait 10 more minutes to force itself into brain

giving up. lmao sometimes you genuinely need a break and nothing you do will make your brain focus so don’t feel guilty for needing rest! it’s technically more productive to spend the time resting and recharging than forcing yourself to half assedly focus and get nothing done

tl;dr- changing appearances of devices often for Spice, having small snacks and various drinks, hype music for energy, any and all fidget toys, knowing when to give up


Tags
Loading...
End of content
No more pages to load
  • dnice0
    dnice0 liked this · 1 month ago
  • shadowseyyy
    shadowseyyy liked this · 1 month ago
  • fvck-exxy
    fvck-exxy reblogged this · 1 month ago
  • rahimescardigan
    rahimescardigan reblogged this · 1 year ago
  • travalinguaa
    travalinguaa liked this · 3 years ago
  • honeyed-violets
    honeyed-violets reblogged this · 3 years ago
  • sopecollor
    sopecollor liked this · 3 years ago
  • sobphie-ruiz
    sobphie-ruiz liked this · 3 years ago
  • lavenderandlaurel
    lavenderandlaurel reblogged this · 3 years ago
  • culmunnity
    culmunnity reblogged this · 3 years ago
  • courfaeriedust
    courfaeriedust liked this · 3 years ago
  • karinaisloud
    karinaisloud reblogged this · 3 years ago
  • breathefreebefree
    breathefreebefree reblogged this · 3 years ago
  • itistimeforusalltodecidewhoweare
    itistimeforusalltodecidewhoweare liked this · 3 years ago
  • the-strangest-sea
    the-strangest-sea reblogged this · 3 years ago
  • princesith
    princesith liked this · 3 years ago
  • handful-of-honey
    handful-of-honey liked this · 3 years ago
  • coolyoungbreezyworld
    coolyoungbreezyworld liked this · 3 years ago
  • purplecrowqueen
    purplecrowqueen liked this · 3 years ago
  • science-bastard
    science-bastard liked this · 3 years ago
  • garlic-gal
    garlic-gal reblogged this · 3 years ago
  • thefrenchblackcatcottage
    thefrenchblackcatcottage liked this · 3 years ago
  • hekats
    hekats reblogged this · 3 years ago
  • cutiepiehoneybear
    cutiepiehoneybear reblogged this · 3 years ago
  • comfycozycutie
    comfycozycutie reblogged this · 3 years ago
  • hestiashoney
    hestiashoney reblogged this · 3 years ago
  • miniatureambertiger
    miniatureambertiger liked this · 3 years ago
  • typerofwords
    typerofwords liked this · 3 years ago
  • oatmilkappreciator
    oatmilkappreciator liked this · 3 years ago
  • samethyst
    samethyst reblogged this · 3 years ago
  • purple-lunar-knight
    purple-lunar-knight liked this · 3 years ago
  • earthlingse
    earthlingse reblogged this · 3 years ago
  • earthlingse
    earthlingse liked this · 3 years ago
  • naturallynataliee
    naturallynataliee reblogged this · 3 years ago
  • absuuuurdstarkid
    absuuuurdstarkid liked this · 3 years ago
  • meloonihuora
    meloonihuora liked this · 3 years ago
  • thebrowneyedgirl
    thebrowneyedgirl liked this · 3 years ago
  • litely-salted
    litely-salted liked this · 3 years ago
  • sapphicfaerie
    sapphicfaerie reblogged this · 3 years ago
  • forestfeeling
    forestfeeling reblogged this · 3 years ago
  • forestfeeling
    forestfeeling liked this · 3 years ago
  • outwindowstarer
    outwindowstarer liked this · 3 years ago
  • duchessdolly16
    duchessdolly16 liked this · 3 years ago
  • etherealsoftsorceress
    etherealsoftsorceress reblogged this · 3 years ago
  • lumiiberry
    lumiiberry liked this · 3 years ago
swirlspill-study - Swirlspill-Study
Swirlspill-Study

a study blog for collected references, advice, and inspiration

267 posts

Explore Tumblr Blog
Search Through Tumblr Tags