Skip to content

Commit

Permalink
Merge pull request #205 from nthewara/patch-1
Browse files Browse the repository at this point in the history
Updated Python for Beginners URL
  • Loading branch information
madebygps authored Jun 1, 2024
2 parents 0cfd308 + 30766c0 commit cba3be4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/phase2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ I would suggest spending time on these two topics and this timeline:
| Order | Title | Notes |
| :---- | :--------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- |
| 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!
1 | [Python for Beginners](https://youtu.be/jFCNu1-Xdsw) | A 44 part video series introducing you to Python |
1 | [Python for Beginners](https://www.youtube.com/playlist?list=PLlrxD0HtieHhS8VzuMCfQD4uJ9yne1mE6) | A 44 part video series introducing you to Python |
1 | [7 Days of Python](https://7daysofpython.com/) | A 7 day guide to Python
| 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.|

Expand Down Expand Up @@ -135,4 +135,4 @@ GetMovieSummary could look like:
- How to create a git branch
- How to add changes to a git branch
- How to merge Git changes
- How to document code with a README
- How to document code with a README

0 comments on commit cba3be4

Please sign in to comment.