Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shashi456/tools-and-languages
So here i will make scripts or programs
https://github.com/shashi456/tools-and-languages
Last synced: 24 days ago
JSON representation
So here i will make scripts or programs
- Host: GitHub
- URL: https://github.com/shashi456/tools-and-languages
- Owner: Shashi456
- License: gpl-3.0
- Created: 2017-06-29T11:44:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-08T14:05:26.000Z (over 6 years ago)
- Last Synced: 2024-10-30T02:54:48.694Z (2 months ago)
- Language: Python
- Size: 29.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tools & Languages
- A variety of tools, I write in my leisure time or make during some project.
- Also includes programs i write while learning languages.## Python Resources :
This is a list of resources i've brush up my python now and then. You can find some more books [here](https://github.com/TechBookHunter/Free-Python-Books).
- [Learn Python the hard way](https://learnpythonthehardway.org/python3)
- [Automate the Boring stuff with python](https://automatetheboringstuff.com/)
- [Learn more python the hard way](https://learncodethehardway.org/more-python/)One of the best places you can look at the pythonic way is codewars.com You can begin with the katas and go through them while looking at the solution. The code on the site represents one of the cleanest ways to write python.