https://github.com/theusmanyousaf/scientific_computing_with_python
https://github.com/theusmanyousaf/scientific_computing_with_python
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/theusmanyousaf/scientific_computing_with_python
- Owner: theusmanyousaf
- Created: 2024-03-15T17:02:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-11T17:04:44.000Z (over 1 year ago)
- Last Synced: 2025-01-29T19:24:04.417Z (8 months ago)
- Language: Python
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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