Top videos

Android Chat App in Python
Android Chat App in Python 121gamers 2 Views • 2 years ago

Today we build a fully-functioning Android chat app in Python. Including the server, which is running on the internet.

Get up to 91% off the yearly plans using the following link:
https://hostinger.com/neuralnine

Coupon Code: NEURALNINE

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/
💻 The Algorithm Bible Book: https://www.neuralnine.com/books/
👕 Programming Merch: https://www.neuralnine.com/shop

🌐 Social Media & Contact 🌐
📱 Website: https://www.neuralnine.com/
📷 Instagram: https://www.instagram.com/neuralnine
🐦 Twitter: https://twitter.com/neuralnine
🤵 LinkedIn: https://www.linkedin.com/company/neuralnine/
📁 GitHub: https://github.com/NeuralNine
🎙 Discord: https://discord.gg/JU4xr8U3dm

🎵 Outro Music From: https://www.bensound.com/


Timestamps:
(0:00) Intro
(0:15) Preview Demonstration
(2:05) Hosting The Chat Server
(3:56) VPS Server Setup
(6:23) Coding The Server
(16:11) Design The App UI
(28:44) Coding The Client
(41:11) Compiling For Android
(45:26) Final Demonstration
(46:36) Outro

How to Install Python on Mac OS and How to Run Python code
How to Install Python on Mac OS and How to Run Python code 121gamers 2 Views • 2 years ago

How to install Python on Mac OS and How to write and execute or run your first Python program on Mac OS will be covered in this video.
We start by installing Python 3 and then go through 3 ways to write and execute Python program on Mac.
3 ways to write and execute Python program covered in this video are:
1. Using IDLE, which is an IDE that comes along with Python installation.
2. Using any text editor (in my case I use Atom) to write python program and then execute the program using Terminal window.
3. By using Visual Studio Code (or simple VS Code), which is considered as one of the best IDE for Python.

Installing Python 3 on Mac can be confusing due to the existence of Python 2 which is preinstalled on all Mac OS. However, Python 2 and Python 3 can co-exist on the same machine hence we do not need to uninstall Python 2 before installing Python 3.

To Install Python 3, there are no prerequisites, and the installation is pretty straight forward.
To run your Python code may be confusing for beginners hence in this video we cover 3 different ways or 3 different editors which can be used to get started with writing and running python code.

When executing python code through IDLE, it’s essential to execute the RUN command from the text editor and then view the output in IDLE interpreter.
Whereas text editor does not have the functionality to run program by itself hence we use Terminal window to run the program.
Visual Studio Code (or simple VS Code) along with PyCharm, Jupiter Notebook and few others are considered as one of the best IDE for Python hence in this video we show how VS Code can be used to write and Run Python program.

The video is aimed at helping beginners to get started with installation of Python programming language on Mac and by showing multiple ways to start writing and executing Python code.

Reference Links:
Python Download:
https://www.python.org/downloads/

Visual Studio Code Download:
https://code.visualstudio.com/download

Atom Download:
https://atom.io/


Please like, subscribe and click on the notification bell to be notified of my latest video’s.

🔴 WATCH MORE VIDEOS HERE 👇

✅ SQL Tutorial - Basic concepts:
https://www.youtube.com/playli....st?list=PLavw5C92dz9

✅ SQL Tutorial - Intermediate concepts:
https://www.youtube.com/playli....st?list=PLavw5C92dz9

✅ SQL Tutorial - Advance concepts:
https://www.youtube.com/playli....st?list=PLavw5C92dz9

✅ Practice Solving Basic SQL Queries:
https://www.youtube.com/playli....st?list=PLavw5C92dz9

✅ Practice Solving Intermediate SQL Queries:
https://www.youtube.com/playli....st?list=PLavw5C92dz9

✅ Practice Solving Complex SQL Queries:
https://www.youtube.com/playli....st?list=PLavw5C92dz9

✅ Data Analytics Career guidance:
https://www.youtube.com/playli....st?list=PLavw5C92dz9

✅ SQL Course, SQL Training Platform Recommendations:
https://www.youtube.com/playli....st?list=PLavw5C92dz9

✅ Python Tutorial:
https://www.youtube.com/playli....st?list=PLavw5C92dz9

✅ Git and GitHub Tutorial:
https://www.youtube.com/playli....st?list=PLavw5C92dz9

✅ Data Analytics Projects:
https://www.youtube.com/playli....st?list=PLavw5C92dz9

THANK YOU,
Thoufiq

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 2 Views • 2 years 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

