|
1 | 1 | ### Index
|
2 | 2 |
|
3 |
| -* [Algorithms](#algorithms) |
4 |
| -* [C](#c) |
5 |
| -* [C++](#cpp) |
6 |
| -* [Data Science](#data-science) |
7 |
| -* [Git and Github](#git-and-github) |
8 |
| -* [Go](#go) |
9 |
| -* [Java](#java) |
10 |
| -* [JavaScript](#javascript) |
11 |
| -* [Machine Learning](#machine-learning) |
12 |
| -* [Misc](#misc) |
13 |
| -* [Python](#python) |
14 |
| -* [Sql](#sql) |
15 |
| - |
| 3 | +- [Algorithms](#algorithms) |
| 4 | +- [C](#c) |
| 5 | +- [C++](#cpp) |
| 6 | +- [Data Science](#data-science) |
| 7 | +- [Git and Github](#git-and-github) |
| 8 | +- [Go](#go) |
| 9 | +- [Java](#java) |
| 10 | +- [JavaScript](#javascript) |
| 11 | +- [Machine Learning](#machine-learning) |
| 12 | +- [Misc](#misc) |
| 13 | +- [Python](#python) |
| 14 | +- [Sql](#sql) |
16 | 15 |
|
17 | 16 | ### Algorithms
|
18 | 17 |
|
19 |
| -* [Dynamic Programming Book «ডাইনামিক প্রোগ্রামিং বই»](https://dp-bn.github.io) - Tasmeem Reza, Mamnoon Siam (PDF, [LaTeX](https://github.com/Bruteforceman/dynamic-progamming-book)) |
20 |
| - |
| 18 | +- [Dynamic Programming Book «ডাইনামিক প্রোগ্রামিং বই»](https://dp-bn.github.io) - Tasmeem Reza, Mamnoon Siam (PDF, [LaTeX](https://github.com/Bruteforceman/dynamic-progamming-book)) |
21 | 19 |
|
22 | 20 | ### C
|
23 | 21 |
|
24 |
| -* [বাংলায় C প্রোগ্রামিং ল্যাঙ্গুয়েজ শেখার কোর্স](https://c.howtocode.dev) - Jakir Hossain, et al. |
25 |
| -* [Computer Programming «কম্পিউটার প্রোগ্রামিং ১ম খণ্ড»](http://cpbook.subeen.com) - Tamim Shahriar Subeen (HTML) |
26 |
| -* [Computer Programming Part 3](https://archive.org/details/computer-programming-part-3-tamim-shaharier-subin) - Tamim Shahriar Subeen (PDF) |
27 |
| - |
| 22 | +- [বাংলায় C প্রোগ্রামিং ল্যাঙ্গুয়েজ শেখার কোর্স](https://c.howtocode.dev) - Jakir Hossain, et al. |
| 23 | +- [Computer Programming «কম্পিউটার প্রোগ্রামিং ১ম খণ্ড»](http://cpbook.subeen.com) - Tamim Shahriar Subeen (HTML) |
| 24 | +- [Computer Programming Part 3](https://archive.org/details/computer-programming-part-3-tamim-shaharier-subin) - Tamim Shahriar Subeen (PDF) |
28 | 25 |
|
29 | 26 | ### <a id="cpp"></a>C++
|
30 | 27 |
|
31 |
| -* [সিপিপি পরিগণনা Computer Programming](https://www.academia.edu/16658418/c_programming_bangla_book) - Mahmudul Hasan (PDF, HTML) |
32 |
| - |
| 28 | +- [সিপিপি পরিগণনা Computer Programming](https://www.academia.edu/16658418/c_programming_bangla_book) - Mahmudul Hasan (PDF, HTML) |
33 | 29 |
|
34 | 30 | ### Data Science
|
35 | 31 |
|
36 |
| -* [ডাটা সাইন্সের হাতেখড়ি](https://datasinsightsbd.gitbook.io) - Fazle Rabbi Khan (gitbook) |
37 |
| - |
| 32 | +- [ডাটা সাইন্সের হাতেখড়ি](https://datasinsightsbd.gitbook.io) - Fazle Rabbi Khan (gitbook) |
38 | 33 |
|
39 | 34 | ### Go
|
40 | 35 |
|
41 |
| -* [বাংলায় গোল্যাং (golang) টিউটোরিয়াল](https://golang.howtocode.dev) - Shafquat Mahbub (howtocode.dev) |
42 |
| - |
| 36 | +- [বাংলায় গোল্যাং (golang) টিউটোরিয়াল](https://golang.howtocode.dev) - Shafquat Mahbub (howtocode.dev) |
43 | 37 |
|
44 | 38 | ### Java
|
45 | 39 |
|
46 |
| -* [বাংলায় জাভা প্রোগ্রামিং শেখার কোর্স](http://java.howtocode.dev) - Bazlur Rahman, et al. (howtocode.dev) |
47 |
| - |
| 40 | +- [বাংলায় জাভা প্রোগ্রামিং শেখার কোর্স](http://java.howtocode.dev) - Bazlur Rahman, et al. (howtocode.dev) |
48 | 41 |
|
49 | 42 | ### JavaScript
|
50 | 43 |
|
51 |
| -* [জাভাস্ক্রিপ্ট ল্যাঙ্গুয়েজের এর ব্যাসিক, অ্যাডভান্স](https://js.howtocode.dev) - Nuhil Mehdi (howtocode.dev) |
52 |
| -* [হাতেকলমে জাভাস্ক্রিপ্ট: সম্পূর্ণ বাংলায় হাতেকলমে জাভাস্ক্রিপ্ট শিখুন](https://with.zonayed.me/js-basic/) - Zonayed Ahmed (HTML) |
53 |
| - |
| 44 | +- [জাভাস্ক্রিপ্ট ল্যাঙ্গুয়েজের এর ব্যাসিক, অ্যাডভান্স](https://js.howtocode.dev) - Nuhil Mehdi (howtocode.dev) |
| 45 | +- [হাতেকলমে জাভাস্ক্রিপ্ট: সম্পূর্ণ বাংলায় হাতেকলমে জাভাস্ক্রিপ্ট শিখুন](https://with.zonayed.me/js-basic/) - Zonayed Ahmed (HTML) |
| 46 | +- [জাভাস্ক্রিপ্ট টিউটোরিয়াল-শিখুন গল্পে গল্পে সাথে 1100+ Exercise](https://web.programming-hero.com/home/ph-book/জাভাস্ক্রিপ্ট-টিউটোরিয়াল/প্রোগ্রামিং-শুরুর-আগে-যত-ভয়/জাভাস্ক্রিপ্ট-পরিচিতি) - Jhankar Mahbub |
54 | 47 |
|
55 | 48 | ### Machine Learning
|
56 | 49 |
|
57 |
| -* [বাংলায় মেশিন লার্নিং](https://ml.howtocode.dev) - Manos Kumar Mondol (howtocode.dev) |
58 |
| -* [শূন্য থেকে পাইথন মেশিন লার্নিং: হাতেকলমে সাইকিট-লার্ন](https://raqueeb.gitbook.io/scikit-learn/) - Rakibul Hassan (HTML, [Jupyter Notebook](https://github.com/raqueeb/ml-python)) (gitbook) |
59 |
| -* [হাতেকলমে পাইথন ডীপ লার্নিং](https://rakibul-hassan.gitbook.io/deep-learning) - Rakibul Hassan (gitbook) |
60 |
| -* [হাতেকলমে মেশিন লার্নিং: পরিচিতি, প্রজেক্ট টাইটানিক, আর এবং পাইথনসহ](https://rakibul-hassan.gitbook.io/mlbook-titanic/) - Rakibul Hassan (HTML, [scripts](https://github.com/raqueeb/mltraining)) (gitbook) |
61 |
| - |
| 50 | +- [বাংলায় মেশিন লার্নিং](https://ml.howtocode.dev) - Manos Kumar Mondol (howtocode.dev) |
| 51 | +- [শূন্য থেকে পাইথন মেশিন লার্নিং: হাতেকলমে সাইকিট-লার্ন](https://raqueeb.gitbook.io/scikit-learn/) - Rakibul Hassan (HTML, [Jupyter Notebook](https://github.com/raqueeb/ml-python)) (gitbook) |
| 52 | +- [হাতেকলমে পাইথন ডীপ লার্নিং](https://rakibul-hassan.gitbook.io/deep-learning) - Rakibul Hassan (gitbook) |
| 53 | +- [হাতেকলমে মেশিন লার্নিং: পরিচিতি, প্রজেক্ট টাইটানিক, আর এবং পাইথনসহ](https://rakibul-hassan.gitbook.io/mlbook-titanic/) - Rakibul Hassan (HTML, [scripts](https://github.com/raqueeb/mltraining)) (gitbook) |
62 | 54 |
|
63 | 55 | ### Misc
|
64 | 56 |
|
65 |
| -* [কেমনে করে সিস্টেম ডিজাইন?](https://imtiaz-hossain-emu.gitbook.io/system-design/) - Imtiaz Hossain Emu |
66 |
| -* [ডেভসংকেত: বাংলা চিটশিটের ভান্ডার](https://devsonket.com) - Devsonket Team |
67 |
| -* [SL3 Framework - Code For Brain](https://web.archive.org/web/20201024204437/https://sl3.app) - Stack Learners *(:card_file_box: archived)* |
68 |
| - |
| 57 | +- [কেমনে করে সিস্টেম ডিজাইন?](https://imtiaz-hossain-emu.gitbook.io/system-design/) - Imtiaz Hossain Emu |
| 58 | +- [ডেভসংকেত: বাংলা চিটশিটের ভান্ডার](https://devsonket.com) - Devsonket Team |
| 59 | +- [SL3 Framework - Code For Brain](https://web.archive.org/web/20201024204437/https://sl3.app) - Stack Learners _(:card_file_box: archived)_ |
69 | 60 |
|
70 | 61 | ### Problem Sets
|
71 | 62 |
|
72 |
| -* [৫২ টি প্রোগ্রামিং সমস্যা](http://cpbook.subeen.com/p/blog-page_11.html) - Tamim Shahriar Subeen (HTML) |
73 |
| - |
| 63 | +- [৫২ টি প্রোগ্রামিং সমস্যা](http://cpbook.subeen.com/p/blog-page_11.html) - Tamim Shahriar Subeen (HTML) |
74 | 64 |
|
75 | 65 | ### Python
|
76 | 66 |
|
77 |
| -* [পাইথন প্রোগ্রামিং বই](http://pybook.subeen.com) - Tamim Shahriar Subeen |
78 |
| -* [বাংলায় পাইথন](https://python.howtocode.dev) - Nuhil Mehdy |
79 |
| -* [সহজ ভাষায় পাইথন ৩](https://python.maateen.me) - Maksudur Rahman Maateen |
80 |
| -* [হুকুশ পাকুশের প্রোগ্রামিং শিক্ষা](https://hukush-pakush.com) - Ikram Mahmud (HTML) |
81 |
| - |
| 67 | +- [পাইথন প্রোগ্রামিং বই](http://pybook.subeen.com) - Tamim Shahriar Subeen |
| 68 | +- [বাংলায় পাইথন](https://python.howtocode.dev) - Nuhil Mehdy |
| 69 | +- [সহজ ভাষায় পাইথন ৩](https://python.maateen.me) - Maksudur Rahman Maateen |
| 70 | +- [হুকুশ পাকুশের প্রোগ্রামিং শিক্ষা](https://hukush-pakush.com) - Ikram Mahmud (HTML) |
82 | 71 |
|
83 | 72 | ### Sql
|
84 | 73 |
|
85 |
| -* [এসকিউএল পরিচিতি(SQL Introduction in Bangla)](https://www.sattacademy.org/sql/index.php) - Satt Academy |
86 |
| -* [বাংলায় SQL টিউটোরিয়াল](https://sql.howtocode.dev) - Saiful, et al. |
87 |
| - |
| 74 | +- [এসকিউএল পরিচিতি(SQL Introduction in Bangla)](https://www.sattacademy.org/sql/index.php) - Satt Academy |
| 75 | +- [বাংলায় SQL টিউটোরিয়াল](https://sql.howtocode.dev) - Saiful, et al. |
88 | 76 |
|
89 | 77 | ### Git and Github
|
90 | 78 |
|
91 |
| -* [এক পলকে গিট ও গিটহাব](https://with.zonayed.me/book/git-n-github-at-glance/) - Zonayed |
92 |
| - |
| 79 | +- [এক পলকে গিট ও গিটহাব](https://with.zonayed.me/book/git-n-github-at-glance/) - Zonayed |
0 commit comments