How-to & Style


Learn how to write your first TODO App with Flask in this Crash Course. Flask is one of the most popular web frameworks written in Python. Flask is a lightweight framework that is perfect for beginners. It is designed to make getting started quick and easy, with the ability to scale up to complex applications. Learn how to:
- Install and Setup Flask
- Define routes
- Use templates
- Use a Database (we use SQLAlchemy and SQLite Database)
- Build TODO App functionality
- Add styling with Semantic UI
~~~~~~~~~~~~~~ GREAT PLUGINS FOR YOUR CODE EDITOR ~~~~~~~~~~~~~~
✅ Write cleaner code with Sourcery: https://sourcery.ai/?utm_source=youtube&utm_campaign=pythonengineer *
📚 Get my FREE NumPy Handbook:
https://www.python-engineer.com/numpybook
📓 Notebooks available on Patreon:
https://www.patreon.com/patrickloeber
⭐ Join Our Discord : https://discord.gg/FHMg9tKFSN
If you enjoyed this video, please subscribe to the channel!
You can find the code here:
https://github.com/patrickloeber/flask-todo
Flask: https://flask.palletsprojects.com/en/1.1.x/
Semantic UI: https://semantic-ui.com/
You can find me here:
Website: https://www.python-engineer.com
Twitter: https://twitter.com/patloeber
GitHub: https://github.com/patrickloeber
Icons:
https://fontawesome.com/icons/check
https://fontawesome.com/icons/bars
#Python #Flask
----------------------------------------------------------------------------------------------------------
* This is a sponsored 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! 🙏


Find out How To Learn Python? Best Python Learning App For Beginners! How to start learning Python programming language?
SoloLearn: https://play.google.com/store/apps/details?id=com.sololearn&hl=en
Be Anonymous on the Internet! Hide your IP address!:
🔶 ExpressVPN: http://theappsworld.com/link/expressvpn (Best VPN)
🔹 NordVPN: http://theappsworld.com/link/nordvpn (Best Cheap VPN)
🔶 PureVPN: http://theappsworld.com/link/purevpn728
Visit: http://theappsworld.com/best-a....pps-to-play-games-an
Remember to hit thumbs up, subscribe our channel and leave a comment!
- - - - - - - - - - - - - - - - - - - - -
🤑 Buy Bitcoin for 100$ and get 10$ for free!: https://goo.gl/Cd8E75 (Coinbase)
🔵 Best cryptocurrency exchange: https://goo.gl/MrDf24 (Binance)
🔺Brave Browser: https://brave.com/uqf146
- - - - - - - - - - - - - -


Click Here for Python Course in Telugu 👇
https://pythonlife.in/python-course-in-telugu.html
Telegram:
https://t.me/python_life_telugu
GitHub link:
https://github.com/kiransagar1
Instagram-link:
https://www.instagram.com/pythonlifetelugu/?hl=en
Facebook link:
https://m.facebook.com/Python-....life-telugu-10711138
Linkedin:
https://www.linkedin.com/in/kiran-sagar-a00a761b2


In this tutorial you will learn How to run Python Programs ( .py files ) on windows 11 computer.
We can use Python command prompt and idle interactive interface or we can write the program in a simple text editor like notepad and execute the program using cmd.
We also can use IDLE to write the program, save it as a file and run it.
Download and install Python in Windows 11
https://youtu.be/DjbDQfnnKWo
our Social Media Pages
https://www.facebook.com/ExampleProgram
https://www.twitter.com/ExampleProgram
https://www.Instagram.com/example_program
Our Website
https://www.ExampleProgram.com
#ExampleProgram


In this tutorial, you will learn how to create your very first API using the FastAPI framework in Python. FastAPI is a modern, fast (high-performance), web framework for building APIs with Python 3.6+ based on standard Python type hints.
▶ Become job-ready with Python:
https://www.indently.io
▶ Follow me on Instagram:
https://www.instagram.com/indentlyreels


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


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