Kivy Tutorial #1 - How to Create Mobile Apps With Python
Kivy Tutorial #1 - How to Create Mobile Apps With Python 121gamers 2 Views • 2 years ago

This kivy tutorial covers how to create mobile apps using python. Kivy allows for development of cross compatible apps using python and the kv language. It is fairly straight forward to use and is very powerful.

Text-Based Tutorial:
https://techwithtim.net/tutori....als/kivy-tutorial/se

Looking to learn python? Enroll in my course!
https://tech-with-tim.teachabl....e.com/p/the-fundamen

PIP Commands:
python -m pip install --upgrade pip wheel setuptools
python -m pip install docutils pygments pypiwin32 kivy.deps.sdl2 kivy.deps.glew
python -m pip install kivy.deps.gstreamer
python -m pip install kivy.deps.angle
python -m pip install pygame
python -m pip install kivy

Python OOP Tutorials: https://www.youtube.com/watch?v=v_Jp11xqCzg&list=PLzMcBGfZo4-l1MqB1zoYfqzlj_HH-ZzXt


**************************************************************
WEBSITE: https://techwithtim.net

One-Time Donations: https://goo.gl/pbCE9J

Support the Channel: https://www.patreon.com/techwithtim

Twitter: https://twitter.com/TechWithTimm

Join my discord server: https://discord.gg/pr2k55t
**************************************************************

Please leave a LIKE and SUBSCRIBE for more content!

Tags:
- Tech With Tim
- Kivy Tutorial
- How to create apps with python
- Kivy tutorial python
- Python kivy tutorial

Getting Started with Python in Visual Studio Code | Python with VSCode
Getting Started with Python in Visual Studio Code | Python with VSCode 121gamers 2 Views • 2 years 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!

Is Python Really Needed For a Data Analyst Job?
Is Python Really Needed For a Data Analyst Job? 121gamers 2 Views • 2 years ago

In this video, I will discuss how much Python you should learn for a data analyst job.

Pandas playlist:
https://www.youtube.com/playli....st?list=PLeo1K3hjS3u
Python course: https://codebasics.io/courses/....python-for-beginner-

Do you want to learn technology from me? Check https://codebasics.io/?utm_source=description&utm_medium=yt&utm_campaign=description&utm_id=description for my affordable video courses.

Need help building software or data analytics/AI solutions? My company https://www.atliq.com/ can help. Click on the Contact button on that website.

🎥 Codebasics Hindi channel: https://www.youtube.com/channe....l/UCTmFBhuhMibVoSfYo

#️⃣ Social Media #️⃣
🔗 Discord: https://discord.gg/r42Kbuk
📸 Dhaval's Personal Instagram: https://www.instagram.com/dhavalsays/
📸 Codebasics Instagram: https://www.instagram.com/codebasicshub/
🔊 Facebook: https://www.facebook.com/codebasicshub
📱 Twitter: https://twitter.com/codebasicshub
📝 Linkedin (Personal): https://www.linkedin.com/in/dhavalsays/
📝 Linkedin (Codebasics): https://www.linkedin.com/company/codebasics/
🔗 Patreon: https://www.patreon.com/codeba....sics?fan_landing=tru

Setup Python Using Visual Studio Code On Mac | VSCode Python | Python Mac | Python 3
Setup Python Using Visual Studio Code On Mac | VSCode Python | Python Mac | Python 3 121gamers 2 Views • 2 years ago

🚀 Get 100% Off Your First Month with CustomGPT! 🚀

Sign up for a Standard CustomGPT.ai subscription using my referral link and enjoy 100% off your first month. Plus, you'll help support my channel with a 15% commission at no extra cost to you!

🔗 Referral Link:
https://customgpt.ai/?fpr=sonarsystems
🎟️ Coupon Code: AFFILIATEPARTNER Python: https://www.python.org/
VSCode: https://code.visualstudio.com/

Discord: https://discordapp.com/invite/Qn4tSPD

This video has been made with Fair Use in mind and has been created as an educational piece of media.

Like our content and want to support us more directly? Help Us, Help You! https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=6DF2Q8TR5FB3E

If you like this stuff, as always, show the love through comments, likes, favorites, subscriptions, etc.

#vscode #python #sonarsystems #snrsys

Our Website
-----------------------------------------------------------------------------------
http://www.sonarsystems.co.uk/
► Tens of thousands of free videos at www.sonarlearning.co.uk
► If you have any questions feel free to post them at http://www.sonarlearning.co.uk/questions.php


