I started off with datacamp, had no prior experience to programming. That got me to be more comfortable with python and programming to start py4e. Then I did MIT's python course. In my experience in learning so far, just keep going until you are familiar with basic concepts like variables, while and for loops, ifelse statements, how to define a function etc. Spend some time learning the concepts rather than syntax. Learn through doing, but imo the catch is you have to comfortable and familiar with on a certain level which learning those above concepts would do before working on a problem. The key is not to spend lots of time memorizing them but knowing such concepts exists and implement them when needed for whatever programming problem you are trying to solve. Write psudocode to clarify to yourself how the logic of the program works, then work out how to implement that logic using python. Py4e is a great way to familiarize those concepts and you apply them in the MIT's python course . The MIT python course is tough but doable with the prep from py4e. And for the record, you can just skip datacamp and go straight to py4e. The reason I didn't was because of my irrational fear of programming before I had started. I'm following OSSU'S CS curriculum right now and it is the best resource so far that offers a great curriculum and people on the discord are great at helping whatever questions/difficulties you have. Answer from FlatProtrusion on reddit.com
🌐
Reddit
reddit.com › r/learnpython › datacamp not so great?
r/learnpython on Reddit: DataCamp not so great?
July 15, 2022 -

Im in the process of learning Python and what it is exactly…and i was given the link to datacamp to start my journey…and I’ve tried sooo hard but I just can not catch on…and I hate to say it but I feel like the context isn’t that great, everything seems all over the place and it’s just kind of deflating and discouraging…should I check something else out? Has anybody else had this experience???

Top answer
1 of 6
8
I started off with datacamp, had no prior experience to programming. That got me to be more comfortable with python and programming to start py4e. Then I did MIT's python course. In my experience in learning so far, just keep going until you are familiar with basic concepts like variables, while and for loops, ifelse statements, how to define a function etc. Spend some time learning the concepts rather than syntax. Learn through doing, but imo the catch is you have to comfortable and familiar with on a certain level which learning those above concepts would do before working on a problem. The key is not to spend lots of time memorizing them but knowing such concepts exists and implement them when needed for whatever programming problem you are trying to solve. Write psudocode to clarify to yourself how the logic of the program works, then work out how to implement that logic using python. Py4e is a great way to familiarize those concepts and you apply them in the MIT's python course . The MIT python course is tough but doable with the prep from py4e. And for the record, you can just skip datacamp and go straight to py4e. The reason I didn't was because of my irrational fear of programming before I had started. I'm following OSSU'S CS curriculum right now and it is the best resource so far that offers a great curriculum and people on the discord are great at helping whatever questions/difficulties you have.
2 of 6
8
I mostly focus on data analytics with pandas. Been learning pretty slowly since 2020. Still feel like a beginner with pure python but once in a while I’ll write something for my work to “Automate the boring stuff” and it blows the minds of my coworkers. I’m glad even my basic skills get noticed and it keeps me wanting to learn more.
🌐
Reddit
reddit.com › r/datacamp › codecademy vs datacamp for python: what's your experience in 2023/2024?
r/DataCamp on Reddit: Codecademy VS DataCamp for Python: What's your experience in 2023/2024?
January 28, 2024 -

Hey everyone, I'm looking for the most efficient way to learn Python, I'm torn between Codecademy and DataCamp as the main options. Do you think this comparison is accurate https://self-starters.com/datacamp-vs-codecademy/? I want to start a side project for data analysis written in Python but I don't want to change my career.

Can anyone share their experiences with either or both? I'm particularly interested in which one offers a more comprehensive and beginner-friendly approach to learning Python. Any insights or recommendations would be greatly appreciated! Thanks in advance for your help.

🌐
Reddit
reddit.com › r/datascience › my review: unimpressed with datacamp (for python)
r/datascience on Reddit: My Review: Unimpressed with Datacamp (for Python)
May 30, 2018 -

I don't know what subreddit is best for this post. Sorry if it's not this one.

So I'm a data analyst, not a data scientist. I just finished grad school (not data science) and I'm between jobs and about to move to a new city, so I've been taking the last few weeks to go through Datacamp's material fairly intensely (~4 hours a day) to upgrade my skills before I get my hopes and dreams crushed by the job market.

...

The first thing I noticed about Datacamp was that they did a lot of stuff for me. I'd open up an exercise and most of the code had been written already, with a couple of spaces with '____' where I should fill in the right answer. I thought this was really frustrating, because there was never any point in the process where they explained to me why we needed to perform whatever operation it was. I'm like 50 hours in, and I'm not sure I could do any of this without Datacamp's prompting. I think this is the worst part of the Datacamp curriculum. I feel that I'm paying Datacamp to teach me Python syntax and when to use it (not just how to use it), and I feel like I'm not learning either of those things.

