-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprojects.html
More file actions
143 lines (120 loc) · 9.19 KB
/
projects.html
File metadata and controls
143 lines (120 loc) · 9.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
<!DOCTYPE html>
<html lang="en">
<head>
<title>Build Projects</title>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-HCERBDV76D"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-HCERBDV76D');
</script>
<meta name="msvalidate.01" content="B0487B46A104E90209E8A3BEA24ECA0E" />
<meta name="yandex-verification" content="f044b3a12c7918f1" />
<!--end-->
<meta content="learn about data types, variables, lists, tuples, dictionaries,if else,DSA,loops,user-defined functions, oop, threading and scripting." name="description"/>
<meta name="author" content="learnPython"/>
<meta name="keywords" content="Learn Python for free,learn python for beginners,Core Python,Web frameworks,Multiprocess architecture,Serverside templating language,python tutorials,python4"/>
<meta property="og:type" content="website" />
<meta name=”geo.region” content="US-CA" />
<meta name=”geo.placename” content="353 Jane Stanford Way, Stanford, CA 94305, United States" />
<meta name=”geo.position” content="37.430089898615456;-122.17332683124829"/>
<meta name=”ICBM” content="37.430089898615456, -122.17332683124829" />
<link href='https://pythonread.github.io/?m=1' rel='alternate'/>
<link href="/favicon.png" rel="icon" />
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link type="text/css" rel="stylesheet" href="https://pythonread.github.io/style0.css" media="all" />
</head>
<body>
<div class="nav-wrapper" >
<div class="container">
<nav>
<div class="logo wave">
<a href="/" id="logo">
Python Tutorial
</a>
</div>
<div class="nav-toggle-icon" id="nav-toggle-icon" onclick="mobileMenu()">
<div class="material-hamburger">
<span>
</span>
<span>
</span>
<span>
</span>
</div>
</div>
<div class="menu-wrapper" id="menu-wrapper">
<div class="nav-indicator">
</div>
<ul class="menus">
<li>
<a class="wave" href="/">
Home
</a>
</li>
<li>
<a class="wave" href="/projects.html">
Projects
</a>
</li>
<li>
<a class="wave" href="/free-course.html"
target="_blank">
Free Course
</a>
</li>
<li>
<a class="wave" href="/dsa.html" >
DSA
</a>
</li>
</ul>
</div>
</nav>
</div>
</div>
<div style="margin-left: 15px; ">
<h2>Build Projects</h2>
<h3>Build To-Do App : <a href="https://www.youtube.com/watch?v=X8gr-qA_JEs">Youtube Tutorial</a></h3><p> Using PERN Stack Course Postgres, Express, React, and Node #PERN </p>
<h3>Turn Web App into a PWA : <a href="https://www.youtube.com/watch?v=FN1p-MI1b4o">Youtube Tutorial</a></h3><p> Learn how to convert Web Application into a PWA in 10 minutes.</p>
<h3>ChatGPT Tutorial for Beginners 1: <a href="https://youtu.be/t3-q__hlrE4">Youtube Tutorial</a> </h3>
<p>This tutorial gives a beginner's demo of how to access and use OpenAI ChatGPT. It's a Tutorial for Beginners. Using ChatGPT to write code.</p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/t3-q__hlrE4" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<h3>ChatGPT Tutorial for Beginners 2 - Create a website in 1 minute : <a href="https://youtu.be/t3-q__hlrE4">Youtube Tutorial</a> </h3>
<p>This tutorial gives a beginner's demo of how to access and use OpenAI ChatGPT and create Resposive website using chatGPT in less than 1 minute.</p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/W5UT-me9hkE" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<h3>ChatGPT Tutorial for Beginners 3 - How to use Prompts in ChatGPT : <a href="https://youtu.be/t3-q__hlrE4">Youtube Tutorial</a> </h3>
<p>This tutorial gives a beginner's demo of how to access and use Prompts in ChatGPT.</p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/OIPJ0zpGdp8" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<h3>Build TCP echo server app with Python :<a href="https://youtu.be/jm9mgejjTtw">Youtube Tutorial</a></h3>
<p>we will make an Echo server using non-blocking TCP sockets using Python.</p>
<hr>
</div>
<br/>
<div style="margin-left: 15px; ">
<h2>Data Structures and Algorithms</h2>
<p>DSA tutorial to learn different types of data structures and algorithms and their implementations in Python, C, C++, and Java.</p>
<p>Data structures and algorithms Free course to master dsa and crack the coding interview. We have organized top dsa concepts and demo implementations in Python, Java, c and c++.</p>
<p><a href="https://pythonread.github.io/dsa.html">Learn Data Structures and Algorithms</a></p>
</div>
<footer class="footer" style="margin-left:20px">
<p>
<a href="/cookie-policy.html">Cookie policy</a> |
<a href="/privacy-policy.html">Privacy policy</a> |
<a href="/terms-of-use.html">Terms of use</a> |
<a href="/disclaimer.html">Disclaimer</a> |
<a href="/about-us.html">About Us</a>
</p>
<p>
© 2023 <a href="https://pythonread.github.io">https://pythonread.github.io</a>
</p>
</footer>
<script type="text/javascript">
document.addEventListener('DOMContentLoaded', function () { htmlTableOfContents() }); function htmlTableOfContents(documentRef) { var documentRef = documentRef || document; var toc = documentRef.getElementById("toc"); var headings = [].slice.call(documentRef.body.querySelectorAll('h2, h3')); headings.forEach(function (heading, index) { var ref = "toc" + index; if (heading.hasAttribute("id")) { ref = heading.getAttribute("id") } else { heading.setAttribute("id", ref) } var link = documentRef.createElement("a"); link.setAttribute("href", "#" + ref); link.textContent = heading.textContent; var div = documentRef.createElement("div"); div.setAttribute("class", heading.tagName.toLowerCase()); div.appendChild(link); toc.appendChild(div) }) } try { module.exports = htmlTableOfContents } catch (e) { } function isScrolledIntoView(el) { var rect = el.getBoundingClientRect(); var elemTop = rect.top; var elemBottom = rect.bottom; var isVisible = (elemTop >= -10) && (elemBottom <= (window.innerHeight)); return isVisible } function highlightMenu() { var headers = document.querySelectorAll("h2, h3"); for (var i = 0; i < headers.length; i += 1) { if (isScrolledIntoView(headers[i])) { var childDivs = document.getElementById('toc').getElementsByTagName('div'); var c = childDivs[i].classList; c.add("active"); for (var j = 0; j < i; j += 1) { var c = childDivs[j].classList; c.remove("active") } for (var j = i + 1; j < childDivs.length; j += 1) { var c = childDivs[j].classList; c.remove("active") } break } } } function highlightMenuLastItem() { var childDivs = document.getElementById('toc').getElementsByTagName('div'); for (var j = 0; j < childDivs.length - 1; j += 1) { var c = childDivs[j].classList; c.remove("active") } var c = childDivs[childDivs.length - 1].classList; c.add("active") } window.addEventListener("click", function (event) { highlightMenu() }); window.onscroll = function (e) { highlightMenu(); if ((window.innerHeight + window.scrollY) >= document.body.offsetHeight) { highlightMenuLastItem() } }; function mobileMenu() { var classes = document.getElementById('nav-toggle-icon').classList; if (classes.contains("active")) { classes.remove("active") } else { classes.add("active") } var classes = document.getElementById('menu-wrapper').classList; if (classes.contains("active")) { classes.remove("active") } else { classes.add("active") } }
</script>
</body>
</html>