Our Social Media
-----------------------------------------------------------------------------------
► Facebook → https://www.facebook.com/pages..../Sonar-Systems/58140
► Twitter → https://twitter.com/SonarSystems
► Donate → https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=6DF2Q8TR5FB3E
► Discord → https://discordapp.com/invite/Qn4tSPD


Our games made with love
-----------------------------------------------------------------------------------
► iOS → https://itunes.apple.com/us/ar....tist/sonar-systems/i
► Google Play→ https://play.google.com/store/....apps/developer?id=So


Check out our books:
-----------------------------------------------------------------------------------
► Cocos2d-x → https://www.packtpub.com/game-....development/cocos2d-
► Bootstrap 4 → https://www.packtpub.com/web-d....evelopment/responsiv
► OpenGL → https://www.packtpub.com/game-....development/learn-op

Drone Programming With Python Course | 3 Hours | Including x4 Projects | Computer Vision
Drone Programming With Python Course | 3 Hours | Including x4 Projects | Computer Vision 121gamers 2 Views • 2 years ago

🚨🚨📢📢 NEW AI Drone Programming Course 🚨🚨📢📢
https://www.kickstarter.com/pr....ojects/cvweb/ai-dron


This is the Drone programming with python course. Here we are going to learn the basics of a drone including the components and how the drone flies. Then we will look at the installations and the basic movements along with image capture. From there we will create exciting projects including Surveillance drones, Face tracking, and line following drones.
If you are a beginner don't worry this course is for you we will focus on the implementation part so that you can get the most practical experience out of this. And even though we will be using a specific drone for this course 80% of the material covered in this course can be used with any drone.

Advanced Drone Programming Course:
https://bit.ly/3qs3v5g

Buy the Tello Drone:
https://amzn.to/2t4l2pW

Download Code:
https://www.computervision.zon....e/courses/drone-prog

Premium Courses:
✔️ Computer Vision Game Development Course:
https://bit.ly/3ttLZ2s
✔️ Computer Vision with Arduino Course:
https://bit.ly/3wzLB4m
✔️ Advanced Drone Programming Course:
https://bit.ly/3qs3v5g
✔️ Learn to Build Computer Vision Mobile Apps:
https://bit.ly/3uioY1J
✔️ Jetson Nano Premium Course:
https://bit.ly/3L8uIlF

Follow Me:
TikTok: https://bit.ly/3Vo76OQ
Facebook Group: https://bit.ly/3irDcb7
Discord: https://bit.ly/3JvyxAM
Facebook Page: https://bit.ly/3IvpU7W
Instagram : https://bit.ly/3NdGME3
Website: https://bit.ly/3ICFTS0
Github: https://bit.ly/3woU6PS

⚙️⚙️⚙️—-My Gear — ⚙️⚙️⚙️
👉 Complete Gear 💈: https://www.computervision.zone/tech-gear/
👉 My PC Specs 🖥️: https://www.computervision.zone/tech-gear/filter/tax/tgcat:285/
👉 My Video Shooting Gear📽️ : https://www.computervision.zone/tech-gear/filter/tax/tgcat:284/
👉 My Laptops 💻: https://www.computervision.zone/tech-gear/filter/tax/tgcat:290/
👉 Educational Products🧑‍🎓: https://www.computervision.zone/tech-gear/filter/tax/tgcat:295/
👉 Youtube Starter Kit 🔴: https://www.computervision.zone/tech-gear/filter/tax/tgcat:299/


My Setup:
Mouse: https://amzn.to/3tsx3BR
Mechanical Keyboard: https://amzn.to/3JyVV0q
Normal Keyboard: https://amzn.to/3L325WJ
GPU: https://amzn.to/3NdzmjW
CPU: https://amzn.to/3wsmhgI
SSD: https://amzn.to/3wzY7AS
MIC: https://amzn.to/3D43TMk
Camera: https://amzn.to/36yvl90
3D Printer: https://amzn.to/3ipWNZ4
Sim Race: https://amzn.to/3IqfvKJ

#ComputerVision
#OpenCV
#CVZone

Time Stamps:
00:00 Intro
1:00 What is a drone?
2:14 Components of a drone
05:56 How does a drone fly?
08:42 Tello Drone
11:25 App Setup and Test Run
15:07 Installations
19:21 Basic Movements
31:16 Image Capture
36:27 Keyboard Control
59:13 Project 1 - Surveillance
1:10:34 Project 2 - Mapping
1:52:15 Project 3 - Face Tracking
2:32:18 Project 4 - Line Follower

Learn Backend Development in 4 Hours | Backend Web Development Full Course
Learn Backend Development in 4 Hours | Backend Web Development Full Course 121gamers 2 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

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

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 2 Views • 2 years 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

