Top videos

Learn Visual Studio Code in 7min (Official Beginner Tutorial)
Learn Visual Studio Code in 7min (Official Beginner Tutorial) 121gamers 1 Views • 2 years ago

👀 Follow us on [LinkedIn] 👉 https://aka.ms/LI-YT
------------------------------------------------------------------------------------
Get started from scratch in this short overview of Visual Studio Code & writing / executing JavaScript, Python, previewing HTML and more.

0:00 Intro
0:20 Open folder / Set workspace
0:52 UI Tour
2:00 Create new JavaScript file
2:20 Intellisense
2:55 Save / Autosave
3:25 Create python file
3:45 Add python extension
4:28 Drag & drop external HTML file
5:00 Preview HTML output with Live Preview extension
6:00 Changing themes
6:50 Summary

Host: @ReynaldAdolphe
And TikTok at https://www.tiktok.com/@vscode

#vscode

Create a local development server for Python apps with Vagrant, VirtualBox, Salt and Python3
Create a local development server for Python apps with Vagrant, VirtualBox, Salt and Python3 121gamers 1 Views • 2 years ago

Create a local development server for Python apps with Vagrant, VirtualBox, Salt and Python3.

GitHub Code:
https://github.com/LondonAppDe....v/video-tutorial-pyt

Before getting started, here are the requirements to install locally:
Git-SCM: https://git-scm.com/
VirtualBox: https://www.virtualbox.org/
Vagrant: https://www.vagrantup.com/

In this video I'm going to show you how to make a local development server for Python applications using VirtualBox and Vagrant.

So I've created a Vagrant box which I'm going to show you how to clone so that you can get up and running with a local Python development server in a matter of minutes.

00:00 Introduction
00:31 Install VirtualBox from virtualbox.org https://www.virtualbox.org/
00:46 Next install Vagrant https://www.vagrantup.com/
00:51 Install git https://git-scm.com/
01:23 Introduction to the base project we’ll be using called video-tutorial-Python-DRF-intro https://github.com/LondonAppDe....v/video-tutorial-pyt
01:55 Start by cloning the base project
02:10 Go to terminal or command prompt and change to a directory where you’ll want to keep your project files
02:23 Change directory using the CD command and then type git clone and then paste the URL of the repository there.
02:59 To launch server head into the deploy file and type vagrant up and enter.
03:46 From deploy folder type vagrant up to run your server
04:26 Open the project files in your favorite text editor
04:36 Type vagrant up to build a server to the specifications defined in that Vagrant file.
04:57 Type vagrant SSH to connect to your local development server.
06:31 Inside the vagrant.configure statement we define the box.
07:31 Type a local host port 8000 to map to development server.
08:34 Create a new file called HelloWorld.py
09:41 Use a salt provisioner, saltstack to define what you want installed on your server
10:37 Because the salt provisioner uses git, do this manual shell command to install Python git
12:01 Server is set up and we created our hello world file.
12:13 Install virtual env wrapper
14:36 Intro to Installing packages in our virtual environment

Let me know how you get on. If you have any questions at all then please feel free to leave them in the comments and thanks a lot for watching.

Cheers.

Check out my tutorials on http://www.londonappdeveloper.com/

Learn how to build a backend using Python & Django REST Framework: https://www.udemy.com/build-yo....ur-own-backend-using

Writing a Python Script to Control my Lights | Five Minute Python Scripts
Writing a Python Script to Control my Lights | Five Minute Python Scripts 121gamers 1 Views • 2 years ago

Let's automate some lights with python?

Kite helps fund the channel, thanks for checking them out and supporting me --
⭐ Kite is a free AI-powered coding assistant that will help you code faster and smarter. The Kite plugin integrates with all the top editors and IDEs to give you smart completions and documentation while you’re typing. https://www.kite.com/get-kite/?utm_medium=referral&utm_source=youtube&utm_campaign=derricksherrill&utm_content=description-only

Support the Channel on Patreon --
https://www.patreon.com/join/derricksherrill
Join The Socials --
Reddit - https://www.reddit.com/r/CodeWithDerrick/
FB - https://www.facebook.com/CodeWithDerrick/
Insta - https://www.instagram.com/codewithderrick/
Twitter - https://twitter.com/codewithderrick
LinkedIn - https://www.linkedin.com/in/derricksherrill/
GitHub - https://github.com/Derrick-Sherrill
*****************************************************************
Full code from the video:

