acbackens / AtBSwP

Based on the book 'Automate the Boring Stuff with Python'.
0 stars 1 forks source link

Use an IDE like PyCharm to write the code instead of a text editor #2

Closed beebus closed 1 year ago

beebus commented 1 year ago

image

After writing the code in PyCharm, using its auto-completion feature (and other features), you can still just copy and paste into the GitHub browser interface here, but it'll end up looking more "professional" or better formatted, etc.

There are also ways to integrate PyCharm and GitHub so you don't have to copy/paste.

acbackens commented 1 year ago

Chapter 4 is a .py file. Will do this from now on.