Compare commits
10 Commits
84a23f0a2a
...
89119c433b
Author | SHA1 | Date |
---|---|---|
Srish Bansal | 89119c433b | |
V205 | 0647f1571a | |
dependabot[bot] | 046ca2449e | |
Srish Bansal | e041bd7b9a | |
Srish Bansal | cf9d767d08 | |
Srish Bansal | 05e4a14caf | |
Srish Bansal | 8820d7d848 | |
Srish Bansal | 2acf3e2059 | |
Srish Bansal | 2e0f651383 | |
Srish Bansal | 424c6c937b |
|
@ -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.3
|
||||
uses: tj-actions/changed-files@v45.0.4
|
||||
with:
|
||||
separator: " "
|
||||
json: true
|
||||
|
|
|
@ -136,6 +136,7 @@ Books that cover a specific programming language can be found in the [BY PROGRAM
|
|||
|
||||
### Artificial Intelligence
|
||||
|
||||
* [AI Safety for Fleshy Humans](https://aisafety.dance) - Nicky Case and Hack Club *(:construction: in process)* (CC BY-NC)
|
||||
* [Artificial Intelligence, 3rd Edition (1993)](https://courses.csail.mit.edu/6.034f/ai3/rest.pdf) - Patrick Henry Winston (PDF)
|
||||
* [Artificial Intelligence and the Future for Teaching and Learning](https://www2.ed.gov/documents/ai-report/ai-report.pdf) - Office of Educational Technology (PDF)
|
||||
* [Artificial Intelligence for a Better Future: An Ecosystem Perspective on the Ethics of AI and Emerging Digital Technologies](https://link.springer.com/book/10.1007/978-3-030-69978-9) - Bernd Carsten Stahl (PDF, EPUB)
|
||||
|
|
|
@ -119,11 +119,11 @@
|
|||
* [Kurs Python - Darmowy Po Polsku](https://www.youtube.com/playlist?list=PL_dDQ_G9rdI6dQsDkwqSQyAeXY3uUrWzp)
|
||||
* [Kurs Python 3](https://www.youtube.com/playlist?list=PLdBHMlEKo8UcOaykMssI1_X6ui0tzTNoH) - Piotr Baja
|
||||
* [Python 3 - Kurs wideo](https://www.youtube.com/playlist?list=PLbOPmSDkHx2pCboufcEKkinpUuramshmr)
|
||||
* [Podstawy Pythona](https://www.youtube.com/playlist?list=PL3U271IN44UrPNw-tb9ar36jy2phIJrmr) - Kacper Sieradziński
|
||||
* [Raspberry Pi kurs od podstaw](https://forbot.pl/blog/kurs-raspberry-pi-od-podstaw-wstep-spis-tresci-id23139) - Piotr Bugalski (FORBOT.pl)
|
||||
|
||||
|
||||
### Swift
|
||||
|
||||
* [Kurs Swift - Lekcja 0: Zakładamy konto deweloperskie i pobieramy Xcode](https://myapple.pl/posts/8599-kurs-swift-lekcja-0-zakladamy-konto-deweloperskie-i-pobieramy-xcode) - Michał Lipiński
|
||||
* [Kurs Swift - Lekcja 1: Podstawy języka](https://myapple.pl/posts/8600-kurs-swift-lekcja-1-podstawy-jezyka) - Michał Lipiński
|
||||
* [Kurs Swift - Lekcja 2: Jak zbudowane są aplikacje](https://myapple.pl/posts/8601-kurs-swift-lekcja-2-jak-zbudowane-sa-aplikacje) - Michał Lipiński
|
||||
* [Kurs Swift - Lekcja 2: Jak zbudowane są aplikacje](https://myapple.pl/posts/8601-kurs-swift-lekcja-2-jak-zbudowane-sa-aplikacje) - Michał Lipiński
|
Loading…
Reference in New Issue