Top videos

How to Create a Flask + React Project | Python Backend + React Frontend
How to Create a Flask + React Project | Python Backend + React Frontend 121gamers 1 Views • 1 year ago

Hey guys, welcome back. In this video, I will show you guys how to set up a project with a Flask backend and a React frontend. We will set up a backend API with Python that returns an array of members and in the frontend, we will fetch that backend and display the same members onto the frontend.

If you don't know what Flask is, Flask is a Python-based web framework that is used to create web applications. It is a microframework, which means that it does not provide many of the features that larger frameworks do. Flask is designed to be extended and customized, and it can be used for web development in both production and development environments.

If you don't know what React is, React is a JavaScript library for building user interfaces. It is maintained by Facebook and Instagram. React's declarative, efficient, and flexible nature make it an ideal choice for building user interfaces.

My Website:
https://arpanneupane.com
My GitHub: https://github.com/arpanneupane19

Official Flask Documentation: https://flask.palletsprojects.com/en/2.0.x/
Official React Documentation: https://reactjs.org/

My Programming Gear :
Keyboard: https://amzn.to/42vXkxh
Laptop: https://amzn.to/3CkAP3W
Laptop Stand: https://amzn.to/3X116Oi
Desk: https://amzn.to/43wmIEt
Monitor: https://amzn.to/42BAaFH
Monitor Arm: https://amzn.to/3NR0APS
Chair: https://amzn.to/42vvKAn
Desk Mat/Mousepad: https://amzn.to/43AhKqj
Microphone: https://amzn.to/45RuQ43
Headphones: https://amzn.to/445sf4R

#Coding // #Python // #React // #LearnToCode

Build A Modern Python GUI Project | Step by Step Tutorial
Build A Modern Python GUI Project | Step by Step Tutorial 121gamers 1 Views • 1 year ago

Keep exploring at http://brilliant.org/developedbyed/. Get started for free, and hurry—the first 200 people get 20% off an annual premium subscription.

In today's episode we will be building a modern python GUI app using Tkinter and CustomTkinter. We will also be integrating pytube which will allow us to download our youtube videos in different resolutions and formats.
This is a beginner python project that you can follow along without any previous python knowledge.

Upgrade your programming skills with my courses
https://developedbyed.com/

This video was sponsored by Brilliant

🛴 Follow me on:
Twitch: https://www.twitch.tv/developedbyed
Twitter: https://twitter.com/developedbyed
Instagram: https://www.instagram.com/developedbyed/
Github: https://github.com/developedbyed/

#programming #python

PyScript - Run Python in the Browser! THE END of JavaScript???
PyScript - Run Python in the Browser! THE END of JavaScript??? 121gamers 1 Views • 1 year ago

PyScript is a framework that allows users to create Python applications in the browser using HTML. In this video we have a look at it and I show you how it works:

Resources:
- Website:
https://pyscript.net/
- Blog: https://engineering.anaconda.c....om/2022/04/welcome-p
- GitHub: https://github.com/pyscript/pyscript
- WASM in 100 seconds: https://youtu.be/cbB3QEwWMlA

Get my Free NumPy Handbook:
https://www.python-engineer.com/numpybook

✅ Write cleaner code with Sourcery, instant refactoring suggestions in VS Code & PyCharm: https://sourcery.ai/?utm_source=youtube&utm_campaign=pythonengineer *

⭐ Join Our Discord : https://discord.gg/FHMg9tKFSN

📓 ML Notebooks available on Patreon:
https://www.patreon.com/patrickloeber

If you enjoyed this video, please subscribe to the channel:
▶️ : https://www.youtube.com/channe....l/UCbXgNpp0jedKWcQiU

~~~~~~~~~~~~~~~ CONNECT ~~~~~~~~~~~~~~~

🖥️ Website: https://www.python-engineer.com
🐦 Twitter - https://twitter.com/patloeber
✉️ Newsletter - https://www.python-engineer.com/newsletter
📸 Instagram - https://www.instagram.com/patloeber
🦾 Discord: https://discord.gg/FHMg9tKFSN
▶️ Subscribe: https://www.youtube.com/channe....l/UCbXgNpp0jedKWcQiU

~~~~~~~~~~~~~~ SUPPORT ME ~~~~~~~~~~~~~~

🅿 Patreon - https://www.patreon.com/patrickloeber

#Python

----------------------------------------------------------------------------------------------------------
* This is an affiliate link. By clicking on it you will not have any additional costs, instead you will support me and my project. Thank you so much for the support! 🙏

Getting Started With Microsoft Graph API For Python Development (Set Up & Authentication)
Getting Started With Microsoft Graph API For Python Development (Set Up & Authentication) 121gamers 1 Views • 1 year ago

