mirror of
https://github.com/EbookFoundation/free-programming-books.git
synced 2024-12-18 09:26:10 +00:00
Compare commits
3 Commits
1a19da1b62
...
c4f941bd3b
Author | SHA1 | Date | |
---|---|---|---|
|
c4f941bd3b | ||
|
9c550dd5a1 | ||
|
0d89f0ed8e |
2
.github/workflows/check-urls.yml
vendored
2
.github/workflows/check-urls.yml
vendored
@ -42,7 +42,7 @@ jobs:
|
||||
fetch-depth: ${{ steps.set-params.outputs.fetch-depth }}
|
||||
- name: Get changed files
|
||||
id: changed-files
|
||||
uses: tj-actions/changed-files@v45.0.4
|
||||
uses: tj-actions/changed-files@v45.0.5
|
||||
with:
|
||||
separator: " "
|
||||
json: true
|
||||
|
@ -1497,6 +1497,7 @@
|
||||
* [CS50's Introduction to Programming Using Python](https://cs50.harvard.edu/python/) - David J. Malan (Harvard OpenCourseWare and edX)
|
||||
* [Data Structures And Algorithms In Python](https://www.youtube.com/playlist?list=PLeo1K3hjS3uu_n_a__MI_KktGTLYopZ12) - codebasics
|
||||
* [Data Structures And Algorithms In Python](https://www.youtube.com/playlist?list=PLrk5tgtnMN6TYBW0-U4YhIRyYEVpqVEnJ) - Coding Ninjas
|
||||
* [Django Rest Framework](https://www.youtube.com/playlist?list=PLgPJX9sVy92xsFOL909CyObpqx7FoCh1Y) - CS Geeks
|
||||
* [Django Wednesdays](https://www.youtube.com/playlist?list=PLCC34OHNcOtqW9BJmgQPPzUpJ8hl49AGy) - Codemy.com
|
||||
* [Fork Python](https://practice.geeksforgeeks.org/courses/fork-python) (GeeksForGeeks)
|
||||
* [Google's Python Course](https://developers.google.com/edu/python/)
|
||||
|
Loading…
Reference in New Issue
Block a user