TimHughes
Suspended / Banned
- Messages
- 3,655
- Name
- Tim
- Edit My Images
- Yes
Once you’re set up, Python is pretty straightforward to work with. The trickiest part is often dealing with different Python versions and managing environments, so if your friend can help you with that, it’ll make things smoother.Its something i would like to look into - one of my friends was learning python and wanted me to give it go - its that age old thing about too much to do too little time!
I might have a google around this weekend
For what it’s worth, I use Visual Studio Code and find it works really well. Some projects require specific libraries or Python versions that can conflict with others, so using virtual environments helps keep everything organized and avoids those issues.