About 89,700 results
Open links in new tab
  1. python - Suggest some beginner projects related to data analytics ...

    Sep 17, 2023 · To get started with these projects, you'll need to choose a dataset that aligns with your interests and goals. You can find datasets on platforms like Kaggle, GitHub, or data.gov. …

  2. I'm a beginner in data science feeling lost with Python - how …

    Nov 12, 2025 · These projects introduce you to real problems while improving your thinking and your coding. There are plenty of beginner resources. DataCamp has structured paths. You can …

  3. python - If I install anaconda, do I still have to use vscode? - Stack ...

    Nov 19, 2022 · I have installed python and anaconda (I don't know if that is right, or I have to install only anaconda?). And I can see in start menu: (Anaconda powershell, Jupyter, Spyder, …

  4. Could someone give me a good progression of projects to grow …

    Jan 8, 2020 · At the moment I am struggling to structure my learning through projects like I had in my programming classes. I was wondering if anyone had a short list of projects that they feel …

  5. Conflicting package versions / dependencies in Python

    Jan 2, 2023 · 1 uv_python_image Conflicting dependencies on package versions and python versions used to be the bane of every python developer's existence. Until uv came along. To …

  6. Exciting Beginner Projects for Learning Object-Oriented …

    Mar 28, 2024 · Relevance: Projects that have real-world applications or simulate practical scenarios would be beneficial for me to understand how OOP is used in software …

  7. Beginner Python Practice? - Stack Overflow

    Jul 10, 2010 · I learned python from Guido's tutorial, which is a good place to start (a C programmer will feel right at home). python is also a great tool for making models -- physical, …

  8. Python for beginners - Stack Overflow

    Python programming: I need to write a program that takes two inputs of military time. For example,(0900,1700) and output the time differences of the two input in numbers in hours, …

  9. python - Why and when to use a new anaconda environment?

    Jun 25, 2020 · In the case above, if you were to use Python36 for 8 different projects it would be very easy to accidentally upgrade a package or install a conflicting package that breaks other …

  10. What version of Python should I use if I'm a new to Python?

    Nov 7, 2014 · What version of Python should I use? I'm aware that there is an abundance of 3rd party libraries for Python 2.6.x, but I'm scared I'll learn some things that won't carry over well …