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. Exciting Beginner Projects for Learning Object-Oriented Programming ...

    Mar 28, 2024 · Exciting Beginner Projects for Learning Object-Oriented Programming with Java Created 1 year, 10 months ago Active 1 year, 9 months ago Viewed 2k times

  3. 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 …

  4. 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 …

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

  6. 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 …

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

  8. How to get all fields of the project (hidden and visible) via python?

    Jun 28, 2015 · I am a beginner to JIRA api (python). I read all the documents but couldn't find specific solution . I need all the fields specific to a particular project. I tried the following in python:

  9. 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 …

  10. python - How to activate an existing virtualenv projects ... - Stack ...

    Jun 15, 2020 · I'm a beginner to Django and Python, and I've never used virtualenv before. However, I do know the exact commands to activate and deactivate virtual environments (online search). …