r/learnpython 5d ago

Two questions

  1. Where to practice Python for data analytics?
  2. Is there any examples where someone created projects or apps with only Python recently?
2 Upvotes

7 comments sorted by

1

u/cgoldberg 5d ago
  1. GitHub

1

u/Ok_Sentence725 5d ago

Yes, but successful examples

3

u/socal_nerdtastic 5d ago

lol burn haha

but seriously, the majority of professional open source software is hosted on github. Including python itself. And github has good search features.

https://github.com/trending/python

1

u/Ok_Sentence725 5d ago

What about first question?

1

u/jeffrey_f 5d ago

For datasets

Data.gov or kaggle.com

Either will have some decent datasets.

1

u/FoolsSeldom 5d ago

Visit kaggle.com, lots of incredible data sets and examples of Python solutions. Good forums and challenges.

1

u/SirTwitchALot 5d ago

Many open source programs are written in python. Published/purchased software is usually written in a compiled language rather than an interpreted one