Skip to content

Commit

Permalink
Merge pull request jwasham#1338 from vrslev/fix-python-resource
Browse files Browse the repository at this point in the history
Fix broken link to a Python resource
  • Loading branch information
jwasham authored Mar 19, 2023
2 parents ec7ec89 + 94c8619 commit 5c44926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion programming-language-resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
- [10 Tips for Pythonic Code (video)](https://www.youtube.com/watch?v=_O23jIXsshs)
- [Beyond PEP 8 -- Best practices for beautiful intelligible code (video)](https://www.youtube.com/watch?v=wf-BqAjZb8M)
- [Automate the Boring Stuff with Python](https://automatetheboringstuff.com/)
- [Coding Interview Essentials](https://github.com/ajinkyal121/coding-interview-university/blob/master/extras/cheat%20sheets/Coding%20Interview%20Python%20Language%20Essentials.pdf)
- [Coding Interview Essentials](https://github.com/jwasham/coding-interview-university/blob/main/extras/cheat%20sheets/Coding%20Interview%20Python%20Language%20Essentials.pdf)
- [Data Structures And Algorithms in Python](https://www.youtube.com/watch?v=kQDxmjfkIKY)
- [Python Programming Tutorial](https://www.scaler.com/topics/python/)
- [Python Interview Questions](https://www.interviewbit.com/python-interview-questions)
Expand Down

0 comments on commit 5c44926

Please sign in to comment.