from phue import Bridge
from ip_address import bridge_ip_address
import time

def access_lights(bridge_ip_address):
b = Bridge(bridge_ip_address)
light_names_list = b.get_light_objects('name')
return light_names_list

def film_lights():
lights = access_lights(bridge_ip_address)
for light in lights:
lights[light].on = True
lights[light].hue = 7000
lights[light].saturation = 100

def danger_mode():
lights = access_lights(bridge_ip_address)
while True:
time.sleep(1)
for light in lights:
lights[light].on = True
lights[light].hue = 180
lights[light].saturation = 100
time.sleep(1)
for light in lights:
lights[light].on = True
lights[light].hue = 7000
lights[light].saturation = 100

if __name__ == '__main__':
film_lights()


Thanks so much for all the continued support! You guys are awesome. Super thankful that I get the opportunity to make youtube videos for you all. I hope you enjoy this one - A bit different than what I typically put out, but just testing to see if it's a style that you all like. Let me know!

https://github.com/Derrick-Sherrill/DerrickSherrill.com/blob/master/hue_lights.py

Packages (& Versions) used in this video:
PHue - https://github.com/studioimaginaire/phue
Time

*****************************************************************
Code from this tutorial and all my others can be found on my GitHub:
https://github.com/Derrick-Sherrill/DerrickSherrill.com

Check out my website:
https://www.derricksherrill.com/

If you liked the video - please hit the like button. It means more than you know. Thanks for watching and thank you for all your support!!

--- Channel FAQ --

What text editor do you use?
Atom - https://atom.io/

What Equipment do you use to film videos?
https://www.amazon.com/shop/derricksherrill

What editing software do you use?
Adobe CC - https://www.adobe.com/creativecloud.html
Premiere Pro for video editing
Photoshop for images
After Effects for animations

Do I have any courses available?
Yes & always working on more!
https://www.udemy.com/user/derrick-sherrill-2/

Where do I get my music?
I get all my music from the copyright free Youtube audio library
https://www.youtube.com/audiolibrary/music?nv=1

Let me know if there's anything else you want answered!

-------------------------

Always looking for suggestions on what video to make next -- leave me a comment with your project! Happy Coding!

Introduction to Python | Python Introduction and Applications | Python Programming | in Telugu
Introduction to Python | Python Introduction and Applications | Python Programming | in Telugu 121gamers 1 Views • 2 years ago

Introduction to Python | Python Introduction | in Telugu

subscribe my channel :
www.youtube/SBTechTuts

#Python
#Pythonintroduction
#SBTechTuts

Introduction to Python | Python Introduction | in Telugu
Introduction to Python | Python Introduction and Applications | Applications of Python | in Telugu
introduction to python
python introduction
introduction to python in telugu
Introduction to Python | Python Introduction and Applications | Python Programming | in Telugu
python
python introduction in telugu
in telugu
by sudhakar bogam
sb tech tuts
python programming
python coding
python language
learn python
python in telugu
portable

Google Cloud Platform Flask Python App Deployment
Google Cloud Platform Flask Python App Deployment 121gamers 1 Views • 2 years ago

I walk through how to deploy Python Flask applications to Google Cloud Platform as an alternative to Heroku or AWS for PaaS.
1. Create a new project in Google Cloud console
2. Activate cloud shell button (top right)
3. Clone Google's repo at
https://github.com/GoogleCloud....Platform/python-docs into the project
4. Click on Open Editor (within the Cloud shell)
5. Expand appengine, flexible, hello_world (confirm you can see the .py file for the Flask example)
Note that the file: app.yaml is where you add additional PaaS config settings for GCP
6. In the console, cd to the hello_world dir and run command: gcloud app deploy
7. If you are asked to set PROJECT_ID, run following command: gcloud config set project [PROJECT_NAME]
8. After a few minutes, your project should be live and it will have a link you can go to access your application!

Learn Backend Development in 4 Hours | Backend Web Development Full Course
Learn Backend Development in 4 Hours | Backend Web Development Full Course 121gamers 1 Views • 2 years ago

Stay tuned for more content as we continue our journey through the Backend Dev! 🚀 and make sure to explore the upcoming courses at https://sheryians.com/

Instructor in this video: Ankur Prajapati