Learn Blockchain, Solidity, and Full Stack Web3 Development with JavaScript – 32-Hour Course
Learn Blockchain, Solidity, and Full Stack Web3 Development with JavaScript – 32-Hour Course 121gamers 2 Views • 2 years ago

This course will give you a full introduction into all of the core concepts related to blockchain, smart contracts, Solidity, ERC20s, full-stack Web3 dapps, decentralized finance (DeFi), JavaScript, TypeScript, Chainlink, Ethereum, upgradable smart contracts, DAOs, the graph, moralis, aave, IPFS, and more. Follow along with the videos and you'll be a blockchain wizard in no time!

💻 Code, resources, and support forum:
https://github.com/smartcontra....ctkit/full-blockchai
Please reference the repo for anything you need and feel free to leave issues and participate in the discussions.

⭐️ Course Contents ⭐
⌨️ (00:00:00) Lesson 0: Welcome To Blockchain
⌨️ (00:09:05) Lesson 1: Blockchain Basics
⌨️ (02:01:16) Lesson 2: Welcome to Remix! Simple Storage
⌨️ (03:05:34) Lesson 3: Remix Storage Factory
⌨️ (03:31:55) Lesson 4: Remix Fund Me
⌨️ (05:30:42) Lesson 5: Ethers.js Simple Storage
⌨️ (08:20:17) Lesson 6: Hardhat Simple Storage
⌨️ (10:00:48) Lesson 7: Hardhat Fund Me
⌨️ (12:32:57) Lesson 8: HTML / Javascript Fund Me (Full Stack / Front End)
⌨️ (13:41:02) Lesson 9: Hardhat Smart Contract Lottery
⌨️ (16:34:07) Lesson 10: NextJS Smart Contract Lottery (Full Stack / Front End)
⌨️ (18:51:36) Lesson 11: Hardhat Starter Kit
⌨️ (18:59:24) Lesson 12: Hardhat ERC20s
⌨️ (19:16:13) Lesson 13: Hardhat DeFi & Aave
⌨️ (20:28:51) Lesson 14: Hardhat NFTs
⌨️ (23:37:03) Lesson 15: NextJS NFT Marketplace (Full Stack / Front End)
⌨️ (28:53:11) Lesson 16: Hardhat Upgrades
⌨️ (29:45:24) Lesson 17: Hardhat DAOs
⌨️ (31:28:32) Lesson 18: Security & Auditing

✏️ Course developed by Patrick Collins. Check out his YouTube channel: https://www.youtube.com/c/patrickcollins

Follow Patrick!
🐦 Twitter: https://twitter.com/PatrickAlphaC
📺 YouTube: https://www.youtube.com/c/PatrickCollins
✍️ Medium: https://medium.com/@patrick.collins_58673
💻 GitHub: https://github.com/PatrickAlphaC
🏢 LinkedIn: https://www.linkedin.com/in/patrickalphac/

🎉 Special thanks to Sjors Ottjes. His amazing project, https://subtitletools.com, helped make the subtitles possible.

🎉 Thanks to our Champion and Sponsor supporters:
👾 Raymond Odero
👾 Agustín Kussrow
👾 aldo ferretti
👾 Otis Morgan
👾 DeezMaster

--

Learn to code for free and get a developer job: https://www.freecodecamp.org

Read hundreds of articles on programming: https://freecodecamp.org/news

How to Learn Python Programming Language From Basic? – [Hindi] – Quick Support
How to Learn Python Programming Language From Basic? – [Hindi] – Quick Support 121gamers 2 Views • 2 years ago

#HowtoLearnPythonProgrammingLanguageFromBasic? #Education #QuickSupport

Want to get discounts? Use the code BROTOBRO to get 10% off on all the GeeksforGeeks courses.

Subscribe to GeeksforGeeks’ Python channel: https://www.youtube.com/channel/UCnzGP3I7XzlEU52CJ5B7F8Q?utm_source=QS&utm_medium=Ytube&utm_campaign=QS_Pytube

If you are in school or want to get your basics clear of Python, check out this free course:
https://practice.geeksforgeeks.org/courses/start-with-python-kids?utm_source=QS&utm_medium=Ytube&utm_campaign=QS_Pycourse

Check out the Python Foundation level course by GeeksforGeeks:
https://practice.geeksforgeeks.org/courses/Python-Foundation?utm_source=QS&utm_medium=Ytube&utm_campaign=QS_Pyfoundcourse

If you want to learn Machine learning’s foundation:
https://practice.geeksforgeeks.org/courses/machine-learning-live?utm_source=QS&utm_medium=Ytube&utm_campaign=QS_Mlfoundcourse