Until recently, I was able to finally figure out the workflow that I am satisfied with connecting to Microsoft Graph API to automate different Office applications. So in this tutorial, I will show you how to setup and connect to Microsoft Graph API in Python first, then I will cover how to automate different office web applications such as OneDrive, OneNote, Outlook, and other applications.

PS: this approach will work with both personal and work accounts.

► Reference:
-------------------------------------------------------------------------------------------
📑 ClientApplication class reference:
https://docs.microsoft.com/en-....us/python/api/msal/m
📺 Start calling the Microsoft Graph API in under 5 minutes! | Tips & Tricks: https://www.youtube.com/watch?v=f_3wc4UgqTI
📑 Microsoft Graph Explorer: https://developer.microsoft.co....m/en-us/graph/graph-
📑 Getting Started With Google API: https://youtu.be/I5ili_1G0Vk

► Follow Up Videos:
---------------------------------------------------------------------------------------------------------------
📺 Create Access Token To Microsoft Graph API In Python: https://youtu.be/7ywUs54eGBo
📺 Save Microsoft Graph API Token In A Token File: https://youtu.be/AjOfAQCZsJU

► Buy Me a Coffee? Your support is much appreciated!
---------------------------------------------------------------------------------------------------------------
☕ Paypal: https://www.paypal.me/jiejenn/5
☕ Venmo: @Jie-Jenn
💸 Join Robinhood with my link and we'll both get a free stock: https://bit.ly/3iWr7LC

► Support my channel so I can continue making free contents
---------------------------------------------------------------------------------------------------------------
🌳 Becoming a Patreon supporter: https://www.patreon.com/JieJenn
🛒 By shopping on Amazon → https://amzn.to/2JkGeMD
📘 Facebook Page → https://www.facebook.com/MadeInPython/
📘 More tutorial videos on my website → https://LearnDataAnalysis.org
✉️ Business Inquiring: YouTube@LearnDataAnalysis.org

► Timestamp
00:00 - Microsoft Graph API Overview & Agenda
02:13 - Setting Up App (App registrations)
03:26 - Dive into the Python Script
08:17 - Install MSAL Python Package
08:53 - Authenticate with Authorization Code (Method 1)
21:05 - Authenticate By Log In (Method 2)

#GraphAPI #AzureCloud #Azure

Python Live Chat Room Tutorial Using Flask & SocketIO
Python Live Chat Room Tutorial Using Flask & SocketIO 121gamers 1 Views • 1 year ago

Today, I will be showing you guys how to make a live chat application using Python, Flask & SocketIO! Please keep in mind, this tutorial is not for complete beginners, I recommend having some Python experience.

💻 Finished Code:
https://github.com/techwithtim..../Python-Live-Chat-Ap

💻 Flask Docs: https://flask-socketio.readthe....docs.io/en/latest/ge

💻 Master Blockchain and Web 3.0 development today by using BlockchainExpert: https://algoexpert.io/blockchain - use code "tim" for a discount!

💻 ProgrammingExpert is the best platform to learn how to code and become a software engineer as fast as possible! https://programmingexpert.io/tim - use code "tim" for a discount!

⭐️ Timestamps ⭐️

00:00 | Introduction and Demo
02:03 | Setup/Installation
03:44 | Flask Initialization
09:09 | HTML Templates
15:48 | Home Page - Create/Join Room
24:27 | POST Request, Form Data, Sessions
40:51 | Chat Room
49:40 | Flask - Socket Connecting
56:22 | Flask - Socket Disconnecting
00:00 | JavaScript - Socket Connection
01:06:55 | Sending Messages
01:13:58 | Finishing Touches

◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️
👕 Merchandise: https://teespring.com/stores/t....ech-with-tim-merch-s

📸 Instagram: https://www.instagram.com/tech_with_tim
📱 Twitter: https://twitter.com/TechWithTimm
⭐ Discord: https://discord.gg/twt
📝 LinkedIn: https://www.linkedin.com/in/tim-ruscica-82631b179/
🌎 Website: https://techwithtim.net
📂 GitHub: https://github.com/techwithtim
🔊 Podcast: https://anchor.fm/tech-with-tim

🎬 My YouTube Gear: https://www.techwithtim.net/gear/

💵 One-Time Donations: https://www.paypal.com/donate?....hosted_button_id=CU9
💰 Patreon: https://www.patreon.com/techwithtim
◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️

⭐️ Tags ⭐️
- Tech With Tim
- Live Chat Room Tutorial
- Python