Socials:
📷 Instagram: https://www.instagram.com/sheryians_c...
📘 Facebook: https://www.facebook.com/sheryians.co...
💌 Telegram: https://t.me/sheryiansCommunity
💼 LinkedIn: https://www.linkedin.com/company/the-...
🎮 Discord: https://discord.gg/Au3TquBarQ
Peace out ✌

#sheryianscodingschool #sheryians #reactjs #mernstack #mern #web #reactjscourse #tutorial #creativewebdevelopment #webdevelopment #functionalwebdevelopment #thebasics #mernstack #jslogic #javascriptlogics

------------------------------------------------------------------------------------------------------------------------------------------------------------

Flask Web Development in Python - 2 - Your first Flask Web App
Flask Web Development in Python - 2 - Your first Flask Web App 121gamers 1 Views • 2 years ago

Flask Playlist: http://youtu.be/mr90d7fp3SE?li....st=PLQVvvaa0QuDcOS4l

Now that you've got your server and domain set up, it is time to set up Flask and get your very first web application up! There are many commands that we will need to run, but, have no fear, I will put all of the commands and code blocks on my website posted below!

Sample code and information to help with the tutorial: http://pythonprogramming.net/f....lask-web-development

http://seaofbtc.com
http://sentdex.com
http://hkinsley.com
https://twitter.com/sentdex

Bitcoin donations: 1GV7srgR4NJx4vrk7avCmmVQQrqmv87ty6

Build your first Python web app with flask and MySQL
Build your first Python web app with flask and MySQL 121gamers 1 Views • 2 years ago

This video explains about building your first web application with flask in python.

Link for how to connect python with MySQL
https://youtu.be/_fu2z-6SbSU

Link for Build your first mobile app in Python
https://youtu.be/l91kXAlsoNs

Link for How to build a Quiz app with Python Tkinter
https://youtu.be/5smq0hCANaE

Link for Display MySQL data in python table :Treeview with horizontal scrollbar
https://youtu.be/CAvgiIAxs_g


Link for text to speech conversion using python
https://youtu.be/3xvRGvXk8bM
For more python videos:
https://www.youtube.com/watch?v=rTzAzObyU9I&list=PLnQuWu4Lsfey9YEl-1SbMs5sJzB0kQY0N

For cryptography related videos:
https://www.youtube.com/watch?v=j3vvxBhlRfg&list=PLnQuWu4Lsfex3NHSR_HlToR83wBx8U-A6

Subscribe for more new videos:
https://www.youtube.com/channe....l/UCDkXQh2zs_BHM7xAy

Website: https://www.trinitysw.com/

Facebook: https://www.facebook.com/trinitysoftwareacademy/

Thanks for your support,
#Trinitysoftware

#flaskpython #flaskmysql

Let's code a SNAKE GAME in python! 🐍
Let's code a SNAKE GAME in python! 🐍 121gamers 1 Views • 2 years ago

python snake game code tutorial example explained

We're using Tkinter, because I have not taught PyGame at this point in time, in case you're wondering

#python #snake #game

music credits 🎼 :
===========================================================
Up In My Jam (All Of A Sudden) by - Kubbi
https://soundcloud.com/kubbi
Creative Commons — Attribution-ShareAlike 3.0 Unported— CC BY-SA 3.0
Free Download / Stream: http://bit.ly/2JnDfCE
Music promoted by Audio Library https://youtu.be/tDexBj46oNI
===========================================================
Twelve Speed by - Slynk
https://www.youtube.com/watch?v=obvHjRn1lSc&ab_channel=NoCopyrightAudioLibrary
===========================================================

How to Run Python in Visual Studio Code on Windows 10 [2022] | Run Sample Python Program
How to Run Python in Visual Studio Code on Windows 10 [2022] | Run Sample Python Program 121gamers 1 Views • 2 years ago

Learn how to setup Python in VS Code, which is free to install and use. VS Code is an open source source-code editor and debugger, developed by Microsoft. Python is a powerful, interpreted, object-oriented programming language.

Python Tutorial (English):
https://youtu.be/HakXpkXcjdI
Python Tutorial (Hindi): https://youtu.be/b97WsOM9BYg

Python Tutorial for Beginners
https://studyopedia.com/tutorials/python3/

#python #vscode #amitthinks

