An open API service indexing awesome lists of open source software.

https://github.com/theusmanyousaf/scientific_computing_with_python


https://github.com/theusmanyousaf/scientific_computing_with_python

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

Scientific Computing with Python

1. Learn String Manipulation by building a Cipher


2. Learn how to work with Numbers and Strings by Implementing Luhn Algorithm


3. Learn Lambda Functions by Building an Expense Tracker


4. Learn list comprehension by Building a Case converter program


5. Learn Regular Expressions by Building a Password Generator


6. Learn Algorithm Design by Building a Shortest Path Algorithm


7. Learn Recursion by Solving the Tower of Hanoi Puzzle


8. Learn Data Structures by Building the Merge Sort Algorithm


9. Learn Classes and Objects by Building A Sudoku Solver


10. Learn Tree Traversal by Building A Binary Search Tree