⭐️ Hashtags ⭐️
#techwithtim #Chatroom #pythontutorial

Python Developer FREE में बनो | Viral Roadmap | FREE Courses With Certificates
Python Developer FREE में बनो | Viral Roadmap | FREE Courses With Certificates 121gamers 1 Views • 1 year ago

Doston agar apko ek python developer banana hai, ek high paying job pana hai, to aaj mai apko ek kamal ka Complete FREE Roadmap dikhane wala hun, jo kafi famous ho raha hai. aur all skills sikhane ke liye 40+ FREE courses bhi batane wala hun.

Get All 40+ FREE Python Courses:
https://bit.ly/3WapFGI

RoadMap: https://learnermap.com/roadmap-sh/


Let's Connect
📲 Telegram: https://telegram.me/Skillsiya
💻 Skillsiya Learning Portal: https://bit.ly/3yJ7Cyk
📲 Instagram: https://www.instagram.com/skillsiya/
📲 LinkedIn: https://www.linkedin.com/company/skillsiya-com/
---------------------------------------------------------------------------
Learn Complete 2D Animation In Hindi: 🔒https://bit.ly/328HpvJ
(Use Coupon Code, FZ30 To Get an Extra 30% off)

The Complete Motion Graphics Course In Hindi: 🔒https://bit.ly/3z3KFoF
(Use Coupon Code APP20 To Get an Extra 20% off)
-----------------------------------------------------
Thanks for Watching!

✨ Tags ✨


#Python #learnpython #ComputerCourses #Coding

Getting Started with Python in Visual Studio Code | Python with VSCode
Getting Started with Python in Visual Studio Code | Python with VSCode 121gamers 1 Views • 1 year ago

In this video I am going to show How to Set Up Python Development environment in Visual Studio Code in windows 10. I am also going to show ow to debug your python code using vs code. This process will also cover How to Install Python and Visual Studio Code for Windows 10. You are goint to Learn how to use the Visual Studio Code which is a cross-platform, free, and open source for all your Python development. We will see how to add Python Extension in VScode, add linting, add debugging and more.


★★★Top Online Courses From ProgrammingKnowledge ★★★
Python Programming Course ➡️
http://bit.ly/2vsuMaS ⚫️ http://bit.ly/2GOaeQB
Java Programming Course ➡️ http://bit.ly/2GEfQMf ⚫️ http://bit.ly/2Vvjy4a
Bash Shell Scripting Course ➡️ http://bit.ly/2DBVF0C ⚫️ http://bit.ly/2UM06vF
Linux Command Line Tutorials ➡️ http://bit.ly/2IXuil0 ⚫️ http://bit.ly/2IXukt8
C Programming Course ➡️ http://bit.ly/2GQCiD1 ⚫️ http://bit.ly/2ZGN6ej
C++ Programming Course ➡️ http://bit.ly/2V4oEVJ ⚫️ http://bit.ly/2XMvqMs
PHP Programming Course ➡️ http://bit.ly/2XP71WH ⚫️ http://bit.ly/2vs3od6
Android Development Course ➡️ http://bit.ly/2UHih5H ⚫️ http://bit.ly/2IMhVci
C# Programming Course ➡️ http://bit.ly/2Vr7HEl ⚫️ http://bit.ly/2W6RXTU
JavaFx Programming Course ➡️ http://bit.ly/2XMvZWA ⚫️ http://bit.ly/2V2CoAi
NodeJs Programming Course ➡️ http://bit.ly/2GPg7gA ⚫️ http://bit.ly/2GQYTQ2
Jenkins Course For Developers and DevOps ➡️ http://bit.ly/2Wd4l4W ⚫️ http://bit.ly/2J1B1ug
Scala Programming Tutorial Course ➡️ http://bit.ly/2PysyA4 ⚫️ http://bit.ly/2PCaVj2
Bootstrap Responsive Web Design Tutorial ➡️ http://bit.ly/2DFQ2yC ⚫️ http://bit.ly/2VoJWwH
MongoDB Tutorial Course ➡️ http://bit.ly/2LaCJfP ⚫️ http://bit.ly/2WaI7Ap
QT C++ GUI Tutorial For Beginners ➡️ http://bit.ly/2vwqHSZ