► Top Free Video Courses From Amit Thinks
MySQL Tutorial for Beginners: ⭐️ https://youtu.be/fFgdnS1laA0
SQL Tutorial: ⭐️ https://youtu.be/zt3cg1PgtII
MongoDB Tutorial for Beginners: ⭐️ https://youtu.be/ocTPS4QH8sM
Bootstrap 5 Tutorial: ⭐️ https://youtu.be/qq3wEYWBMsM
Eclipse Programming Tutorial: ⭐️ https://youtu.be/0smG768uUis

► Free Text Tutorials
Python ⭐️ https://studyopedia.com/tutorials/python3
Java ⭐️ https://studyopedia.com/tutorials/java
Android ⭐️ https://studyopedia.com/tutorials/android
HTML5 ⭐️ https://studyopedia.com/tutorials/html5
PHP ⭐️ https://studyopedia.com/tutorials/php
WordPress ⭐️ https://studyopedia.com/tutorials/wordpress
Drupal ⭐️ https://studyopedia.com/tutorials/drupal
Magento ⭐️ https://studyopedia.com/tutorials/magento

► Follow
My Website - https://studyopedia.com
Instagram: https://www.instagram.com/amit.thinks/
LinkedIn: https://in.linkedin.com/in/amit-diwan-6300373a

► Subscribe
https://www.youtube.com/c/amittechie

► Donate & Support us
https://www.paypal.com/paypalme/learnnow25
https://www.buymeacoffee.com/amit.thinks

How To Create A Python HTTP Server For Web Development?
How To Create A Python HTTP Server For Web Development? 121gamers 1 Views • 2 years ago

►Code + Notes: https://codewithharry.com/vide....os/python-practice-p
►Find more such Python application videos in this playlist here: https://www.youtube.com/playli....st?list=PLu0W_9lII9a
►Click here to subscribe - https://www.youtube.com/channe....l/UCeVMnSShP_Iviwkkn


Best Hindi Videos For Learning Programming:

►Learn Python In One Video - https://www.youtube.com/watch?v=qHJjMvHLJdg

►Learn JavaScript in One Video - https://www.youtube.com/watch?v=onbBV0uFVpo

►Learn PHP In One Video - https://www.youtube.com/watch?v=xW7ro3lwaCI

►Machine Learning Using Python - https://www.youtube.com/playli....st?list=PLu0W_9lII9a

►Creating & Hosting A Website (Tech Blog) Using Python - https://www.youtube.com/playli....st?list=PLu0W_9lII9a

►Advanced Python Tutorials - https://www.youtube.com/playli....st?list=PLu0W_9lII9a

►Object Oriented Programming In Python - https://www.youtube.com/playli....st?list=PLu0W_9lII9a

►Python Data Science and Big Data Tutorials - https://www.youtube.com/playli....st?list=PLu0W_9lII9a

Follow Me On Social Media
►Website (created using Flask) - https://www.codewithharry.com
►Facebook - https://www.facebook.com/CodeWithHarry
►Instagram - https://www.instagram.com/CodeWithHarry/
►Personal Facebook A/c - https://www.facebook.com/geekyharis
Twitter - https://twitter.com/Haris_Is_Here

What is an API?
What is an API? 121gamers 1 Views • 2 years ago

In this video we will see what an API is and how it works!
I will explain you the reason behind using the API as simply as possible.
►Checkout my English channel here:
https://www.youtube.com/ProgrammingWithHarry
►Click here to subscribe - https://www.youtube.com/channe....l/UCeVMnSShP_Iviwkkn

Best Hindi Videos For Learning Programming:
►Learn Python In One Video - https://www.youtube.com/watch?v=ihk_Xglr164

►Python Complete Course In Hindi - https://www.youtube.com/playli....st?list=PLu0W_9lII9a

►C Language Complete Course In Hindi -
https://www.youtube.com/playlist?list=PLu0W_9lII9aiXlHcLx-mDH1Qul38wD3aR&disable_polymer=true

►JavaScript Complete Course In Hindi -
https://www.youtube.com/playli....st?list=PLu0W_9lII9a

►Learn JavaScript in One Video - https://www.youtube.com/watch?v=onbBV0uFVpo

►Learn PHP In One Video - https://www.youtube.com/watch?v=xW7ro3lwaCI

►Django Complete Course In Hindi -
https://www.youtube.com/playli....st?list=PLu0W_9lII9a

