4 Comments
User's avatar
John's avatar

Hello Nick, What about the upcomming sessions, any update.

Expand full comment
Nick Fischer's avatar

Hi John, I am working on a new series at the moment. If you have time it would be helpful to chat about why you are interested in learning to code. Feel free to DM me on LinkedIn at https://www.linkedin.com/mwlite/in/nick-fischer-41982157

Expand full comment
faizan's avatar

i am stuck at the last step the pychram code won't run in the terminal if i copy paste it says error invalid syntax and if i use open in terminal option from pycharm it says running scripts is disabled on this system

Expand full comment
Nick Fischer's avatar

Hi Faizan! Hope you've enjoyed working through the course so far! 🤔 That error looks like your permissions aren't set to be able to run scripts at the terminal.

My guess is you are running Windows and Powershell. If that's the case you can try copying and running the following command in your terminal to allow you to run scripts.

Set-ExecutionPolicy RemoteSigned

Note that you'll need to have administrator access to your computer to do this. Once you are done with the course you can then run:

Set-ExecutionPolicy Restricted

to reset the permission.

Expand full comment