Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Few changes in python.md #15

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion lists/python.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

### Contributors:
- Jackojc
- dossier-hash



Expand Down Expand Up @@ -61,7 +62,8 @@
- #### [Writing faster Python](https://www.youtube.com/watch?v=YjHsOrOOSuI) [Intermediate - Advanced]
- Demonstrates some good guidelines for how to optimise code and when. Some interesting techniques for speedup too.


- #### [Pycon interpreter talk](https://youtu.be/LCslqgM48D4) [Intermediate]
- Demonstrates the basics of creating an interpreter by creating a BASIC interpreter



Expand All @@ -81,6 +83,8 @@
- #### [Top 10 Python idioms I wish I'd learned earlier](http://prooffreaderplus.blogspot.ie/2014/11/top-10-python-idioms-i-wished-id.html) [N/A]
- Useful Python idioms you should get to learn to help you become a better Python developer.

- #### [Intermediate Python](https://book.pythontips.com/en/latest/)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Include difficulty level beside link.

- Helpful docs that teach the basics of most intermediate/advanced pythonic concepts.

### Books

Expand Down Expand Up @@ -121,6 +125,11 @@
- #### [matplotlib](https://matplotlib.org/) [N/A]
- 2D plotting library for visualising information.

- #### [pygame](https://pygame.org/) [N/A]
- Simple game-making framework based on SDL.

- #### [PySimpleGUI](https://github.com/PySimpleGUI) [N/A]
- Super simple gui-making framework based on tkinter



Expand Down