Forums

Are there any online courses or trainings specifically for pythonanywhere?

I took a look at the Courses and other learning materials page, which is great, but doesn't seem to offer anything specific to pytonAnywhere.

I'm learning Python so that I can migrate some of my MATLAB scripts over to python APIs. I'd love to find a course that walks through all of the steps from local development to deployment. For example, I'm wondering if there is a way to test everything in my local IDE (pyCharm) so that I can then just copy/paste it to pythonanywhere?

Both Django for Everybody and Django girls use PythonAnywhere for their courses.

You can deploy form PyCharm, but for that you would need a paid account with ssh access.

Thanks! Could you link me to a guide for development/deployment from pyCharm?

I'm personally not familiar with PyCharm, but you may want to check this part of the docs: https://www.jetbrains.com/help/pycharm/tutorial-deployment-in-product.html. Mind that to use SSH connection with your PythonAnywhere account, you'd need a paid account.