Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -127,3 +127,6 @@ dmypy.json

# Pyre type checker
.pyre/

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

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