Python Data Structures

share ›
‹ links

Below are the top discussions from Reddit that mention this online Coursera course from University of Michigan.

Offered by University of Michigan. This course will introduce the core data structures of the Python programming language. We will move past ... Enroll for free.

Reddsera may receive an affiliate commission if you enroll in a paid course after using these buttons to visit Coursera. Thank you for using these buttons to support Reddsera.

Taught by
Charles Russell Severance
Clinical Professor
and 13 more instructors

Offered by
University of Michigan

Reddit Posts and Comments

0 posts • 17 mentions • top 8 shown below

r/learnpython • post
391 points • xAmorphous
My cousin asked me where I would go if I wanted to learn programming all over again. This was my response.

  1. Learn python:
  2. https://www.codecademy.com/en/tracks/python
  3. https://www.coursera.org/learn/python
  4. https://www.coursera.org/learn/python-data
  5. Solve challenges with Python
  6. https://www.hackerrank.com/domains
  7. Note: You should be able to the "Algorithms" and "Python" domains. "AI" is fun too.
  8. Learn skills with Python
  9. https://www.coursera.org/learn/python-databases
  10. https://www.coursera.org/learn/python-network-data
  11. Get ready to build something
  12. Get a Github account -
  13. If you have an edu email: https://education.github.com/pack
  14. Star interesting projects! Search, discover, read!
  15. www.reddit.com/r/Python
  16. StackOverflow.com
  17. Build something!!! Ideas:
  18. I know you're in the financial world. Why not Computational Investing?
    1. https://www.coursera.org/learn/computational-investing
  19. Python webapps are popular. Learn DJANGO (a python framework).
    1. http://gettingstartedwithdjango.com/
  20. Raspberry Pi's are hackable little computers that can be scripted with python. Buy a Pi 2 and hack away! Build a robot
  21. Visit Hackathons!
    1. https://mlh.io/seasons/s2015/events
  22. Do TOPCODER challenges. These are some of the questions that come up in technical interviews
  23. https://www.topcoder.com/challenges/?pageIndex=1
  24. Something else! The possibilities are endless. Find something you want to do and do it!
  25. Next steps
  26. Data Science is huuuuge and it's only getting bigger. Seek out online courses for DS and do the TopCoder DS challenges.
  27. Practice more on Django or Python on Pylons. Search for webdev openings.

r/ukraina • post
29 points • Prohibi
Нові курси по Python на Coursera

Усі курси англійською + англійські субтитри!

Розпочалися (з 16.11):

Для тих, хто зовсім не знайомий з Python та програмуванням: https://www.coursera.org/learn/python

Основні структури даних (files, lists, dictionaries, tuples): https://www.coursera.org/learn/python-data/

Використання Python для доступу до web https://www.coursera.org/learn/python-network-data/

Планується запуск 14.12:

Основи мови SQL (використовуючи Python + SQLite3) https://www.coursera.org/learn/python-databases

Усі курси - це розділи книги 'Programming for Informatics: Exploring Information'

r/cscareerquestions • comment
1 points • TrueHeroIke

First take a data structures course:

https://www.coursera.org/learn/python-data

and then take an algorithms course.

If you do not know python, learning basic python would do. Know enough to do/understand the course. Don't worry about the learning the details of python and its libraries/differences between python 2 and 3/etc.

r/learnpython • comment
1 points • MoniaJ

https://www.coursera.org/learn/python-data

UMICH has excellent python courses, with free of charge options

r/AskComputerScience • post
3 points • holoaura
Preparation for Programming before Masters (liberal arts background)

Hi all -

I completed an undergrad in liberal arts but now want to move to the tech side and become a software engineer. I am considering M.S. in Computer Science programs (mainly the one with NYU Tandon) due to location and cost reasons (other suggestions welcome). I plan to use 2021 to prepare myself for a M.S. in Comp Sci and have compiled a list of courses to teach my programming. Can members here assist me by vetting this list? I understand C++ is used in a lot of programs but for now I wanted to learn Python first to dabble into the programming field. How good would these courses be in preparing me for an M.S. in Comp Sci and/or programming in general? Any revisions that you would make? Thank you

Programming for Everybody (Getting Started with Python)

Python Data Structures

Using Python to Access Web Data

Using Databases with Python

Capstone: Retrieving, Processing, and Visualizing Data with Python

r/datascience • comment
3 points • souvikb07

Why don't you start with learning programming . It will take approximately 1-2months to reach the intermediate level. Here are the courses you can do to learn python from Coursera.org (Go serial wise do course 1 and then 2 and so on)

Course 1 https://www.coursera.org/learn/python

Course 2 https://www.coursera.org/learn/python-data

Course 3 https://www.coursera.org/learn/python-network-data

Course 4 https://www.coursera.org/learn/python-databases

Course 5 https://www.coursera.org/learn/python-data-visualization

Course 6 https://www.coursera.org/learn/learn-to-program

Course 7 https://www.coursera.org/learn/program-code

r/Monash • comment
1 points • bankingBrah

A few good coursera/edx courses to prep for fit1045 are:

- hhttps://www.coursera.org/learn/python

- https://www.coursera.org/learn/python-data

- https://www.coursera.org/learn/python-basics

If you go thru all these 3 you're in good standing for fit1045 for coding. Maybe also try to self learn some algorithms as well as that seems to be a tough part of the course

r/dataengineering • comment
2 points • TrueToe

You can ask them about the format and if they suggest any resources before the interview. This is what they gave me:

SQL:

Programmer Interview

W3Resource

Udemy

Mode

Python:

Coursera 1

Coursera 2

HackerRank

Codingbat

DataCamp is pretty useful too for both SQL and Python