Other recommendations include installing VSCode and optimizing the environment, subscribing to ChatGPT, and choosing a project or topic of interest to maintain motivation. One user suggests asking ChatGPT for help when stuck and using Python projects on GitHub for inspiration. Another user confirms the effectiveness of this method, having successfully learned Python over the past year using VSCode, Python, Flask, and ChatGPT, and by working on a challenging project.
Key takeaways:
- The best way for a beginner to learn Python in 2024 includes using resources like codecademy, derek banas youtube channel, andrew ng ML course, and tinkering with gpt and whisper APIs.
- Recommendations for installation method, IDE, and REPL include Anaconda, VScode, and Pycharm.
- There are differing opinions on using Anaconda, with one user strongly advising against it and recommending Poetry or pip/venv instead.
- Other learning resources suggested include Corey Schafer's Python playlist on YouTube, edx.org's computer science course, and using ChatGPT to build a Python3 application.