★★★ Online Courses to learn ★★★
Get 2 FREE Months of Unlimited Classes from skillshare - https://skillshare.eqcm.net/r1KEj
Data Science - http://bit.ly/2lD9h5L | http://bit.ly/2lI8wIl
Machine Learning - http://bit.ly/2WGGQpb | http://bit.ly/2GghLXX
Artificial Intelligence - http://bit.ly/2lYqaYx | http://bit.ly/2NmaPya
MERN Stack E-Degree Program - http://bit.ly/2kx2NFe | http://bit.ly/2lWj4no
DevOps E-degree - http://bit.ly/2k1PwUQ | http://bit.ly/2k8Ypfy
Data Analytics with R - http://bit.ly/2lBKqz8 | http://bit.ly/2lAjos3
AWS Certification Training - http://bit.ly/2kmLtTu | http://bit.ly/2lAkQL1
Projects in Java - http://bit.ly/2kzn25d | http://bit.ly/2lBMffs
Machine Learning With TensorFlow - http://bit.ly/2m1z3AF | http://bit.ly/2lBMhnA
Angular 8 - Complete Essential Guide - http://bit.ly/2lYvYRP
Kotlin Android Development Masterclass - http://bit.ly/2GcblsI
Learn iOS Programming Building Advance Projects - http://bit.ly/2kyX7ue


★★★ Follow ★★★
My Website - http://www.codebind.com

DISCLAIMER: This video and description contains affiliate links, which means that if you click on one of the product links, I’ll receive a small commission. This help support the channel and allows us to continue to make videos like this. Thank you for the support!

Complete Python Programming Roadmap | How to Become a Python Developer - 9 LPA 🤑
Complete Python Programming Roadmap | How to Become a Python Developer - 9 LPA 🤑 121gamers 1 Views • 1 year ago

Complete Python Programming Roadmap | How to Become a Python Developer - 9 LPA 🤑

💎 Get Access to Premium Videos and Live Streams:
https://www.youtube.com/channe....l/UC0T6MVd3wQDB5ICAe

WsCube Tech is a leading Web, Mobile App & Digital Marketing company, and institute in India.

We help businesses of all sizes to build their online presence, grow their business, and reach new heights.

👉For Digital Marketing services (Brand Building, SEO, SMO, PPC, SEM, Content Writing), Web Development and App Development solutions, visit our website: https://www.wscubetech.com/

👉Want to learn new skills and improve existing ones with in-depth and practical sessions? Enroll in our advanced online courses now and make yourself job-ready: https://courses.wscubetech.com/s/store

All the courses are job-oriented, up-to-date with the latest algorithms and modules, fully practical, and provide you hands-on projects.

👉 Want to learn and acquire skills in English? Visit WsCube Tech English channel: https://bit.ly/2M3oYOs

📞 For more info about the courses, call us: +91-7878985501, +91-9269698122

✅ CONNECT WITH THE FOUNDER (Mr. Kushagra Bhatia) -

👉 Instagram - https://www.instagram.com/kushagrabhatiaofficial
👉 LinkedIn - https://www.linkedin.com/in/kushagra-bhatia
👉 Facebook - https://www.facebook.com/kushagrawscubetech

Connect with WsCube Tech on social media for the latest offers, promos, job vacancies, and much more:

► Subscribe: http://bit.ly/wscubechannel
► Facebook: https://www.facebook.com/wscubetech.india
► Twitter: https://twitter.com/wscubetechindia
► Instagram: https://www.instagram.com/wscubetechindia/
► LinkedIn : https://www.linkedin.com/company/wscubetechindia/
► Youtube: https://www.youtube.com/c/wscubetechjodhpur
► Website: http://wscubetech.com
--------------------------------------| Thanks |---------------------------
#python #pythonprogramming #pythondeveloper

PYTHON TUTORIAL | PYTHON BASICS ON UBUNTU LINUX | How to get started with Python on Ubuntu?
PYTHON TUTORIAL | PYTHON BASICS ON UBUNTU LINUX | How to get started with Python on Ubuntu? 121gamers 1 Views • 1 year ago

❗❗❗❗❗❗❗❗❗❗❗❗❗❗❗❗❗❗❗❗❗❗❗❗❗❗❗❗❗❗❗❗
SUBSCRIBE TO MY NEW CHANNEL HERE:
https://www.youtube.com/channe....l/UC791gwvptBLgVRpDs
❗❗❗❗❗❗❗❗❗❗❗❗❗❗❗❗❗❗❗❗❗❗❗❗❗❗❗❗❗❗❗❗


Subscribe for more content!
In this video, we do the classic "Hello World" Program, the most basic python program known.

Hey everyone, I'm creating a Python basics series.


This Python basics tutorial series is on Ubuntu Linux. Why aren't you using Linux already? Leave a comment of course.

Watch more videos for the basics of python programming.


Twitter:
https://twitter.com/MonkhouseTom

