Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit345b85c

Browse files
authored
Add files via upload
1 parent38ea7aa commit345b85c

File tree

2 files changed

+275
-0
lines changed

2 files changed

+275
-0
lines changed

‎free-course.html

Lines changed: 148 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,148 @@
1+
<!DOCTYPE html>
2+
<htmllang="en">
3+
<head>
4+
<title>Free Programming Course</title>
5+
<!-- Google tag (gtag.js) -->
6+
<scriptasyncsrc="https://www.googletagmanager.com/gtag/js?id=G-HCERBDV76D"></script>
7+
<script>
8+
window.dataLayer=window.dataLayer||[];
9+
functiongtag(){dataLayer.push(arguments);}
10+
gtag('js',newDate());
11+
12+
gtag('config','G-HCERBDV76D');
13+
</script>
14+
<metaname="msvalidate.01"content="B0487B46A104E90209E8A3BEA24ECA0E"/>
15+
<metaname="yandex-verification"content="f044b3a12c7918f1"/>
16+
<!--end-->
17+
<metacontent="learn about data types, variables, lists, tuples, dictionaries,if else,DSA,loops,user-defined functions, oop, threading and scripting."name="description"/>
18+
<metaname="author"content="learnPython"/>
19+
<metaname="keywords"content="Learn Python for free,learn python for beginners,Core Python,Web frameworks,Multiprocess architecture,Serverside templating language,python tutorials,python4"/>
20+
<metaproperty="og:type"content="website"/>
21+
22+
<metaname=”geo.region”content="US-CA"/>
23+
<metaname=”geo.placename”content="353 Jane Stanford Way, Stanford, CA 94305, United States"/>
24+
<metaname=”geo.position”content="37.430089898615456;-122.17332683124829"/>
25+
<metaname=”ICBM”content="37.430089898615456, -122.17332683124829"/>
26+
<linkhref='https://pythonread.github.io/?m=1'rel='alternate'/>
27+
28+
<linkhref="/favicon.png"rel="icon"/>
29+
<metacharset="UTF-8">
30+
<metahttp-equiv="X-UA-Compatible"content="IE=edge">
31+
<metaname="viewport"content="width=device-width, initial-scale=1.0">
32+
33+
34+
<linktype="text/css"rel="stylesheet"href="/style0.css"media="all"/>
35+
36+
37+
<!--<![endif]-->
38+
</head>
39+
<body>
40+
41+
<divclass="nav-wrapper">
42+
<divclass="container">
43+
<nav>
44+
<divclass="logo wave">
45+
<ahref="/"id="logo">
46+
Python Tutorial
47+
</a>
48+
</div>
49+
<divclass="nav-toggle-icon"id="nav-toggle-icon"onclick="mobileMenu()">
50+
<divclass="material-hamburger">
51+
<span>
52+
</span>
53+
<span>
54+
</span>
55+
<span>
56+
</span>
57+
</div>
58+
</div>
59+
<divclass="menu-wrapper"id="menu-wrapper">
60+
<divclass="nav-indicator">
61+
</div>
62+
<ulclass="menus">
63+
<li>
64+
<aclass="wave"href="/">
65+
Home
66+
</a>
67+
</li>
68+
<li>
69+
<aclass="wave"href="/projects.html">
70+
Projects
71+
</a>
72+
</li>
73+
<li>
74+
<aclass="wave"href="/free-course.html"
75+
target="_blank">
76+
Free Course
77+
</a>
78+
</li>
79+
<li>
80+
<aclass="wave"href="/dsa.html">
81+
DSA
82+
</a>
83+
</li>
84+
</ul>
85+
</div>
86+
</nav>
87+
</div>
88+
</div>
89+
<divstyle="margin-left: 15px;">
90+
<h2>Data Structures and Algorithms</h2>
91+
<p>DSA tutorial to learn different types of data structures and algorithms and their implementations in Python, C, C++, and Java.</p>
92+
<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>
93+
<p><ahref="https://pythonread.github.io/dsa.html">Learn Data Structures and Algorithms</a></p>
94+
</div>
95+
<divstyle="margin-left: 15px;">
96+
<h2>Free Courses on YouTube</h2>
97+
<br/>
98+
<imgsrc="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgT9Spnddn1UerjXEbcWQUPhfDHLL9rppkmUp1x4JRPKsdTwmX0kI26Rd0-2qKlwGAAnbgiPz7dZMm5Rv5Fd1QLhkQC6n3ob13ug1bTYtizkDpk2B0LxRiA8QUIjeTmfu6vZHoKJ7pXUgt73sHoXvSpGWjKQ6ZM01IIbJnXmwzXq4RdNYA4swdULgNy/s16000/youtube-logo.png"width="35px"height="35px">
99+
<ahref="
100+
https://www.youtube.com/watch?v=IbSXF7eT-AU&list=PLR_5PTwg_uAQw40OhdvAwN4NvzWv0xOZ2">
101+
Python Full Course Playlist</a>
102+
<br/>
103+
<imgsrc="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgT9Spnddn1UerjXEbcWQUPhfDHLL9rppkmUp1x4JRPKsdTwmX0kI26Rd0-2qKlwGAAnbgiPz7dZMm5Rv5Fd1QLhkQC6n3ob13ug1bTYtizkDpk2B0LxRiA8QUIjeTmfu6vZHoKJ7pXUgt73sHoXvSpGWjKQ6ZM01IIbJnXmwzXq4RdNYA4swdULgNy/s16000/youtube-logo.png"width="35px"height="35px">
104+
<ahref="https://www.youtube.com/watch?v=UEl6wB90Gs8">
105+
105 STL Algorithms in Less Than an Hour</a>
106+
<br/>
107+
<imgsrc="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgT9Spnddn1UerjXEbcWQUPhfDHLL9rppkmUp1x4JRPKsdTwmX0kI26Rd0-2qKlwGAAnbgiPz7dZMm5Rv5Fd1QLhkQC6n3ob13ug1bTYtizkDpk2B0LxRiA8QUIjeTmfu6vZHoKJ7pXUgt73sHoXvSpGWjKQ6ZM01IIbJnXmwzXq4RdNYA4swdULgNy/s16000/youtube-logo.png"width="35px"height="35px">
108+
<ahref="https://www.youtube.com/watch?v=zZXTgN7L1UU&list=PLR_5PTwg_uAS6C1cSMjU6oVhOcCX8Zu_4">
109+
C++ STL Playlist</a>
110+
<br/>
111+
<imgsrc="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgT9Spnddn1UerjXEbcWQUPhfDHLL9rppkmUp1x4JRPKsdTwmX0kI26Rd0-2qKlwGAAnbgiPz7dZMm5Rv5Fd1QLhkQC6n3ob13ug1bTYtizkDpk2B0LxRiA8QUIjeTmfu6vZHoKJ7pXUgt73sHoXvSpGWjKQ6ZM01IIbJnXmwzXq4RdNYA4swdULgNy/s16000/youtube-logo.png"width="35px"height="35px">
112+
<ahref="https://youtu.be/ty9756v3kc8">
113+
Learn Node.js</a>
114+
<br/>
115+
<imgsrc="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgT9Spnddn1UerjXEbcWQUPhfDHLL9rppkmUp1x4JRPKsdTwmX0kI26Rd0-2qKlwGAAnbgiPz7dZMm5Rv5Fd1QLhkQC6n3ob13ug1bTYtizkDpk2B0LxRiA8QUIjeTmfu6vZHoKJ7pXUgt73sHoXvSpGWjKQ6ZM01IIbJnXmwzXq4RdNYA4swdULgNy/s16000/youtube-logo.png"width="35px"height="35px">
116+
<ahref="https://youtu.be/exrIpdS3Crc">
117+
Learn Data Science Full course</a>
118+
<br/>
119+
120+
<imgsrc="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgT9Spnddn1UerjXEbcWQUPhfDHLL9rppkmUp1x4JRPKsdTwmX0kI26Rd0-2qKlwGAAnbgiPz7dZMm5Rv5Fd1QLhkQC6n3ob13ug1bTYtizkDpk2B0LxRiA8QUIjeTmfu6vZHoKJ7pXUgt73sHoXvSpGWjKQ6ZM01IIbJnXmwzXq4RdNYA4swdULgNy/s16000/youtube-logo.png"width="35px"height="35px">
121+
<ahref="https://youtu.be/Q8tDO2uSk5U">
122+
Learn Computer Networking Full course</a>
123+
<br/>
124+
</div>
125+
<footerclass="footer"style="margin-left:20px">
126+
<p>
127+
<ahref="/cookie-policy.html">Cookie policy</a> |
128+
<ahref="/privacy-policy.html">Privacy policy</a> |
129+
<ahref="/terms-of-use.html">Terms of use</a> |
130+
<ahref="/disclaimer.html">Disclaimer</a> |
131+
<ahref="/about-us.html">About Us</a>
132+
133+
</p>
134+
<p>
135+
© 2023<ahref="https://pythonread.github.io">https://pythonread.github.io</a>
136+
</p>
137+
</footer>
138+
139+
<scripttype="text/javascript">
140+
document.addEventListener('DOMContentLoaded',function(){htmlTableOfContents()});functionhtmlTableOfContents(documentRef){vardocumentRef=documentRef||document;vartoc=documentRef.getElementById("toc");varheadings=[].slice.call(documentRef.body.querySelectorAll('h2, h3'));headings.forEach(function(heading,index){varref="toc"+index;if(heading.hasAttribute("id")){ref=heading.getAttribute("id")}else{heading.setAttribute("id",ref)}varlink=documentRef.createElement("a");link.setAttribute("href","#"+ref);link.textContent=heading.textContent;vardiv=documentRef.createElement("div");div.setAttribute("class",heading.tagName.toLowerCase());div.appendChild(link);toc.appendChild(div)})}try{module.exports=htmlTableOfContents}catch(e){}functionisScrolledIntoView(el){varrect=el.getBoundingClientRect();varelemTop=rect.top;varelemBottom=rect.bottom;varisVisible=(elemTop>=-10)&&(elemBottom<=(window.innerHeight));returnisVisible}functionhighlightMenu(){varheaders=document.querySelectorAll("h2, h3");for(vari=0;i<headers.length;i+=1){if(isScrolledIntoView(headers[i])){varchildDivs=document.getElementById('toc').getElementsByTagName('div');varc=childDivs[i].classList;c.add("active");for(varj=0;j<i;j+=1){varc=childDivs[j].classList;c.remove("active")}for(varj=i+1;j<childDivs.length;j+=1){varc=childDivs[j].classList;c.remove("active")}break}}}functionhighlightMenuLastItem(){varchildDivs=document.getElementById('toc').getElementsByTagName('div');for(varj=0;j<childDivs.length-1;j+=1){varc=childDivs[j].classList;c.remove("active")}varc=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()}};functionmobileMenu(){varclasses=document.getElementById('nav-toggle-icon').classList;if(classes.contains("active")){classes.remove("active")}else{classes.add("active")}varclasses=document.getElementById('menu-wrapper').classList;if(classes.contains("active")){classes.remove("active")}else{classes.add("active")}}
141+
</script>
142+
143+
144+
145+
146+
147+
</body>
148+
</html>

