master-to-pythonista
master-to-pythonista copied to clipboard
A list of awesome beginners-friendly projects.
## Practical programming for total beginners. > You’ll get a chance to practice what you’ve learned so far by creating dictionaries, scraping the web, working with files, and creating objects...
> ## Follow a repository's contribution guidelines > Almost every repo looking for help has a CONTRIBUTING.md file in it, read it first!
This is pretty much a "not to be closed issue" to help understand that anyone can volunteer to contribute to this repository. Write something productive and sent in a PR.
Hi, This PR introduces the `distanceCalc` application. It includes: 1. A script that calculates the distance between two points using geocoding. 2. A `README.md` file explaining the purpose and usage...