About 50 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. Python is a …

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

    Jan 8, 2020 · The self-learning tool I found most useful was "Automate the Boring Stuff with Python". The chapters and hands-on projects stuck much better than DataCamp, CodeAcademy, Udemy, etc.

  3. Exciting Beginner Projects for Learning Object-Oriented Programming ...

    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 development. Learning …

  4. python - Best ways to teach a beginner to program? - Stack Overflow

    After Logo, move to Python or Ruby. I recommend Python, as it's based on ABC, which was invented for the purpose of teaching programming. When teaching programming, I must second EHaskins's …

  5. 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, Anaconda …

  6. 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 into Python 3. …

  7. python - why i am getting an attribute error for numpy.nd array ...

    Jan 5, 2022 · Traceback (most recent call last): File "D:\python beginner projects\yolov3\object_detection.py", line 37, in text = pytesseract.image_to_string (Image.open …

  8. 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 fix dependency …

  9. python - Why is virtualenv necessary? - Stack Overflow

    I am a beginner in Python. I read virtualenv is preferred during Python project development. I couldn't understand this point at all. Why is virtualenv preferred?

  10. Imports are incorrectly sorted and/or formatted | VS Code | Python

    Dec 30, 2022 · In a few of my beginner projects this strange red line underscoring one or more of my imports keeps appearing almost randomly and I can't figure out why. As the module is working …