Second, although Datacamp courses offer short video segments that putatively "teach" the course, the exercises were essentially big text boxes. Oftentimes the video and text would be somewhat out of sync, and sometimes it felt like entire sections had been omitted between text and video. This made watching the videos almost completely optional, and considering most of them are shorter than 5 min, there was never enough time to substantively introduce the material anyway.

Third, the exercises rarely feel practical. There are some nice real-world datasets used, but because of what I describe in my first paragraph, it's hard to actually interface with them. You're not really working with them yourself. Beyond that, it doesn't feel like Datacamp spends a lot of time trying to motivate the problem. Why do we need to take this approach, etc. There are often domain-specific considerations that influence how the problem may best be solved, and that stuff is completely omitted. This ends up meaning that these supposedly practical exercises end up anything but.

I had a really long paragraph here about how I dislike their two-part statistics course. TL;DR: I thought the treatment of linear regression was really shallow and incomplete (there's no mention of residuals at all, for example), and I thought leaving out multiple and logistic regression meant it didn't provide enough for students to actually learn how to work with data. I've never worked as a data scientist, but I understand that those two are important. They're already super useful as an analyst.

That's not to say that Datacamp is terrible. I really liked some of the data viz stuff they've got (Seaborn and Bokeh are awesome), and I think their first couple of intro to Python courses are helpful. I've heard great things about their R courses, as well. And Datacamp has got a great platform for what they're doing.

I'm certainly going to finish my month of Datacamp, but I don't think I'll be resubscribing. I know it's kind of a cheap shot, but I feel like I might subscribe to one of their competitor products in the hope that they can teach me more of the syntax and thought process behind this stuff. I'm disappointed to be paying somebody to teach me, only to have to Google what they're supposed to be teaching.

Top answer
1 of 5
47
I am a huge fan of datacamp and it really helped me break into the field. I've done ~40 courses over the past 2 years. What I've noticed is that there is some variance in quality of courses, and this is particularly correlated with time. You're complaining about the stats courses now, you should have seen that shit in early 2016. They deprecated so much material. I think the main DC strategy is to start out the course with fill-in-the-blank, and then gradually wean you off until you're writing it all yourself. The thing is, some courses do this a lot better than others. A course that does an excellent job of ramping up the challenge is the PostGres SQL joins course - by the end you're starting with a blank editor and asked to do some legitimately complex SQL queries. But, when teaching probability, stats, or ML, some courses are squeezing 2-3 concepts into every chapter, everything is fresh enough that you need the bumper rails there. I think the biggest thing is that DC has taken very noticeable, deliberate and resource-intensive steps to improve the platform. Projects, for example, addresses a lot of your concerns. Practice mode was a game changer. DC has it's issues, and it can't guarantee every wannabe in the world a 6-figure salary, but in my opinion it is by far the best way to learn data science today. No other platform or method, save for getting a PhD, is as effective IMO. u/variance_explained is the Chief Data Scientist at DC, he may be able to address your concerns as he's been writing about the data science learning process recently.
2 of 5
36
Hey slabby, good luck with your new job search! I see where you're coming from in your post and have similar experiences where I'm left thinking: "Why did they write 80% of the code for me?" It's not really pushing me to apply or helping me to solve a problem myself. That's the case for me too some of the time. Having used their platform for ~ 3 years now, I have a developed a different perspective with DataCamp. Most of these courses are very high level intro's to material, and I am guessing that is by design. How many people are going to complete many of these courses if they dive deep into statistical theory, relational algebra, linear algebra? The completion rates will be close to 0% and that won't be good for how they monetize their platform with instructors. Their goal is pragmatic. If you read their blog, they says as much. Give people a taste of what they need to start. If aspiring analysts/data scientists become very interested in what they are exposed to, they'll fill in the gaps with other learning methods (to each their own). I've never treated DataCamp as a one stop shop, but I credit their R courses having helped me become a competent R programmers at my company. I learned a lot of programming skills that I never was exposed to in grad school. It gave me a base to jump from, and I built on it with other mediums like web based tutorials, MOOCs, and textbooks, as needed. I'm currently trying to do the same with their Python suite. Sometimes I delete their pre-loaded template code first in the exercises, and try to do them myself. I've been supplementing the coursework with books "Introduction to Python" and "Think Python", then I am going to apply some of the skills on a personal project idea I've been working towards. I guarantee that > 80% of what I learn from doing this personal project with Python will be from independent learning outside DataCamp. But for me anyways, DataCamp gives me a starting point I can more confidently go into the wild with, so to speak, on something once foreign/intimidating to me. For the level of knowledge you're looking to take away for any particular course topic in a one-stop place, it seems like a MOOC (ex. Coursera), or diving into a textbook may be more what you're looking for.
🌐
Reddit
reddit.com › r/learnpython › datacamp, udemy, dataquest, codeacademy... where do i put my money to learn data science?
r/learnpython on Reddit: datacamp, udemy, dataquest, codeacademy... where do I put my money to learn data science?
November 18, 2023 -

I know people asks a lot about code learning platforms but I haven't found a good answer yet.
I'm a biologist and I want to learn coding mainly for data science and data analysis (ideally from basic stuff like graph making and statistics all the way up to transcriptomics); I would like to learn both R and Python.
So far by checking several posts and reviews, I have made a shortlist of platforms that seem to be good according to the community but I can't decide on which one to spend my money on (ofc ideally I don't want to pay more than one!). So if you were to choose among these platforms, which one would pick?
-Datacamp
-Codeacademy
-Dataquest
-Udemy
-Or should I just go free with Freecodecamp?
I know there won't be an ultimate answer but I want to gather more information before committing to a platform. Please let me know your opinions and experiences! Strong opinions are specially welcome!