Crea un' app mobile in modo SEMPLICE e RAPIDO con Kivy, il framework Python per creare app Android e iOS per il tuo smartphone!
In questo Kivy tutorial italiano imparerai come creare un app e come trasferirla sul tuo smartphone per installarla e portarla con tue quando desideri!
👩🏻💻 Diventa Web Developer con Epicode!
https://epicode.com/it/landing-web-developer-a/?utm_source=youtube&utm_medium=video&utm_campaign=pitone
📌 PARTITA IVA con Fiscozen: consulenza GRATIS e 50€ di sconto ⏩
https://www.fiscozen.it/invito....PITONEPROGRAMMATORE5
🔖 Acquista il mio corso Python per Principianti a Prezzo Scontato!
https://www.pitoneprogrammatore.com
Per seguire questo tutorial devi installare Python sul PC, ecco come fare:
https://youtube.com/shorts/6XnjrU4J45o
Impara a programmare in Python da zero, col mio corso per principianti!:
https://youtu.be/_EsHwyjiqyQ
Scarica il file logo.png e lo script kivy_deploy.txt:
https://drive.google.com/file/....d/1R7Rm7XCC5_ZKa_IL_


WebSocket is a protocol for machine-to-machine communication that keeps a TCP connection open for bi-directional passing of information. The websocket is a connection between two computers. The connection can be used to either send or receive information from either computer. The websocket can be configured as a server or client. A websocket server listens for requests and returns a result based on the input. The server can also function as a client by sending information without a specific request.
Websockets Overview: https://apmonitor.com/dde/inde....x.php/Main/WebSocket


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


In this video you learn how to publish your own first Python package on PyPi, so that other people can install it using pip.
Vidstream Repo: https://github.com/NeuralNine/vidstream
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
💻 The Algorithm Bible Book: https://www.neuralnine.com/books/
🐍 The Python Bible Book: https://www.neuralnine.com/books/
👕 Programming Merch: https://www.neuralnine.com/shop
💻 Exclusive Content 💻
👥 Patreon: https://www.patreon.com/neuralnine
🌐 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
🎵 Outro Music From: https://www.bensound.com/


In this video, we learn how to dockerize or containerize Python applications that have a graphical user interface (GUI).
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 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/


#EngineeringDrive #Python #PythonSmartphone
In this video, the following topic is covered.
How to Practice Python Programs in Smartphone?
Website to Download My Subject Materials. 📚
http://engineeringdrive.blogspot.com/
Our Channel Playlists on Various Subjects 👇
NPTEL
https://youtube.com/playlist?l....ist=PL5Rc9H5eTGY4-ae
PREPARATION & EXAM TIPS
https://youtube.com/playlist?l....ist=PL5Rc9H5eTGY6dSE
APTITUDE SOLVING TRICKS
https://youtube.com/playlist?l....ist=PL5Rc9H5eTGY4Ut8
COMMUNICATION SKILLS
https://youtube.com/playlist?l....ist=PL5Rc9H5eTGY5Oc6
NEW TECHNOLOGIES
https://youtube.com/playlist?l....ist=PL5Rc9H5eTGY7wUH
ATEEQ'S TIPS
https://youtube.com/playlist?l....ist=PL5Rc9H5eTGY6Y2a
C PROGRAMMING
https://youtube.com/playlist?l....ist=PL5Rc9H5eTGY6jl9
DATA STRUCTURES
https://youtube.com/playlist?l....ist=PL5Rc9H5eTGY46HA
JAVA PROGRAMMING
https://youtube.com/playlist?l....ist=PL5Rc9H5eTGY5MJY
PYTHON
https://youtube.com/playlist?l....ist=PL5Rc9H5eTGY4e2F
COMPUTER ORGANIZATION
https://youtube.com/playlist?l....ist=PL5Rc9H5eTGY6MHq
OPERATING SYSTEMS
https://youtube.com/playlist?l....ist=PL5Rc9H5eTGY4rck
COMPUTER NETWORKS
https://youtube.com/playlist?l....ist=PL5Rc9H5eTGY4LE-
WEBINARS
https://youtube.com/playlist?l....ist=PL5Rc9H5eTGY45N8
COMMENT BOX | Q & A SERIES
https://youtube.com/playlist?l....ist=PL5Rc9H5eTGY46UR
Subscribe & Share Our Channel for More Latest Educational Videos on Regular Basis.
Thank You.


