Learn Python (No need to leave BHW)

Lost my focus already!
Perhaps I should share a "focus improvement" video too. :p

Seriously though, yeah the guy is a bit boring. Still, it's probably one of the most detailed free python courses available on youtube. I think we should appreciate that atleast(the guy doesn't even have an ad, which is rare these days). :)
 
@Gogol I'm having some problems with setting up pycharm.app got this error --> Plugin Error: Plugin "R Language for IntelliJ" is incompatible (until build 193.SNAPSHOT < PC-201.7223.92).<p/>Plugin "AWS Toolkit" is incompatible (until build 193.SNAPSHOT < PC-201.7223.92).

The problem I'm facing is something like this:
Once I start to write the code it's ok for some time and then eventually the keyboard starts to act really weird and I can't type or delete, anything I press reacts differently - the cursor jumps around the code. That's the closes explanation I can come up with. I mean there is no typing happening whats so ever.

Do you maybe know how to fix this? or you can maybe recommend me other IDE for Python? Preferably free.

I resolved the AWS update, still have to figure out the other.

Fixed the plugin problems, but now I get this "Unable to use '' as an R interpreter. Specify path to a viable executable"
 
Last edited:
@Gogol I'm having some problems with setting up pycharm.app got this error --> Plugin Error: Plugin "R Language for IntelliJ" is incompatible (until build 193.SNAPSHOT < PC-201.7223.92).<p/>Plugin "AWS Toolkit" is incompatible (until build 193.SNAPSHOT < PC-201.7223.92).

The problem I'm facing is something like this:
Once I start to write the code it's ok for some time and then eventually the keyboard starts to act really weird and I can't type or delete, anything I press reacts differently - the cursor jumps around the code. That's the closes explanation I can come up with. I mean there is no typing happening whats so ever.

Do you maybe know how to fix this? or you can maybe recommend me other IDE for Python? Preferably free.

I resolved the AWS update, still have to figure out the other.

Fixed the plugin problems, but now I get this "Unable to use '' as an R interpreter. Specify path to a viable executable"
Oops I am not sure about this as I use vs code for python. It's free and works quite well for my cause. That being said, did you point to a wrong interpreter? That could be the issue. You perhaps don't need that aws toolkit plugin atall.
 
That being said, did you point to a wrong interpreter? That could be the issue.
nope, the problem is that I can't point it to any of the R folder files. don't know why.
 
The dude in the video (I think his name is Dale) has a ton of programming videos (including some on the freecodecamp.org channel) and is actually a good instructor.
In other videos, he's giving college level tutorials for free, so it's worth checking out.
 
This was the first course I've watched, it's easy and will help you to get started with python, but after that you need to watch more advanced tutorial and then start build projects, python is easy and fun programming language to start with yet its so powerfull
 
Back
Top