DEV Community

Discussion on: Someone Stole My DEV Article! How To Build a Python Script to Detect Stolen Content

Collapse
 
alwinao profile image
Alwina Oyewoleturner

This is a great post! I’m just learning Python and this is a great tutorial to create my own search script. Thank you!

Collapse
 
jessesbyers profile image
Jesse Smith Byers

I’m fairly new to Python as well, and this was a perfect intro project for me too. What resources have you been using to learn Python so far? Any recommendations?

Collapse
 
alwinao profile image
Alwina Oyewoleturner

Check out JetBrains Academy, python developer track. They’re free until January 2021. JetBrains created the IntelliJ IDE for Java and they have a few tracks for learning programming. You can complete the code challenges online or with the PyCharm IDE (Python version of IntelliJ). If you already have IntelliJ (community or paid version), install the EduTools plugin so you can learn. I really like this way to learn! Thank you again for the post!