Skip to content

Commit 30766c0

Browse files
authored
Updated Python for Beginners URL
Changed URL to playlist instead of the first video
1 parent 0cfd308 commit 30766c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/phase2/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ I would suggest spending time on these two topics and this timeline:
3232
| Order | Title | Notes |
3333
| :---- | :--------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- |
3434
| 1 | [Python Crash Course](https://ehmatthes.github.io/pcc/) | A great Python book, also there is an Appendix in there on Git which is great!
35-
1 | [Python for Beginners](https://youtu.be/jFCNu1-Xdsw) | A 44 part video series introducing you to Python |
35+
1 | [Python for Beginners](https://www.youtube.com/playlist?list=PLlrxD0HtieHhS8VzuMCfQD4uJ9yne1mE6) | A 44 part video series introducing you to Python |
3636
1 | [7 Days of Python](https://7daysofpython.com/) | A 7 day guide to Python
3737
| 2 | [A Beginner's Guide to Prompt Engineering with GitHub Copilot](https://dev.to/github/a-beginners-guide-to-prompt-engineering-with-github-copilot-3ibp) | An article by [Rizèl Scarlett](https://twitter.com/blackgirlbytes) on how to get the most out of GitHub Copilot.|
3838

@@ -135,4 +135,4 @@ GetMovieSummary could look like:
135135
- How to create a git branch
136136
- How to add changes to a git branch
137137
- How to merge Git changes
138-
- How to document code with a README
138+
- How to document code with a README

0 commit comments

Comments
 (0)