►Machine Learning Using Python - https://www.youtube.com/playli....st?list=PLu0W_9lII9a

►Creating & Hosting A Website (Tech Blog) Using Python - https://www.youtube.com/playli....st?list=PLu0W_9lII9a

►Advanced Python Tutorials - https://www.youtube.com/playli....st?list=PLu0W_9lII9a

►Object Oriented Programming In Python - https://www.youtube.com/playli....st?list=PLu0W_9lII9a

►Python Data Science and Big Data Tutorials - https://www.youtube.com/playli....st?list=PLu0W_9lII9a

Follow Me On Social Media
►Website (created using Flask) - http://www.codewithharry.com
►Facebook - https://www.facebook.com/CodeWithHarry
►Instagram - https://www.instagram.com/codewithharry/
►Personal Facebook A/c - https://www.facebook.com/geekyharis
Twitter - https://twitter.com/Haris_Is_Here

Deploy a Django web app to Python Anywhere [FREE]
Deploy a Django web app to Python Anywhere [FREE] 121gamers 1 Views • 2 years ago

🧑‍🏫 COURSES — Explore my latest Cloud computing & Django courses: https://www.cloudwithdjango.com/courses

-----------------------------------------------------------------------------------------------------------------------------------------------------------

Deploy a Django web app to Python Anywhere [FREE]

It took some time, but it's finally here. A free way to deploy your Django web app... @danimusbar

Python Anywhere:
https://www.pythonanywhere.com/

-----------------------------------------------------------------------------------------------------------------------------------------------------------

💻 | Python Django: Build an E-commerce store - 2022:
https://www.udemy.com/course/p....ython-django-build-a

❤️ | My Patreon:
https://www.patreon.com/cloudwithdjango

📑 | My tech blog:
https://www.cloudwithdjango.com/

🔶| GitHub:
https://github.com/CloudWithDjango

Add AI to your Existing Applications using this AI Tool 🔥
Add AI to your Existing Applications using this AI Tool 🔥 121gamers 1 Views • 2 years ago

Star the CopilotKit's GitHub: https://go.copilotkit.ai/copilot

Visit and star ⭐️ CopilotKit's GitHub repo for all the resources and examples you need to get started.
Explore at your own pace and see where CopilotKit can take you!


Checkout the Copilotkit AI: https://www.copilotkit.ai/
Source Code: https://github.com/CodeWithHar....ry/ai-powered-todo-l

►Checkout my English channel here: https://www.youtube.com/channe....l/UC7btqG2Ww0_2LwuQx
►Instagram: https://www.instagram.com/codewithharry

python, C, C++, Java, JavaScript and Other Cheatsheets [++]:
Playlist: https://www.youtube.com/playli....st?list=PLu0W_9lII9a

