1. If you don't already have a GitHub account, sign up to GitHub now.
2. Go to your PyCharm settings, search "github" and link Pycharm with GitHub.
You should see you account linked like this:
Once you start using git for version control, PyCharm will change the VCS menu to read "Git" instead. Go to Git -> GitHub -> Share project on Github. This will push your code to your remote.
Pick your repository name (any name will do). And click "Share".
You should then see your project as a GitHub's website.