#What is data science used for?
Explore tagged Tumblr posts
datasciencecoursetip ¡ 2 years ago
Text
What is data science used for?
In a world overflowing with data, simply collecting information is no longer enough. The real value lies in understanding what the data is telling us—and using it to drive smarter decisions. That’s where data science comes into play.
At its core, Data science certificate is about extracting meaningful insights from raw data to solve problems, improve processes, and uncover opportunities. It blends mathematics, statistics, computer science, and domain knowledge to turn numbers into narratives—and those narratives into action.
From recommending your next favorite movie to helping doctors diagnose diseases earlier, data science is revolutionizing how we live and work. Let’s explore how different industries are leveraging the power of data science to innovate, grow, and make smarter decisions.
1. Business Intelligence and Analytics: Making Smarter Decisions
One of the most widespread uses of data science is in business intelligence (BI) and analytics. Companies generate massive amounts of data every day—sales figures, website clicks, customer support tickets, and more. Without the right tools, this data is just noise.
Data science helps businesses:
Analyze historical trends to understand what’s working (and what isn’t)
Forecast future performance, such as sales projections or demand spikes
Segment customers based on behavior or demographics for personalized experiences
Optimize pricing strategies using demand elasticity models
For example, a retail chain might use data science to predict which products are likely to sell out during the holiday season and adjust inventory accordingly. Or a subscription-based service may analyze churn data to retain more customers.
In many organizations, data scientists work closely with analysts, marketers, and executives to support data-driven decision-making at every level.
2. Healthcare: Saving Lives with Predictive Insights
In healthcare, data science isn’t just about efficiency—it can literally be the difference between life and death.
Modern medical systems produce enormous volumes of data: electronic health records, imaging scans, genetic data, wearable devices, and more. With the help of data science, this data can be analyzed to:
Predict diseases before they become critical using early warning signs
Support diagnostics with machine learning models trained on medical imaging
Recommend personalized treatments based on patient history and genetic profiles
Monitor patients in real time using wearable devices and IoT technology
Accelerate drug discovery by identifying promising compounds through simulation
Hospitals and clinics also use data science for operational improvements, such as reducing patient wait times, optimizing staff scheduling, and minimizing readmission rates.
For instance, predictive analytics might flag a high-risk patient who is likely to be readmitted within 30 days, prompting early intervention.
3. Finance: Managing Risk and Maximizing Returns
Few industries have embraced data science as extensively as finance. With its heavy reliance on numbers, patterns, and forecasts, finance is a natural fit for data-driven decision-making.
Here’s how data science is making an impact in the financial sector:
Credit scoring and risk assessment: Banks use machine learning models to assess an applicant’s likelihood of defaulting on a loan.
Fraud detection: Algorithms analyze transaction data in real time to spot suspicious behavior and prevent fraud.
Algorithmic trading: Quantitative analysts develop complex trading algorithms that react to market movements within milliseconds.
Customer insights: Banks and fintech firms use data to segment users, personalize financial advice, and improve retention.
Portfolio management: Robo-advisors rely on data-driven models to suggest personalized investment strategies.
In short, data science helps financial institutions minimize risk, improve compliance, and deliver better customer service in an increasingly competitive market.
4. Marketing and Advertising: Reaching the Right Audience
Gone are the days when marketers relied solely on intuition. Today’s most successful marketing strategies are grounded in data—and data science plays a central role.
With the right analytics in place, marketers can:
Identify target audiences based on browsing behavior, purchase history, and social media interactions
Personalize content and offers to increase conversion rates
Measure campaign performance using real-time dashboards and KPIs
Conduct A/B testing to determine which ads, messages, or visuals work best
Analyze customer sentiment through natural language processing (NLP) of reviews, comments, or tweets
Data science tools help marketers not just reach more people, but reach the right people at the right time with the right message. This improves ROI and helps brands build more meaningful relationships with their audience.
5. E-Commerce: Powering Personalization and Efficiency
The e-commerce industry thrives on customer data—and data science helps turn that data into smarter shopping experiences.
Companies like Amazon, Flipkart, and Shopify use data science to:
Build recommendation engines that suggest products based on user behavior and preferences
Forecast demand to ensure popular items are always in stock
Analyze customer reviews to improve product quality and customer satisfaction
Optimize pricing through dynamic pricing algorithms that adjust in real time
Prevent fraud and secure transactions
For example, if a customer frequently buys fitness gear, the recommendation engine might show them related products like protein supplements or smartwatches. This kind of hyper-personalization increases engagement and drives sales.
On the operations side, data science helps with warehouse management, logistics optimization, and delivery route planning, ensuring fast and efficient order fulfillment.
6. Manufacturing and Supply Chain: Streamlining Production
In the age of Industry 4.0, manufacturers are turning to data science to make their operations smarter, faster, and more cost-effective.
Key applications include:
Predictive maintenance: Using sensor data to detect early signs of equipment failure and schedule maintenance before breakdowns occur
Quality control: Identifying patterns in production data that lead to defects or inefficiencies
Supply chain optimization: Forecasting demand and managing inventory to reduce waste and avoid shortages
Production scheduling: Balancing workloads and machine usage to maximize throughput
For instance, an automotive company may use machine learning to monitor the health of factory machinery, reducing unexpected downtime and saving millions in lost productivity.
7. Education: Enhancing Learning Through Data
In the education sector, data science is helping institutions understand how students learn—and how they can learn better.
Educational platforms and schools use data science to:
Track student progress and identify those at risk of falling behind
Personalize learning paths based on individual performance and preferences
Analyze curriculum effectiveness by comparing outcomes across different teaching methods
Predict enrollment trends and optimize course offerings
With tools like learning analytics and adaptive learning platforms, educators can offer more tailored, effective educational experiences and make data-informed decisions about teaching strategies.
8. Transportation and Logistics: Moving Smarter
Whether it’s delivering a package or managing an entire fleet of trucks, transportation companies rely on data science to move goods and people more efficiently.
Use cases include:
Route optimization: Reducing delivery times and fuel usage
Traffic prediction: Helping drivers avoid congestion using real-time data
Fleet maintenance: Predicting vehicle failures and scheduling repairs
Supply chain coordination: Synchronizing logistics across suppliers, warehouses, and retailers
Ride-sharing platforms like Uber and Lyft also use data science to balance driver availability, surge pricing, and customer wait times—creating a better experience for everyone involved.
Conclusion: Data Science Is Everywhere
From diagnosing diseases and detecting fraud to optimizing ads and predicting customer behavior, data science is reshaping industries in profound ways. It's not just about algorithms or spreadsheets—it's about understanding the world through data and using that understanding to make better choices.
Whether you're a business owner looking to grow, a healthcare provider aiming to save lives, or a student pursuing a data science certificate in Chandigarh, the power of data is within reach.
As the demand for data-driven decision-making continues to grow, so too does the importance of data science. It’s not just a trend—it’s the future.
0 notes
beemovieerotica ¡ 2 months ago
Text
there needs to be a study about people who participate in research studies repeatedly like this is my 6th medical/scientific trial and honestly at this point let's call it an addiction
749 notes ¡ View notes
millenniallust4death ¡ 2 months ago
Text
All this talk about Tumblr disappearing and how we should export our blogs.
Writing R code to download all the notes from ONE Tumblr post has been an irritating adventure.
The main problems:
The API only gives you ~50 notes per call - no pagination, no offset, no “get everything” option. Tumblr: Fuck you, API user.
You’re limited to 300 API calls per minute.
Even if you respect that limit, Tumblr will still get cranky and start throwing 429 “Too Many Requests” errors.
When you reach the end of a post’s notes, the API just… repeats the last note forever instead of stopping.
There’s no reliable way to know when you’ve hit the end unless you build that check yourself.
Tags and added text from reblogs are a completely separate part of the API - not included with the likes, reblogs, and replies you get from the /notes endpoint. Why? Tumblr: Fuck you, API user.
Did I mention that the API is a rickety piece of shit? It forced me to get a bit creative. I built a loop that steps backward in time using timestamps to get around the lack of pagination. Since the API only gives you the most recent ~50 notes, I had to manually request older and older notes, one batch at a time - with built-in retries, cooldowns, and rate-aware pacing to avoid getting blocked.
My script works now. It politely crawls back through thousands of notes, exits cleanly when it hits the end, and saves everything to a CSV file.
Was it worth it? Eh.
57 notes ¡ View notes
opens-up-4-nobody ¡ 2 months ago
Text
...
#shout out to me for being an insufferable loud mouth in my group therapy class for over controlled losers#which is funny bc 1) i used to b extremely extremely shy and afraid of speaking to ppl and 2) bc im probably a normal amount of talkative#now lol. but in this class. its a class setting but im not getting a grade and the material isnt beyond my compression and psychology is a#soft science so i can argue back on things and not b objectivly wrong. so im like fuck it im gonna b annoying bc there r no consequences#except ppl thinking im annoying and like why tf would i care. i only see these ppl in this specific setting#and they have no authority over me and also they're annoying too bc they have similar issues to me but different. and there r archetypes.#like some ppl get real caught up on the rules and terminology of the material and im like ugh ur missing the point. the details dont fucking#matter. just think abt how u can use the idea. or some ppl r like really judgy and think theyre right abt things and im like. ugh. u sound#so insufferable. shut the fuck up. or some ppl r just extremely quiet and blank faced and just giving u nothing u have to carry the whole#conversation to make up for their lack of input. and i dont mean that in a bad way. i think everyone has the right to b annoying. i still#like them. so im like. well fuck it. i can b annoying too. so my annoying things r that im very padantic about the examples that our#instructors give. like: that doesn't fit with what u just said. or this is why i disagree with the idea. or actually i already do this thing#were learning today. which like. if i was an instructor. at least id b glad me as a student was engaging seriously with the materials#and is hopefully clarifying aspects of things. im told im good at conceptualizing things into metaphor.#whatever. i dont care. i mean. i feel intolerable but like also im not gonna stop bc who gives a fuck#also everytime they talk abt evolution stuff or data from studies im very suspicious. like show me how the fuck they quantified the number#of expressions the human face can make. show me the fucking data bc u cant fucking tell me its not an infinite number if u consider every#varied muscle movement in every combination. and its apparently very obvious when im disagreeing bc i make a face#which one of the instructors tried to prement my comments today but i was critical from a different perspective than she thought lol#anyway. shout of to being insufferable. as fucking lyrics from jc superstar wrattle endlessly through the empty caverns of my mind#i fucking love that musical. its rocketed up to like number 3 position. i lov musicals so much#bc im cringe and i don't give a fuck#unrelated
11 notes ¡ View notes
dickgreyson ¡ 8 months ago
Text
one of my essays from back when i studied philosophy is being put into a good answers guide at my university<3 not one of my good ones but
#its abt the philosophy of conspiracism in the modern day. suuuuuch a blast to write#my prof told me that he was like gasping at the twists and turns of the anti vaccine movement#i was like king have you been living in this world with us. this is just the news peace and love#so fun to like talk abt the moon landing and 911 and just stream of consciousness and someone think its good#bc if i had handed that in as a poltiics paper it would be like snooze you missed these things and its not valuable bc x y z#but this dude had never heard any of it before! loved that#he was like 'to get the full 100 i would have wanted some actual philosophy content in there' and yeah true#gonna talk to the prof tho bc theres a new philosophy of AI unit#and its been running a few years i took it in my last sem of undergrad#and it was so fallacious and like dick sucking of AI engineers#i kept being like true ai or not lets talk abt how this is impacting society NOW since its being CALLED ai#and i kept getting almost failing grades#then my final exam was graded by a different prof and lo and behold it pulled my grade waaaaaaay up#so clearly my writing is. good. and my grasp of AI and the concepts is. good.#that dude was just musk pilled or smth#anyway gonna tell the head of phils to keep an eye lmao#its a core unit for data science students and it has no intellectual credit to it AT ALL imo#its like what happens when ai starts producing more ai and we get deleted from existence and i was like what abt wages girl#im the problem tho
7 notes ¡ View notes
unnonexistence ¡ 5 months ago
Text
i started doing climate data transcription on Zooniverse today & it's nice. i feel a certain kinship with these 1950s weather observatory scientists who were trying to use up their stack of preprinted-for-the-1940s observation sheets & had to keep crossing out the "4" in the year field. they were doing it until at least 1952
5 notes ¡ View notes
un-pearable ¡ 9 months ago
Text
this is yet another random academia nitpick i won’t let go of for weeks but someone in the comments of the victor ninov broccumentary claimed that science is a “incredible field that can’t be simplified to storytelling like this” because “it goes against human nature to do” and writing good sci comm goes against scientific integrity.
and the whole statement is incredibly stupid but in true anthropologist fashion i must say what on earth about science goes against human nature. the desire to test a phenomenon and revise your theories based on the results is literally one of the benchmarks for early modern humans. this is the behavior in corvid’s (tool use) that people loose their shit over. communicating findings to others?? collaborative work to reach an arbitrary goal that won’t necessarily have a direct benefit on your immediate life???? that’s how we domesticated staple crops dumbass. it’s science all the way down
5 notes ¡ View notes
education43 ¡ 9 months ago
Text
What Are the Qualifications for a Data Scientist?
In today's data-driven world, the role of a data scientist has become one of the most coveted career paths. With businesses relying on data for decision-making, understanding customer behavior, and improving products, the demand for skilled professionals who can analyze, interpret, and extract value from data is at an all-time high. If you're wondering what qualifications are needed to become a successful data scientist, how DataCouncil can help you get there, and why a data science course in Pune is a great option, this blog has the answers.
The Key Qualifications for a Data Scientist
To succeed as a data scientist, a mix of technical skills, education, and hands-on experience is essential. Here are the core qualifications required:
1. Educational Background
A strong foundation in mathematics, statistics, or computer science is typically expected. Most data scientists hold at least a bachelor’s degree in one of these fields, with many pursuing higher education such as a master's or a Ph.D. A data science course in Pune with DataCouncil can bridge this gap, offering the academic and practical knowledge required for a strong start in the industry.
2. Proficiency in Programming Languages
Programming is at the heart of data science. You need to be comfortable with languages like Python, R, and SQL, which are widely used for data analysis, machine learning, and database management. A comprehensive data science course in Pune will teach these programming skills from scratch, ensuring you become proficient in coding for data science tasks.
3. Understanding of Machine Learning
Data scientists must have a solid grasp of machine learning techniques and algorithms such as regression, clustering, and decision trees. By enrolling in a DataCouncil course, you'll learn how to implement machine learning models to analyze data and make predictions, an essential qualification for landing a data science job.
4. Data Wrangling Skills
Raw data is often messy and unstructured, and a good data scientist needs to be adept at cleaning and processing data before it can be analyzed. DataCouncil's data science course in Pune includes practical training in tools like Pandas and Numpy for effective data wrangling, helping you develop a strong skill set in this critical area.
5. Statistical Knowledge
Statistical analysis forms the backbone of data science. Knowledge of probability, hypothesis testing, and statistical modeling allows data scientists to draw meaningful insights from data. A structured data science course in Pune offers the theoretical and practical aspects of statistics required to excel.
6. Communication and Data Visualization Skills
Being able to explain your findings in a clear and concise manner is crucial. Data scientists often need to communicate with non-technical stakeholders, making tools like Tableau, Power BI, and Matplotlib essential for creating insightful visualizations. DataCouncil’s data science course in Pune includes modules on data visualization, which can help you present data in a way that’s easy to understand.
7. Domain Knowledge
Apart from technical skills, understanding the industry you work in is a major asset. Whether it’s healthcare, finance, or e-commerce, knowing how data applies within your industry will set you apart from the competition. DataCouncil's data science course in Pune is designed to offer case studies from multiple industries, helping students gain domain-specific insights.
Why Choose DataCouncil for a Data Science Course in Pune?
If you're looking to build a successful career as a data scientist, enrolling in a data science course in Pune with DataCouncil can be your first step toward reaching your goals. Here’s why DataCouncil is the ideal choice:
Comprehensive Curriculum: The course covers everything from the basics of data science to advanced machine learning techniques.
Hands-On Projects: You'll work on real-world projects that mimic the challenges faced by data scientists in various industries.
Experienced Faculty: Learn from industry professionals who have years of experience in data science and analytics.
100% Placement Support: DataCouncil provides job assistance to help you land a data science job in Pune or anywhere else, making it a great investment in your future.
Flexible Learning Options: With both weekday and weekend batches, DataCouncil ensures that you can learn at your own pace without compromising your current commitments.
Conclusion
Becoming a data scientist requires a combination of technical expertise, analytical skills, and industry knowledge. By enrolling in a data science course in Pune with DataCouncil, you can gain all the qualifications you need to thrive in this exciting field. Whether you're a fresher looking to start your career or a professional wanting to upskill, this course will equip you with the knowledge, skills, and practical experience to succeed as a data scientist.
Explore DataCouncil’s offerings today and take the first step toward unlocking a rewarding career in data science! Looking for the best data science course in Pune? DataCouncil offers comprehensive data science classes in Pune, designed to equip you with the skills to excel in this booming field. Our data science course in Pune covers everything from data analysis to machine learning, with competitive data science course fees in Pune. We provide job-oriented programs, making us the best institute for data science in Pune with placement support. Explore online data science training in Pune and take your career to new heights!
#In today's data-driven world#the role of a data scientist has become one of the most coveted career paths. With businesses relying on data for decision-making#understanding customer behavior#and improving products#the demand for skilled professionals who can analyze#interpret#and extract value from data is at an all-time high. If you're wondering what qualifications are needed to become a successful data scientis#how DataCouncil can help you get there#and why a data science course in Pune is a great option#this blog has the answers.#The Key Qualifications for a Data Scientist#To succeed as a data scientist#a mix of technical skills#education#and hands-on experience is essential. Here are the core qualifications required:#1. Educational Background#A strong foundation in mathematics#statistics#or computer science is typically expected. Most data scientists hold at least a bachelor’s degree in one of these fields#with many pursuing higher education such as a master's or a Ph.D. A data science course in Pune with DataCouncil can bridge this gap#offering the academic and practical knowledge required for a strong start in the industry.#2. Proficiency in Programming Languages#Programming is at the heart of data science. You need to be comfortable with languages like Python#R#and SQL#which are widely used for data analysis#machine learning#and database management. A comprehensive data science course in Pune will teach these programming skills from scratch#ensuring you become proficient in coding for data science tasks.#3. Understanding of Machine Learning
3 notes ¡ View notes
plethoraworldatlas ¡ 1 year ago
Text
The innovation of a 3D-printed device from the University of Edinburgh could pave the way to the abolition of animal testing. The plastic “body-on-chip” device contains human cells from five major organs — the brain, heart, lungs, kidneys, and liver — and simulates chemicals moving through the circulatory system by using positron emission tomography (PET) scanning. “This device is the first to be designed specifically for measuring drug distribution … essentially, allowing us to see where a new drug goes in the body and how long it stays there, without having to use a human or animal to test it,” Liam Carr, inventor of the device, told The Guardian. Future models could also show how organs in different stages of disease react to medicine — as well as how everyday items like foods, aerosols, and cleaners affect the human body — improving precision in biomedical experiments. This device is an example of innovation in biomedical models that could replace animal testing. It could also be cheaper and faster than testing new drugs on live animals. “This device shows really strong potential to reduce the large number of animals that are used worldwide for testing drugs and other compounds, particularly in the early stages, where only 2% of compounds progress through the discovery pipeline,” said Dr. Adriana Tavares of the University’s Centre for Cardiovascular Science according to WION News.
2 notes ¡ View notes
roseofcards90 ¡ 2 years ago
Text
I have given up ✨
5 notes ¡ View notes
theguardianace ¡ 2 years ago
Text
im so bored in this lab its not even funny
5 notes ¡ View notes
mmmmuffins ¡ 2 years ago
Text
killing my heart and soul and doing fucking data science and analytics in university instead of my life and my love literature and linguistics only for my dad to tell me i should get all As in all my modules so they can promote me to a 'better' course (comp sci). if even this course is disappointing i shd hv just done lit smh at least i would feel like a human. maybe the reason i dont do well is bc im killing my life and soul and going against my nature to do sth that i will alw be mediocre at
1 note ¡ View note
aeolianblues ¡ 22 days ago
Text
comp sci is still a great field to get hired within, provided you magically already have 5 years of experience, then the amounts of money they want to pay you are obscene. You’ll make more in an hour than my min-wage part time friends will make in a week. Also everyone’s willing to take you for free. Which is why there are ‘jobs’ in the US tech market. Ask those ‘interns’ how much they’re making. No-pay jobs are illegal in Canada and that’s why no one’s hiring. That’s why the stories about how programmers and otherwise thinking roles in software development are ‘obsolete’ and ‘can be done by AI’. They can’t actually. Firstly because having your AI write your code would require you to give someone like OpenAI, Google or Meta, third parties that are not between you and your clients, protected data, which is insane. Secondly the one non-tech guy you retain or the tech lead you’ve asked to double check the AI’s work but is in Teams meetings from 6 AM to 7 PM, is not going to catch an AI’s various security vulnerabilities. So have fun. “We don’t need software developers anymore” my whole entire sat-in-an-office-chair-for-8-hours ass. Private companies will crumble without us. This is purely a cash thing.
0 notes
cromacampusinstitute ¡ 7 months ago
Text
Python is widely used in Data Science due to its simplicity, versatility, and extensive ecosystem of libraries and frameworks. It allows data scientists to efficiently handle data manipulation, analysis, and visualization tasks using powerful libraries like Pandas, NumPy, and Matplotlib.
0 notes
mysterioussinkhole ¡ 2 months ago
Text
Adding on to give some more general info/reasonable predictions on how this will be implemented:
If your diagnosis is only recorded with your doctors it will be harder for the government to access it due to HIPAA protections. They will get sued very quickly if/when they go after those.
The first places they will look for records in order to build this registry will be records the government already has free access to. Things like documentation submitted for people who receive disability benefits, voluntary disclosure to your employer (especially if you work for the government), academic accommodations if you go to a state college, IEPs filed with your school as a kid.
Social media is far less organized, and thus more time consuming to comb through but i would be surprised if the administration didn't use it eventually. I'd advise against posting about having autism on any accounts easily connected to your real name.
Data privacy is still a new frontier in many ways so there may be new rulings on what the government can and can't access. My primary advice is just this: don't make it easy for them.
Hey just a general PSA from someone officially diagnosed and documented:
Now is not the time to seek out an autism diagnosis.
RFK's plans have been made very clear and any diagnosis you do get will get you put on this "national disease registry" they're proposing.
Trust me when I say I completely understand the need for accommodations and a better understanding of yourself, but if you have gone this long without being diagnosed, you will be better off waiting.
Furthermore, listen to and advocate for folks who are diagnosed, especially folks with higher support needs. They'll be the first ones targeted for whatever bullshit "experimental treatments" the government tries to push.
Stay safe and look out for your neighbor.
36K notes ¡ View notes
orcelito ¡ 8 months ago
Text
Sometimes I wonder what my life would be like if I didn't switch out of engineering after my freshman year of college. I could've been a computer & electrical engineer.
Or if I'd pursued my middle school interest in architecture (that I still lowkey have). I used to draw floor plans just for the fun of it. I think it might've originated from building in the sims, bc I recently did a massive build in the sims 2 after years and years without playing, and I was having the time of my Life. I ended up deciding to pursue engineering in high school tho bc there's a family history to it (my grandpa was one, my sister is one, my dad studied it before dropping out of college, & my ex step grandpa was one too). Also it pays better lol.
But what if I didn't give it up? I could've been an architect. Just the other day I found out from European friends that their buildings don't tend to have ventilation systems built into the walls & I went on a whole nerd research binge learning about how European buildings have air circulation (it generally varies by region, colder climates often having ventilation systems while warmer climates often just get air circulation from windows). Yeah, the architecture interest is still there.
If I go Real far back, little me wanted to be a nurse lol. But that was just because my mom was one and I still looked up to her. I've long since accepted I wouldn't be able to make it as a nurse (I'm too squeamish + tend to get attached easily, so i think it'd be pretty soul crushing for me to work in a job where patients do die sometimes)
Idk. I'm close to finishing my degree in IT, so my general life path is pretty set. And it just has me wondering about the different jobs I've wanted throughout my life & what things would be like if I went to that instead.
#speculation nation#theres also the computer science thing but that dream died as soon as i took the intro class lol. IT is just better for me.#anyways this isnt me regretting my choices. i think IT major with a communication minor is a solid choice.#should give me plenty of job opportunities. and it's something i find at least passively enjoyable.#(i dont enjoy work. but theres work that feels ok to do and work that feels like nails on chalkboard. i found smth that's okay for me to do)#it's just like. i know im ALSO not nailed down in this for life. if i truly end up wanting to change i could eventually go back to school.#but at least for now. i need to settle down. get a job. get money. achieve stability. and this is the most direct path to accomplish it.#i think i couldve been a good engineer. i heard it also got better after the first year. i HATED first year engineering#but it was a drop-out year. weeding out the 'weak'. you know. ultimately tho i just did not like it. and so im not an engineer.#honestly i think i'd still enjoy being an architect. but from what i can see online the median salary is about $82k#which is certainly not NOTHING. but median IT salary is about $104k#certainly wont make that just starting out. but i could make it someday. and that $20k more sounds Pretty alluring...#plus also the variability in the job market. *every* company needs an IT department.#my data governance professor recently said that we in IT are the heart of the company. the company cannot run without us.#so maybe it's not as cool of work as being an engineer. and maybe it's not as personally interesting as being an architect.#but i do like the field that i chose. and i hope to have a good and successful career in it.#just gotta finish school first lol
1 note ¡ View note