Skip to content

Instantly share code, notes, and snippets.

View junaidahmed501's full-sized avatar
🏠
Working from home

Junaid Ahmed junaidahmed501

🏠
Working from home
View GitHub Profile
<button
[disabled]="!isButtonEnabled"
(click)="handleButtonClick()"
mat-button type="button" class="button">
<span
[matTooltip]="'Info about why the button is disabled.'"
[matTooltipDisabled]="isButtonEnabled">
<mat-icon>save</mat-icon>
Action
</span>
@junaidahmed501
junaidahmed501 / Beginner-friendly Python Open Source Projects
Created July 17, 2018 13:58 — forked from ossanna16/Beginner-friendly Python Open Source Projects
This is a list of beginner-friendly Python open source projects. I'm always looking for new projects to add to my list, if you have an idea please tweet me at @ossanna16 :)
* OpenHatch - https://openhatch.org/search/?q=&language=Python
* PyLadies - https://github.com/pyladies
* New Coder - https://github.com/econchick/new-coder
* Django Girls - https://github.com/DjangoGirls
* Matplotlib - https://github.com/matplotlib/matplotlib
* Hylang - http://docs.hylang.org/en/latest/, https://github.com/hylang/hy
* Open Slides (Django) - http://openslides.org/
* Zeeguu - https://zeeguu.unibe.ch
* Project Jupyter - https://github.com/jupyter
* nbgrader - https://github.com/jupyter/nbgrader