Dermot Kennedy - Melodies (from the Netflix Series
Dermot Kennedy - Melodies (from the Netflix Series 121gamers 1 Views • 2 months ago

Listen to “Melodies” out now: https://nobodywantsthis.lnk.to/Melodies

Follow Dermot Kennedy:
Instagram: https://www.instagram.com/dermotkennedy/
TikTok: https://www.tiktok.com/@dermotkennedy
Twitter: https://twitter.com/DermotKennedy
Facebook: https://www.facebook.com/dermotkennedymusic
Spotify: https://dermotkennedy.lnk.to/DKSpotify
Apple Music: https://dermotkennedy.lnk.to/DKAppleMusic

Sign up to Dermot Kennedy's mailing list here: https://dermotkennedy.os.fan/sign-up

Lyrics:
I don’t hear melodies, I just hear words
When you say you love me, and that’s why it hurts
we used to sing symphonies
but now we can’t carry a tune
I don’t hear melodies
The way I used to do

I wanna see rainbows, but just I just see rain
I wish I could make believe, we feel the same way
We used to be colorful
But now we’re all wrapped in blue
I wanna see rainbows
The way I used to

So hold me to night
Like it’s the first time
Before we both find someone new
Baby don’t cry, there no need to lie
The right thing’s the hardest to do

Cuz you deserve melodies, more than just words
And I’ll always love you, that’s why it hurts
We used to sing symphonies, but now we can’t carry a tune
I wanna hear melodies the way I used to
I wanna hear melodies the way I used to

#DermotKennedy #Melodies #NobodyWantsThisSoundtrack

Dermot Kennedy - Power Over Me (Lyrics)
Dermot Kennedy - Power Over Me (Lyrics) 121gamers 1 Views • 2 months ago

Welcome to Lost Panda 🐼

“Dermot Kennedy - Power Over Me” Lyrics / Lyric Video by Lost Panda

⏬ Stream “Dermot Kennedy - Power Over Me” here
https://dermotkennedy.lnk.to/withoutfearID

🎧 Follow our Spotify playlist: https://spoti.fi/2WFX5B1

🔔 Turn on notifications to stay updated with new Lyrics / Lyric Videos by Lost Panda

👉 Lost Panda:
https://www.instagram.com/lostpandamu...
https://www.facebook.com/lostpandamusic/
https://twitter.com/lostpandamusic
Lostpandamusic.com/socials

👉 Dermot Kennedy:
https://www.instagram.com/dermotkennedy
https://www.facebook.com/dermotkenned...
https://twitter.com/dermotkennedy

“Dermot Kennedy - Power Over Me” Lyrics

[Verse 1]
I wanna be king in your story
I wanna know who you are
I want your heart to beat for me
Oh, I
Want you to sing to me softly
'Cause then I'm outrunning the dark
That's all that love ever taught me
Oh, I

[Pre-Chorus]
Call and I'll rush out
All out of breath now

[Chorus]
You've got that power over me, my my
Everything I hold dear resides in those eyes
You've got that power over me, my my
The only one I know, the only one on my mind
You've got that power over me (My my)
You've got that power over me (My my)
You've got that power over me

[Verse 2]
Remember the lake in the moonlight?
Remember you shivered and shone?
I'll never forget what you looked like on that night
But I know that time's gonna take me
I know that day's gonna come
I just want the devil to hate me
Oh, I

[Pre-Chorus]
Call and I'll rush out
All out of breath now

[Chorus]
You've got that power over me, my my
Everything I hold dear resides in those eyes
You've got that power over me, my my
The only one I know, the only one on my mind
You've got that power over me (My my)
You've got that power over me (My my)
You've got that power over me

[Post-Chorus]
It was all in doubt, they were all around

[Bridge]
So we hide away and never tell
You decide if darkness knows you well
That lesson of love, all that it was
I need you to see

[Chorus]
You've got that power over me, my my
Everything I hold dear resides in those eyes
You've got that power over me, my my
The only one I know, the only one on my mind
You've got that power over me
(Woo)


[Post-Chorus]
I know that I let her down, no
Let her down, no

[Chorus]
You've got that power over me, my my
Everything I hold dear resides in those eyes
Got that power over me, my my
The only one I know, the only one on my mind
You've got that power over me

.........
📷 Wallpaper: Soheli

👩‍💻 Share “Dermot Kennedy - Power Over Me” Lyrics with your friends!
https://youtu.be/Mur0OvPA6Rk
.........

If you like “Dermot Kennedy - Power Over Me” Subscribe here:
https://lostpandamusic.com/subscribe

Comment a 🐼 if you got this far

#DermotKennedy #PowerOverMe #Lostpanda #Lyrics #lyricvideo #Rap #urban #pop #music #vocals #lostpandamusic

Showing 559 out of 560