Find elsewhere
🌐
Reddit
reddit.com › r/datacamp › is datacamp worth it?
r/DataCamp on Reddit: Is DataCamp Worth it?
May 30, 2021 -

This review is updated based on DataCamp 2021 (for those wondering if the website has changed).

My story with DataCamp started in the 2020 lockdown. We have received from our university a confirmation of joining a Datathon and at the same time, a free 6 months subscription.

My goal was to become a Data Scientist or Analyst, however, I was not sure how to do it.

An arabic proverb says, "if it's free, benefit from it". So I did exactly that. I started my "Data Scientist Track with Python", doubting whether it might be a highly valuable certificate to obtain.

The amount of hours required to finish the full track did not motivate me at the beginning, however, I kept pushing. Day after day, hour after hour.

I stayed on track with a minimal goal of one chapter per day on my bad days and one course or more per day on my good days. It was not easy, I cannot hide that. Some days, it would take me 2 hours to finish one chapter (procrastination) and some other days, I used to rage quit because of not being able to find the solution. However, as James Clear says in his book "The Atomic Habit", 1% of progress per day is better than 0. Because, compounding growth.

Fast forward a year from those days, I am a proud Data Analyst. I did two internships at Big4 companies (due to the skillset I acquired from DataCamp). So was it worth it? Hell yeah it was!

🌐
Reddit
reddit.com › r/datacamp › is datacamp worth it in 2021? (updated)
r/DataCamp on Reddit: Is DataCamp Worth it in 2021? (Updated)
June 2, 2021 -

I have updated my initial blog on whether DataCamp is worth it or not.

I tried to answer as many frequently asked questions in a concise way. All my answers are based on my own reflection and research (the facts will be easy to identify, my opinions are also easy to identify).

The reader should keep in mind that DataCamp will not get you the job you want; it is an upskilling tool. Does it serve its purpose? Yes, it does. Is it an ultimate/free-pass tool to get a job? Absolutely not.

Please if you have any more questions you would like to be answered let me know. I wouldn't mind answering you directly on this post (and get inspiration to update the blog).

In summary:

I am a master of AI student who had 0 to basic coding experience in Python (Bachelors of Civil Engineering). I started learning on DataCamp the career track titled "Data Scientist Track With Python". It gave me a huge boost to start my career in data analysis and data science.

The next courses I am planning to take are in Data Engineering (It would boost my experience for the job).

🌐
Reddit
reddit.com › r/pythontips › datacamp or codeacademy?
r/pythontips on Reddit: DataCamp or CodeAcademy?
February 5, 2024 -

Hello to everyone reading!!!

My name is Andrew I am 19 years old student.

Considering to start learning code and now I am picking the platform to start and stick with it at least a month to learn the basics of the basics.

Googled many websites like Udemy/Youtube/DataCamp/CodeAcademy/Brilliant

Udemy - Offer various videos and courses about many topics and good quality, but you do not have an option to interact with the code at the real time. I am writing down all I learned and then use PyCharm

YouTube - The same as Udemy, but in my opinion offer more basics quality video but its free.

DataCamp - I tried the free version of it. Until now it was an entertaining experience, But the trial ended and now it's 25bucks a month. Its offer a real time practice about what you learn and have good UX.

