Skip to content
Open
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
10 changes: 10 additions & 0 deletions Programming Languages/Python/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -722,6 +722,16 @@ Python supports multiple programming paradigms, including procedural, object-ori
<th>Description</th>
<th>Cost</th>
</tr>
<tr>
<td><a href="https://drive.google.com/file/d/1V36jUB16ZycBPfVph_5GXnzapKwHeCv0/view">INTERVIEW QUESTIONS</a></td>
<td>Introduces Python interview questions with answer.</td>
<td>FREE</td>
</tr>
<tr>
<td><a href="https://docs.google.com/document/d/1SpQWCjLWGw9tf_hDQzJ9i8xmmJT0TfQ-oEnfrXCAYss/edit">Python: Codes+ theory</a></td>
<td>python notes along with sample codes are available for begineers .</td>
<td>Paid</td>
</tr>
<tr>
<td><a href="https://www.amazon.com/Python-Crash-Course-2nd-Edition/dp/1593279280">Python Crash Course: A Hands-On, Project-Based Introduction to Programming by Eric Matthes</a></td>
<td>Introduces Python through practical projects and exercises, ideal for beginners and those transitioning from other languages.</td>
Expand Down