In this video, learn to download and install Python 3.11.4 on Windows 10. We will also set environment variables and verify the installation. With that, we will also run a sample Python code.
Python Study Material: https://studyopedia.com/tutorials/python3
Python Tutorial (English): https://youtu.be/HakXpkXcjdI
Python Tutorial (Hindi): https://youtu.be/b97WsOM9BYg
#Python #Windows #installation
-------------------------------------------------------------------------------------------------------------
✔️ My Website - https://studyopedia.com
✔️ Get Certified - https://bit.ly/3WV9sXK
👉 Follow me
LinkedIn - https://bit.ly/3C1CY4v
Instagram - https://bit.ly/3z8Fg1d
Telegram - https://bit.ly/3wWBh5i
-------------------------------------------------------------------------------------------------------------
► Top Free Video Tutorials
Python Tutorial (English)⭐️ https://youtu.be/HakXpkXcjdI
Python Tutorial (Hindi)⭐️ https://youtu.be/b97WsOM9BYg
Google Colab Tutorial ⭐️ https://youtu.be/iMlMfrXJYSg
Anaconda Tutorial ⭐️ https://youtu.be/ovlID7gefzE
PyCharm Tutorial ⭐️ https://youtu.be/nixcq6mEGWQ
MySQL Tutorial ⭐️ https://youtu.be/fFgdnS1laA0
SQL Tutorial ⭐️ https://youtu.be/7dcYlJcGhqk
VS Code Tutorial ⭐️ https://youtu.be/mK17Tel7dA8
Visual Studio Tutorial ⭐️https://youtu.be/REG-p_eFNIw
HTML Tutorial ⭐️ https://bit.ly/3Ts696N
Bootstrap Tutorial: https://youtu.be/nahewStckVU
VS Code Tutorial: https://youtu.be/mK17Tel7dA8
Visual Studio Tutorial: https://youtu.be/REG-p_eFNIw
► Programming - Free Study Material (Downloadable)
Python ⭐️ https://studyopedia.com/tutorials/python3
Numpy ⭐️ https://studyopedia.com/tutorials/numpy
Pandas ⭐️ https://studyopedia.com/tutorials/pandas
Matplotlib ⭐️ https://studyopedia.com/tutorials/matplotlib
Java ⭐️ https://studyopedia.com/tutorials/java
C ⭐️ https://studyopedia.com/tutorials/c-programming
C++ ⭐️ https://studyopedia.com/tutorials/cpp/
C# ⭐️ https://studyopedia.com/tutorials/csharp/
Numpy ⭐️ https://studyopedia.com/tutorials/numpy
Android ⭐️ https://studyopedia.com/tutorials/android
R ⭐️https://studyopedia.com/tutorials/r-tutorial
► Web Dev - Free Study Material (Downloadable)
HTML5 ⭐️ https://studyopedia.com/tutorials/html5
PHP ⭐️ https://studyopedia.com/tutorials/php
Bootstrap⭐️ https://studyopedia.com/tutorials/bootstrap/
JavaScript⭐️ https://studyopedia.com/tutorials/javascript/
jQuery⭐️ https://studyopedia.com/tutorials/jquery/
► Database - Free Study Material (Downloadable)
SQL ⭐️ https://studyopedia.com/tutorials/sql
MySQL ⭐️ https://studyopedia.com/tutorials/mysql
MongoDB⭐️ https://studyopedia.com/tutorials/mongodb
► CMS - Free Study Material (Downloadable)
WordPress ⭐️ https://studyopedia.com/tutorials/wordpress
Joomla⭐️ https://studyopedia.com/tutorials/joomla
Drupal ⭐️ https://studyopedia.com/tutorials/drupal
Magento ⭐️ https://studyopedia.com/tutorials/magento
PrestaShop ⭐️https://studyopedia.com/tutorials/prestashop/
OpenCart ⭐️https://studyopedia.com/tutorials/opencart/
osCommerce ⭐️https://studyopedia.com/tutorials/oscommerce/
► Free Interview QA
Python🔥https://studyopedia.com/java/java-interview-questions-and-answers
Java 🔥https://studyopedia.com/python3/python-multiple-choice-questions/
Android🔥https://studyopedia.com/android/android-interview-questions/
ReactJS🔥https://studyopedia.com/reactjs/react-interview-questions
Bootstrap 🔥https://studyopedia.com/bootstrap/bootstrap-interview-questions
SQL 🔥https://studyopedia.com/sql/sql-interview-questions
MongoDB 🔥https://studyopedia.com/mongodb/mongodb-interview-questions
MySQL 🔥https://studyopedia.com/mysql/mysql-interview-questions
👉 About Amit Thinks YouTube Channel
I am Amit Diwan, a self-made Entrepreneur, running "Amit Thinks", a Tech YouTube Channel. Also running an E-Learning website "studyopedia.com". We publish videos in English and Hindi on Programming, Databases, and Web Dev Technologies. I have left a job offer from Accenture and 3 government jobs to follow my dream of being an entrepreneur.
Join this channel to get access to perks:
https://www.youtube.com/channe....l/UCgnr2Lkl1LZf0IOKR
► Subscribe
https://www.youtube.com/@Amit.Thinks/
![Install & Setup Kivy + Create your first Kivy App with Python [for beginners]](https://i.ytimg.com/vi/lQkjroaPz80/maxresdefault.jpg)

Kivy is a popular mobile app dev framework in Python. Learn how to install and set Kivy up as well as learn how to create your first Kivy app.
In this video, you will install and setup Kivy as well as create a basic Kivy application.
This video is ideal for beginners who want to learn about setting up Kivy and creating a Kivy app.
Timestamps:
00:00 Introduction and Overview
01:00 Installing Kivy
04:15 Creating our first Kivy app
Socials:
My email: code.first.io@gmail.com
Tiktok: https://www.tiktok.com/@hala.codes
*************
**Tags**
Python GUI
Python Kivy
Kivy framework
KivyMD apps
KivyMD
Kivy install
Install Kivy
Kivy first app


Learn the basics of Django by building a simple online marketplace where people can buy and sell items. You will learn how to implement:
- Authentication
- Communication between users
- Dashboard for your items
- Form handling and customizations
- and more
✏️ The course is developed by CodeWithStein. Check out his channel:
https://www.youtube.com/c/CodeWithStein
CodeWithStein on twitter: https://twitter.com/codewithstein
💻 Code: https://github.com/SteinOveHelset/puddle
⭐️ Contents ⭐️
⌨️ (0:00:00) Demo
⌨️ (0:02:01) Introduction
⌨️ (0:02:20) Setting up
⌨️ (0:06:00) First app
⌨️ (0:24:51) Items
⌨️ (0:44:30) Item detail
⌨️ (0:55:56) Signing up
⌨️ (1:10:06) Logging in
⌨️ (1:15:44) Adding items
⌨️ (1:28:25) Dashboard
⌨️ (1:32:36) Delete items
⌨️ (1:36:58) Edit items
⌨️ (1:40:01) Searching
⌨️ (1:53:43) Communication
⌨️ (2:23:00) Summary
🎉 Thanks to our Champion and Sponsor supporters:
👾 Nattira Maneerat
👾 Heather Wcislo
👾 Serhiy Kalinets
👾 Erdeniz Unvan
👾 Justin Hual
👾 Agustín Kussrow
👾 Otis Morgan
--
Learn to code for free and get a developer job: https://www.freecodecamp.org
Read hundreds of articles on programming: https://freecodecamp.org/news


In this coding live stream I'll be creating an online chat application! The goal will be to create a basic front end with flask and handle communication and messaging through a python socket server. I will be continuing this coding livestream later tomorrow!
Part 2: https://www.youtube.com/watch?v=MgkldDDFJF4
GitHub Repo: https://github.com/techwithtim/Chat-Web-App
🎧 Music From: https://songwhip.com/artist/dorm-room-ambiance
Playlist: https://soundcloud.com/dormroo....m-ambiance/sets/codi
Help From: https://medium.com/swlh/lets-w....rite-a-chat-app-in-p
◾◾◾◾◾
💻 Enroll in The Fundamentals of Programming w/ Python
https://tech-with-tim.teachabl....e.com/p/the-fundamen
📸 Instagram: https://www.instagram.com/tech_with_tim
🌎 Website https://techwithtim.net
📱 Twitter: https://twitter.com/TechWithTimm
⭐ Discord: https://discord.gg/pr2k55t
📝 LinkedIn: https://www.linkedin.com/in/tim-ruscica-82631b179/
📂 GitHub: https://github.com/techwithtim
🔊 Podcast: https://anchor.fm/tech-with-tim
💵 One-Time Donations: https://www.paypal.com/donate/?token=m_JfrPK7DsK4PLk0CxNnv4VPutjqSldorAmgQIQnMozUwwQw93vdul-yhU06IwAuig15uG&country.x=CA&locale.x=
💰 Patreon: https://www.patreon.com/techwithtim
◾◾◾◾◾◾
⚡ Please leave a LIKE and SUBSCRIBE for more content! ⚡
⭐ Tags ⭐
- Tech With Tim
- Python Tutorials
- Coding livestream
- Live coding
- Python coding livestream
- tech with tim livestream
⭐ Hashtags ⭐
#Python #Coding #CodingLivestream


This python REST API tutorial will teach you how to build a python flask REST API. We will start by building a basic REST API then integrating that API with a flask SQL-Alchemy database. At the end of this video you will have a fully functioning REST API with python and flask.
📄 Requirements.txt Download: https://dev-cms.us-east-1.lino....deobjects.com/requir
📁 Code Download: https://dev-cms.us-east-1.lino....deobjects.com/Flask_
💻 Code via Website: https://techwithtim.net/flask-rest-api/
How to fix pip: https://www.youtube.com/watch?v=AdUZArA-kZw
Flask SQL Alchemy Basics: https://flask-sqlalchemy.palle....tsprojects.com/en/2.
⭐️ Timestamps ⭐️
00:00:00 - Introduction
00:02:43 - Installing Dependencies
00:06:20 - Building a Minimal Hello World API
00:08:50 - Adding Resources
00:11:24 - Sending Requests
00:13:33 - Understanding JSON
00:15:05 - Testing The Hello World API
00:16:40 - Handling Post Requests
00:17:33 - Passing Arguments
00:20:05 - Storing Data in Memory
00:26:49 - Request Argument Parser
00:33:21 - Sending Status Code
00:36:18 - Validating Requests
00:39:19 - Handling Delete Requests
00:45:20 - Installing Database Dependencies
00:46:31 - Database Configuration
00:48:38 - Creating a Model
00:53:10 - Querying Database
00:55:00 - Serializing Objects
00:58:05 - Adding Entries to the Database
1:05:06 - Handling Update Request
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
🔊 Subscribe to my second channel for weekly podcasts! https://www.youtube.com/channe....l/UCSATlCAUi7R0Ik-ws
💰 Courses & Merch 💰
💻 The Fundamentals of Programming w/ Python: https://tech-with-tim.teachabl....e.com/p/the-fundamen
👕 Merchandise: https://teespring.com/stores/t....ech-with-tim-merch-s
🔗 Social Medias 🔗
📸 Instagram: https://www.instagram.com/tech_with_tim
📱 Twitter: https://twitter.com/TechWithTimm
⭐ Discord: https://discord.gg/pr2k55t
📝 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 🎬
🎥 Main Camera (EOS Canon 90D): https://amzn.to/3cY23y9
🎥 Secondary Camera (Panasonic Lumix G7): https://amzn.to/3fl2iEV
📹 Main Lens (EFS 24mm f/2.8): https://amzn.to/2Yuol5r
🕹 Tripod: https://amzn.to/3hpSprv
🎤 Main Microphone (Rode VideoMic Pro): https://amzn.to/3d0KKMG
🎤 Secondary Microphone (Synco Wireless Lapel System): https://amzn.to/3e07Swl
🎤 Third Microphone (Blue Yeti USB Mic): https://amzn.to/3hoD625
☀️ Lights: https://amzn.to/2ApeiXr
⌨ Keyboard (Daskeyboard 4Q): https://amzn.to/2YpN5vm
🖱 Mouse (Steelseries Rival 300): https://amzn.to/3cVTqnD
📸 Webcam (Logitech 1080p Pro): https://amzn.to/2B2IXcQ
📢 Speaker (Beats Pill): https://amzn.to/2XYc5ef
🎧 Headphones (Bose Quiet Comfort 35): https://amzn.to/2MWbl3e
🌞 Lamp (BenQ E-reading Lamp): https://amzn.to/3e0UCr8
🌞 Secondary Lamp (BenQ Screenbar Plus): https://amzn.to/30Dtafi
💻 Main Monitor (LG 4K): https://amzn.to/37ybtiH
💻 Secondary Monitor (Thinkvision 1080p): https://amzn.to/2AyHR8H
🎤 XLR Microphone (Rode NT1): Not available
🎙 Mic Boom Arm (Rode PSA 1): https://amzn.to/30EZw9m
🎚 Audio Interface (Behringer 4 Channel): https://amzn.to/3fqm4z3
💾 Recorder (Zoom H6): https://amzn.to/2UIihVJ
◾ 💸 Donations 💸 ◾
💵 One-Time Donations: https://www.paypal.com/donate/?token=m_JfrPK7DsK4PLk0CxNnv4VPutjqSldorAmgQIQnMozUwwQw93vdul-yhU06IwAuig15uG&country.x=CA&locale.x=
💰 Patreon: https://www.patreon.com/techwithtim
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
⚡ Please leave a LIKE and SUBSCRIBE for more content! ⚡
⭐ Tags ⭐
- Tech With Tim
- Python REST API
- REST API Python
- Flask REST API
- Flask Python REST API
- REST API Tutorial
⭐ Hashtags ⭐
#python #restapi #flask


In this video, we will create a simple and easy flask app in just 5 minutes.
#Flask #Python #FlaskTutorial #FlaskApp
If you have any questions or doubts you can ask in the comment section below.
Do like and share this video if you found this video helpful.
Subscribe to this channel and hit the bell icon to get a notification for upcoming videos.
▬▬▬▬▬▬ Want to learn more? ▬▬▬▬▬▬
Full Terraform tutorial ► https://bit.ly/2GwK8V2
DevOps Tools, like Ansible ► https://bit.ly/3iASHuP
Docker Tutorial ► https://bit.ly/3iAT9Jx
AWS Tutorial ► https://bit.ly/30GFv1q
GCP Tutorial ► https://bit.ly/3mwh412
Jenkins Tutorials ► https://bit.ly/3iHnfv4
Jenkins Pipeline ► https://bit.ly/30CJGLB
Python ► https://bit.ly/3I7bewU
Python in just 1 video ► https://bit.ly/3EeqGVy
▬▬▬▬▬▬ Free Udemy Courses ▬▬▬▬▬▬
AWS Solution Architect ► https://bit.ly/3nsL2lZ
Terraform Tutorial ► https://bit.ly/3ix68w0
Ansible Tutorial ► https://bit.ly/3d8eFEl
Jenkins Tutorial ► https://bit.ly/3ix6wdW
▬▬▬▬▬▬ Connect with me ▬▬▬▬▬▬
Our Website: https://s3cloudhub.com/
Youtube ► https://bit.ly/3zNqjBV
Facebook ► https://bit.ly/3O7zCB7
Medium ► https://bit.ly/3b8uCO4
Demo Reference: ► https://github.com/easyawslearn
Blog: ► https://w3cloudhub.blogspot.com/
Dev: ► https://dev.to/s3cloudhub


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! 🙏