CodeAcademy - Used the paid option in the past. Lasted for a month(I think it's a problem in me and not the website). Plenty courses and topics to learn. Giving a good practice about what you learn even sometimes I googled things.

Brilliant - The best UX experience until now. But it's more about logical thinkings and less really coding. Should I consider it like secondary source?? (And that coming with paid subscription)?

WHAT TO PICK??? (OR I AM TOO MUCH TRYHARD ABOUT IT?)

Thanks to everyone helping me out!!!!!!

🌐
Reddit
reddit.com › r/datacamp › just started the associate data scientist with python career track! sharing some resources here, open to sharing learning experiences too :d
r/DataCamp on Reddit: Just started the Associate Data Scientist with Python Career Track! Sharing some resources here, open to sharing learning experiences too :D
October 9, 2024 -

Hi all! I just started the associate data scientist with python career track and I think it was a great decision, so I want to share my initial experience and the resources I've found so far. Also, if anybody is taking that too, it'd be cool to share resources and ideas along the way.

My background is management and english is my second language so I may be taking a bit longer to grasp coding but overall I don't find the career track too challenging yet. I like that it gives me a lot of courses that can be taken sequentially, that way I can avoid the (huge) decision fatigue of having to pick and choose courses, books and projects along the way.

For context, I went straight to data science even though it's harder than data analysis for me because (1) it seems more intellectually and financially rewarding on the long run, (2) I don't think it's a good idea to make a lot of effort to get a data analyst job so I can make a lot of effort again to get a data science job, it's just overkill for me, and (3) because I think that, in the long-term, if I don't use it in my regular jobs, I'll still be able to do way better with masters or PhD research.

For data-related careers, to me, datacamp seems like the best option so far because the yearly subscription is not very expensive (monthly can be costly though), it's very interactive so I don't get bored (MOOCs are the death of me, I get so bored that I become restless and start doing something else), comes with suggested projects that will allow you to actually learn and to showcase your skills (a lot of those on the python track) and you can even get certified with no further cost.

I got the $1 for the first month promo so that was nice but honestly, if you're considering a data related career path seriously, I'd recommend you just pay the full year and get done with it, there are way worse options out there.

There are tons of online resources to supplement your learning, and a lot of them are free. I actually started with one I would recommend if you want to learn python interactively, https://pythonprinciples.com/purchase/, because they usually charge $29 but apparently they're giving it away for free these days.

I've found additional resources (lots of free stuff) on classcentral's best course guides for python and data science (there are guides for AI, machine learning, applied machine learning and calculus too), and on a few youtube channels: alex the analyst, sundas khalid, and python programmer. I haven't tried kaggle yet, but it seems like the go-to tool for getting started with project building. But keep in mind that I wouldn't sweat it with the additional resources at the beginning unless you need those to actually grasp the concepts or to drill them into your head with extensive practice.

Also, I just ask chatgpt for exercise answers, to correct my code, or even to explain solutions step by step if I struggle with something. It's been working wonders so far.

It seems like I'm promoting datacamp but honestly I'm just happy that I found learning materials that allow me to overcome procrastination and decision fatigue. So that's that, feel free to leave a question if you need a hand with something, good luck!

🌐
Reddit
reddit.com › r/learnpython › thoughts on datacamp?
r/learnpython on Reddit: Thoughts on DataCamp?
June 21, 2018 -

I am nearly done with a second pass, this time with my daughter, on "Python Crash Course" as well as "Teach Your Kids To Code," both books by No Starch Press. With that said I have enjoyed the free classes on DataCamp, which has been a great way to reacquaint myself with things that I've learned in the books. I'm just not sure if it's worth the money, without really diving into the deeper learning that it claims to provide. I have done some youtube projects, mostly Sentdex, but the struct and "testing" has been a nice feature of DataCamp.

Anyone with some experience with the site or the company?

Top answer
1 of 4
5
I'm a current subscriber. I'm starting a post-grad data science certificate program at a university in the fall, and I signed up for DataCamp(DC) this past April because it was recommended by the program advisor (in addition to "Python Crash Course" (PCC) by Eric Matthes) as a primer for the program. For what it's worth, the university is a large, private research university in the US & I'm fairly certain the program is not affiliated with DC or PCC. So far its been a mostly positive experience. About 70% of the time the challenges seem too easy. The other 30% of the time I end up spending 30-45 min rewatching the training vids/googling/searching stackoverflow and getting a bit frustrated. I enjoyed the free section enough to sign up on a monthly basis. I did five of the courses on the Data Scientist track & got a little lost. I have since backtracked and spent time going through PCC. I've found that PCC has made the material stick better for me, but that could also be because I had gotten the initial exposure through DC. DC goes over the equivalent of PCC Part 1 in about 2-3 hours (the Python Intro course & parts of Intermediate Python course on DC) so I definitely needed more info & practice than what DC provides. I'll try to answer any other questions you may have. I have a STEM education, but no coding experience, in case you were wondering about my background.
2 of 4
2
Check out python for everyone on Coursera. Currently halfway through the second class and it's been pretty good so far as a complete noob.
🌐
Reddit
reddit.com › r › DataCamp
r/DataCamp
July 8, 2016 - r/DataCamp: Learn Data Science from the comfort of your browser, at your own pace with DataCamp's video tutorials & coding challenges on R, Python…