Skip to content

Commit 10025a3

Browse files
authored
ADD: The Real Python Podcast (#33)
* UPDATE: ignore IntelliJ IDE files * ADD: the Real Python podcast link
1 parent 408adf9 commit 10025a3

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,3 +127,6 @@ dmypy.json
127127

128128
# Pyre type checker
129129
.pyre/
130+
131+
# IntelliJ
132+
.idea

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ Would like to suggest a worthy resource? See [contributing instructions](CONTRIB
4141
+ [Test & Code](https://testandcode.com/) hosted by Brian Okken, focused on automated testing in Python
4242
+ [Talk Python To Me](https://talkpython.fm/) hosted by Michael Kennedy
4343
+ [Podcast.__init__](https://www.pythonpodcast.com/) hosted by Tobias Macey
44+
+ [The Real Python Podcast](https://realpython.com/podcasts/rpp/) weekly coding tips, news, and interviews
4445

4546
### Blogs
4647
+ [Practical Business Python](https://pbpython.com/) / data science centric

0 commit comments

Comments
 (0)