►Learn in One Video[++]:
Python Course with 5 Projects: https://www.youtube.com/watch?v=fqF9M92jzUo
Python[15 Hr]: https://www.youtube.com/watch?v=gfDE2a7MKjA&list=PLu0W_9lII9ahKZ42vg2w9ERPmShYbYAB7
Python Advance[3.5 Hr]: https://www.youtube.com/watch?v=61a7UkDO50s&list=PLu0W_9lII9ahKZ42vg2w9ERPmShYbYAB7
Python[1 Hr]: https://www.youtube.com/watch?v=qHJjMvHLJdg&list=PLu0W_9lII9ahKZ42vg2w9ERPmShYbYAB7
Python[2 Hr]: https://www.youtube.com/watch?v=ihk_Xglr164&list=PLu0W_9lII9ahKZ42vg2w9ERPmShYbYAB7
Python[15 Min]:https://www.youtube.com/watch?v=fr1f84rg4Nw&list=PLu0W_9lII9ahKZ42vg2w9ERPmShYbYAB7
JavaScript[1 Hr]: https://www.youtube.com/watch?v=onbBV0uFVpo&list=PLu0W_9lII9ahKZ42vg2w9ERPmShYbYAB7
C[1.3 Hr]-https://www.youtube.com/watch?v=YXcgD8hRHYY&list=PLu0W_9lII9ahKZ42vg2w9ERPmShYbYAB7
php[1 Hr]: https://www.youtube.com/watch?v=xW7ro3lwaCI&list=PLu0W_9lII9ahKZ42vg2w9ERPmShYbYAB7
php[2.3 Hr]:https://www.youtube.com/watch?v=1SnPKhCdlsU&list=PLu0W_9lII9ahKZ42vg2w9ERPmShYbYAB7
php[Project]- https://www.youtube.com/watch?v=-al2bECumKg&list=PLu0W_9lII9ahKZ42vg2w9ERPmShYbYAB7
HTML[30 Min]:https://www.youtube.com/watch?v=E3ByCRqE7Lo&list=PLu0W_9lII9ahKZ42vg2w9ERPmShYbYAB7
CSS[8.5 Hr]:https://www.youtube.com/watch?v=Edsxf_NBFrw&list=PLu0W_9lII9ahKZ42vg2w9ERPmShYbYAB7
CSS[1.4 Hr]:https://www.youtube.com/watch?v=u5-K_ua9sOw&list=PLu0W_9lII9ahKZ42vg2w9ERPmShYbYAB7
Wordpress[3.2 Hr]:https://www.youtube.com/watch?v=GlLRYml8mCY&list=PLu0W_9lII9ahKZ42vg2w9ERPmShYbYAB7
Angular[2 Hr]:https://www.youtube.com/watch?v=0LhBvp8qpro&list=PLu0W_9lII9ahKZ42vg2w9ERPmShYbYAB7
Java[2.3 Hr]:https://www.youtube.com/watch?v=rV_3Lewxx6o&list=PLu0W_9lII9ahKZ42vg2w9ERPmShYbYAB7
Web Scraping[1 Hr]:https://www.youtube.com/watch?v=uufDGjTuq34&list=PLu0W_9lII9ahKZ42vg2w9ERPmShYbYAB7
MongoDB[2 Hr]:https://www.youtube.com/watch?v=oSIv-E60NiU&list=PLu0W_9lII9ahKZ42vg2w9ERPmShYbYAB7
Numpy[1 Hr]:https://www.youtube.com/watch?v=Rbh1rieb3zc&list=PLu0W_9lII9ahKZ42vg2w9ERPmShYbYAB7
Android Dev[12 Hr]- https://www.youtube.com/watch?v=mXjZQX3UzOs
Linux[1 Hr]:https://www.youtube.com/watch?v=_tCY-c-sPZc&list=PLu0W_9lII9ahKZ42vg2w9ERPmShYbYAB7
JQuery[1.1 Hr]:https://www.youtube.com/watch?v=YFlx1C8XwR0&list=PLu0W_9lII9ahKZ42vg2w9ERPmShYbYAB7
Git and GitHub[1.1 Hr]:https://www.youtube.com/watch?v=gwWKnnCMQ5c&list=PLu0W_9lII9ahKZ42vg2w9ERPmShYbYAB7

►Complete course [playlist]:
React: https://www.youtube.com/playli....st?list=PLu0W_9lII9a
Python-https://www.youtube.com/playli....st?list=PLu0W_9lII9a
OOP Python-https://www.youtube.com/playli....st?list=PLu0W_9lII9a
Java:https://www.youtube.com/playli....st?list=PLu0W_9lII9a
JavaScript- https://www.youtube.com/playli....st?list=PLu0W_9lII9a
PHP-https://www.youtube.com/playli....st?list=PLu0W_9lII9a
C-https://www.youtube.com/playli....st?list=PLu0W_9lII9a
C++-https://www.youtube.com/playli....st?list=PLu0W_9lII9a
Git & GitHub-https://www.youtube.com/playli....st?list=PLu0W_9lII9a
Android Dev- https://www.youtube.com/playli....st?list=PLu0W_9lII9a
Python GUI- https://www.youtube.com/playli....st?list=PLu0W_9lII9a
Web Development- https://www.youtube.com/playli....st?list=PLu0W_9lII9a
Python Django:https://www.youtube.com/playli....st?list=PLu0W_9lII9a
Projects Using HTML, CSS & Javascript- https://www.youtube.com/playli....st?list=PLu0W_9lII9a
Data Structure and Algo:https://www.youtube.com/playli....st?list=PLu0W_9lII9a

Follow Me On Social Media
►Website (created using Django Rest & Angular): https://www.codewithharry.com
►Facebook: https://www.facebook.com/CodeWithHarry
►Instagram: https://www.instagram.com/codewithharry/
Twitter: https://twitter.com/CodeWithHarry
Comment "#HarryBhai" if you read this 😉😉

Showing 288 out of 360