How to Learn Python Programming Language From Basic? – [Hindi] – Quick Support. क्या आपको प्रोग्रामिंग पसंद है? क्या आप इस फील्ड में बिगिनर हैं और अपना करियर.. प्रोग्रामिंग के कॉम्पिटिटिव वर्ल्ड में स्टार्ट करना चाहते हैं? और क्या एक बिगिनर के तौर पर आप पाइथन लर्निंग के लिए रिसोर्सेस ढूँढ़ रहे हैं? अगर हाँ, तो आज का ये वीडियो आपके लिए है क्योंकि इस वीडियो में हम आपको बताएंगे कि आप कैसे पाइथन प्रोग्रामिंग लैंग्वेज को स्टेप बाय स्टेप सीख सकते हैं, वो भी एकदम बेसिक्स से एडवांस्ड लेवल तक। इसीलिए इस विडियो को पूरा जरुर देखे |

Website:
https://qsofficial.com

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

Twitter: https://twitter.com/QS_Channel

Instagram: https://www.instagram.com/quick_support007

Youtube: https://www.youtube.com/c/QuickSupport

Linkedin: https://www.linkedin.com/in/Anil-Nakrani

Channel Owner: Anil Nakrani

Let's code a SNAKE GAME in python! 🐍
Let's code a SNAKE GAME in python! 🐍 121gamers 2 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
===========================================================

Build GUIs Using Python | Python Tkinter in 30 mins | Login App GUI
Build GUIs Using Python | Python Tkinter in 30 mins | Login App GUI 121gamers 2 Views • 2 years ago

Tkinter is the de facto way in Python to create Graphical User interfaces (GUIs) and is included in all standard Python Distributions. In fact, it's the only framework built into the Python standard library.

Code -
https://github.com/campusx-off....icial/python-gui-tki

Wallpaper Viewer App using Tkinter - https://youtu.be/vjh0Cqudqa0
Calculator App - https://youtu.be/owbU6WzIhhg

============================
Do you want to learn from me?
Check my affordable mentorship program at : https://learnwith.campusx.in
============================

📱 Grow with us:
CampusX' LinkedIn: https://www.linkedin.com/company/campusx-official
CampusX on Instagram for daily tips: https://www.instagram.com/campusx.official
My LinkedIn: https://www.linkedin.com/in/nitish-singh-03412789
Discord: https://discord.gg/PsWu8R87Z8

👍If you find this video helpful, consider giving it a thumbs up and subscribing for more educational videos on data science!

💭Share your thoughts, experiences, or questions in the comments below. I love hearing from you!

Build a Stock Trend Prediction Web App in Python | GeeksforGeeks
Build a Stock Trend Prediction Web App in Python | GeeksforGeeks 121gamers 2 Views • 2 years ago

In this video, we're going to discuss how to create a Stock Trend Prediction Web Application in Python. Here we will use Streamlit, an open-source Python library, that makes it easy to build beautiful custom web apps for Machine Learning and Data Science.

Get Python Tutorials For Free [
https://www.geeksforgeeks.org/....python-programming-l

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

🔴 Data Science Projects made easy with Colab AI: https://www.youtube.com/watch?v=Gt5ZkoFrgyE

🔴 Python Projects Playlist: https://youtube.com/playlist?list=PLqM7alHXFySExPLJSzpKfKe6JO44Qm0qj&si=8Ogshi-QRb0LdPL8

🔴 Machine Learning Playlist: https://youtube.com/playlist?list=PLqM7alHXFySGTcwBQV-hYDkYAPJ4EPHe9&si=EnB88Ud-m0AGGyIu

🔴 Frontend Projects Tutorials: https://www.youtube.com/playli....st?list=PLqM7alHXFyS

🔴 C++ vs Java vs Python: https://www.youtube.com/watch?v=s28JOUvfLPA&t=399s

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

📚 Explore Our Courses: https://practice.geeksforgeeks.org/courses?utm_source=youtube&utm_medium=main_channel&utm_campaign=general

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

Follow us for more fun, knowledge, and resources:

💬 Twitter- https://twitter.com/geeksforgeeks
🧑‍💼 LinkedIn- https://www.linkedin.com/company/geeksforgeeks
📷 Instagram- https://www.instagram.com/geeks_for_geeks/?hl=en
💌 Telegram- https://t.me/s/geeksforgeeks_official

📱 Download GeeksforGeeks' Official App: https://geeksforgeeksapp.page.link/gfg-app

Showing 631 out of 632