‎projects.html

Lines changed: 127 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,127 @@
1+
<!DOCTYPE html>
2+
<htmllang="en">
3+
<head>
4+
<title>Document</title>
5+
<!-- Google tag (gtag.js) -->
6+
<scriptasyncsrc="https://www.googletagmanager.com/gtag/js?id=G-HCERBDV76D"></script>
7+
<script>
8+
window.dataLayer=window.dataLayer||[];
9+
functiongtag(){dataLayer.push(arguments);}
10+
gtag('js',newDate());
11+
12+
gtag('config','G-HCERBDV76D');
13+
</script>
14+
<metaname="msvalidate.01"content="B0487B46A104E90209E8A3BEA24ECA0E"/>
15+
<metaname="yandex-verification"content="f044b3a12c7918f1"/>
16+
<!--end-->
17+
<metacontent="learn about data types, variables, lists, tuples, dictionaries,if else,DSA,loops,user-defined functions, oop, threading and scripting."name="description"/>
18+
<metaname="author"content="learnPython"/>
19+
<metaname="keywords"content="Learn Python for free,learn python for beginners,Core Python,Web frameworks,Multiprocess architecture,Serverside templating language,python tutorials,python4"/>
20+
<metaproperty="og:type"content="website"/>
21+
22+
<metaname=”geo.region”content="US-CA"/>
23+
<metaname=”geo.placename”content="353 Jane Stanford Way, Stanford, CA 94305, United States"/>
24+
<metaname=”geo.position”content="37.430089898615456;-122.17332683124829"/>
25+
<metaname=”ICBM”content="37.430089898615456, -122.17332683124829"/>
26+
<linkhref='https://pythonread.github.io/?m=1'rel='alternate'/>
27+
28+
<linkhref="/favicon.png"rel="icon"/>
29+
<metacharset="UTF-8">
30+
<metahttp-equiv="X-UA-Compatible"content="IE=edge">
31+
<metaname="viewport"content="width=device-width, initial-scale=1.0">
32+
33+
34+
<linktype="text/css"rel="stylesheet"href="/style0.css"media="all"/>
35+
36+
37+
<!--<![endif]-->
38+
</head>
39+
<body>
40+
41+
<divclass="nav-wrapper">
42+
<divclass="container">
43+
<nav>
44+
<divclass="logo wave">
45+
<ahref="/"id="logo">
46+
Python Tutorial
47+
</a>
48+
</div>
49+
<divclass="nav-toggle-icon"id="nav-toggle-icon"onclick="mobileMenu()">
50+
<divclass="material-hamburger">
51+
<span>
52+
</span>
53+
<span>
54+
</span>
55+
<span>
56+
</span>
57+
</div>
58+
</div>
59+
<divclass="menu-wrapper"id="menu-wrapper">
60+
<divclass="nav-indicator">
61+
</div>
62+
<ulclass="menus">
63+
<li>
64+
<aclass="wave"href="/">
65+
Home
66+
</a>
67+
</li>
68+
<li>
69+
<aclass="wave"href="/projects.html">
70+
Projects
71+
</a>
72+
</li>
73+
<li>
74+
<aclass="wave"href="/free-course.html"
75+
target="_blank">
76+
Free Course
77+
</a>
78+
</li>
79+
<li>
80+
<aclass="wave"href="/dsa.html">
81+
DSA
82+
</a>
83+
</li>
84+
</ul>
85+
</div>
86+
</nav>
87+
</div>
88+
</div>
89+
<divstyle="margin-left: 15px;">
90+
<ul>
91+
<li><h3>Build To-Do App =><ahref="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></li>
92+
<li><h3>Turn Web App into a PWA =><ahref="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></li>
93+
</ul>
94+
95+
</div>
96+
<divstyle="margin-left: 15px;">
97+
<h2>Data Structures and Algorithms</h2>
98+
<p>DSA tutorial to learn different types of data structures and algorithms and their implementations in Python, C, C++, and Java.</p>
99+
<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>
100+
<p><ahref="https://pythonread.github.io/dsa.html">Learn Data Structures and Algorithms</a></p>
101+
</div>
102+
103+
104+
<footerclass="footer"style="margin-left:20px">
105+
<p>
106+
<ahref="/cookie-policy.html">Cookie policy</a> |
107+
<ahref="/privacy-policy.html">Privacy policy</a> |
108+
<ahref="/terms-of-use.html">Terms of use</a> |
109+
<ahref="/disclaimer.html">Disclaimer</a> |
110+
<ahref="/about-us.html">About Us</a>
111+
112+
</p>
113+
<p>
114+
© 2023<ahref="https://pythonread.github.io">https://pythonread.github.io</a>
115+
</p>
116+
</footer>
117+
118+
<scripttype="text/javascript">
119+
document.addEventListener('DOMContentLoaded',function(){htmlTableOfContents()});functionhtmlTableOfContents(documentRef){vardocumentRef=documentRef||document;vartoc=documentRef.getElementById("toc");varheadings=[].slice.call(documentRef.body.querySelectorAll('h2, h3'));headings.forEach(function(heading,index){varref="toc"+index;if(heading.hasAttribute("id")){ref=heading.getAttribute("id")}else{heading.setAttribute("id",ref)}varlink=documentRef.createElement("a");link.setAttribute("href","#"+ref);link.textContent=heading.textContent;vardiv=documentRef.createElement("div");div.setAttribute("class",heading.tagName.toLowerCase());div.appendChild(link);toc.appendChild(div)})}try{module.exports=htmlTableOfContents}catch(e){}functionisScrolledIntoView(el){varrect=el.getBoundingClientRect();varelemTop=rect.top;varelemBottom=rect.bottom;varisVisible=(elemTop>=-10)&&(elemBottom<=(window.innerHeight));returnisVisible}functionhighlightMenu(){varheaders=document.querySelectorAll("h2, h3");for(vari=0;i<headers.length;i+=1){if(isScrolledIntoView(headers[i])){varchildDivs=document.getElementById('toc').getElementsByTagName('div');varc=childDivs[i].classList;c.add("active");for(varj=0;j<i;j+=1){varc=childDivs[j].classList;c.remove("active")}for(varj=i+1;j<childDivs.length;j+=1){varc=childDivs[j].classList;c.remove("active")}break}}}functionhighlightMenuLastItem(){varchildDivs=document.getElementById('toc').getElementsByTagName('div');for(varj=0;j<childDivs.length-1;j+=1){varc=childDivs[j].classList;c.remove("active")}varc=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()}};functionmobileMenu(){varclasses=document.getElementById('nav-toggle-icon').classList;if(classes.contains("active")){classes.remove("active")}else{classes.add("active")}varclasses=document.getElementById('menu-wrapper').classList;if(classes.contains("active")){classes.remove("active")}else{classes.add("active")}}
120+
</script>
121+
122+
123+
124+
125+
126+
</body>
127+
</html>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp