Top videos
Docker VSCode Python Tutorial to run your application inside a Docker Container. I will show you how to set up your development environment with VSCode, which extensions you need and how debugging works. #Docker #VSCode #Python
DOCS: https://github.com/christianle....mpa/videos/tree/main
Install WSL2: https://docs.microsoft.com/en-....us/windows/wsl/insta
Install Docker Desktop: https://docs.docker.com/docker....-for-windows/install
WSL2, ZSH, Awesome Terminal!: https://www.youtube.com/watch?v=235G6X5EAvM
Get started with Python: https://www.youtube.com/watch?v=mfdVI19Ri-Q&list=PLj-2elZxVPZ8-DRxQXLsbtxp6dgZCwgur
Get started with Docker: https://www.youtube.com/watch?v=RAaU-Q5LN9s&list=PLj-2elZxVPZ8k8z6a2q6-J79Y-9BUQllW
Get started with DevOps: https://www.youtube.com/watch?v=CQk9AOPh5pw&list=PLj-2elZxVPZ-cuLz6f8Y8xSyKOBu8BSjc
Follow me:
TWITTER: https://twitter.com/christianlempa
INSTAGRAM: https://instagram.com/christianlempa
DISCORD: https://discord.gg/christian-l....empa-s-tech-communit
GITHUB: https://github.com/christianlempa
PATREON: https://www.patreon.com/christianlempa
MY EQUIPMENT: https://kit.co/christianlempa
Timestamps:
00:00 - Introduction
00:52 - Why we need Linux
01:28 - Install WSL2 on Windows 10
03:26 - Install Docker Desktop on Windows 10
04:07 - Install VSCode Extensions
05:05 - Connect VSCode to WSL2
06:10 - A simple Python App Example
08:02 - Generate Docker Files
09:30 - What are these Docker Files?
14:01 - Build and Run our Docker Image
15:12 - How Debugging works
17:47 - What can you do next?
----
All links with "*" are affiliate links.
This Django tutorial aims to teach everyone the Python Django web development framework.
🔗 Course Website: https://www.dj4e.com/
💻 Sample Code: https://github.com/csev/dj4e-samples/
✏️ This course was created by Dr. Charles Severance (a.k.a. Dr. Chuck). He is a Professor at the University of Michigan School of Information, where he teaches various technology-oriented courses including programming, database design, and Web development.
⭐️ Course Contents ⭐️
00:00:00 Why Teach Django?
00:07:04 Web Applications and the Request/Response Cycle
00:13:07 Exploring the HyperText Transfer Protocol
00:29:35 Using Sockets to Make Network Connections in Python
00:36:08 Building a Simple Web Browser in Python
00:44:47 Building a Simple HTTP Server in Python
01:00:53 Understanding Browser Developer Mode
01:10:35 The Structure of a Django Application
01:17:39 Installing Django on PythonAnywhere
01:34:32 HTML - HyperText Markup Language (Part 1)
01:40:25 HTML - HyperText Markup Language (Part 2)
01:54:17 Code Walk Through HTML
02:08:14 CSS - Cascading Style Sheets - (Part 1)
02:21:00 CSS - Cascading Style Sheets - (Part 2)
02:36:02 CSS - Cascading Style Sheets - (Part 3)
02:49:41 CSS - Sample Code Walkthrough (Part 1)
03:03:05 CSS - Sample Code Walkthrough (Part 2)
03:28:53 Using GitHub With Django and PythonAnywhere
03:35:48 Using ngrok to Submit Assignments to DJ4E
03:41:53 How Databases Work
04:00:49 Introduction to Structured Query Language (SQL)
04:12:33 Demonstration: Basic SQL
04:19:09 Introduction to Django Models
04:39:06 Data Model Migration in Django
04:47:00 Demonstration: Django Single Table Models
04:58:08 Resetting your Django database on PythonAnywhere
05:03:54 Django Models - Many-To-One Relationships - Music Database
05:18:03 Model View Controller in Django
05:25:09 URL Routing in Django
05:32:08 Django Views
05:38:27 Inside Django Views and HTML Escaping in Django
05:54:02 Using Templates in Django
06:04:07 The Django Template Language (DTL)
06:15:05 Inheritance in Django Templates
06:21:11 Reversing Django Views and URLs
06:34:02 Understanding Django Generic Views
06:50:29 Forms, GET, POST, and HTTP
06:58:48 Building HTML Forms
07:16:28 Forms and Cross Site Request Forgery (CSRF)
07:16:28 CSRF Support in Django
07:25:43 The POST Refresh Pattern
07:29:09 Cookies in Browsers and Django
07:38:51 Using Sessions in Django
07:51:24 One-to-Many Models Overview
07:57:16 Removing Replication in One-to-Many Models
08:05:51 Storing Primary and Foreign Keys in a Database
08:08:37 Representing One-To-Many Models in Django
08:18:33 Using the Django Shell to Explore One-to-Many Models
08:26:17 Loading One-to-Many Data using a Django Batch Script
08:38:32 Creating and Managing Users in Django
08:42:17 Login and Logout URLs in Django
08:49:40 Using Django Login in Views
08:59:55 Using Django Forms Capabilities
09:13:20 Walkthrough of the DJ4E Autos Sample - Generic Django Edit Forms
09:49:30 Data Validation with Django Forms
09:58:42 Exploring the DIY Hello World Django Application on Localhost
10:22:24 Exploring the DIY Hello World Django Application on PythonAnywhere
10:36:38 Virtual Hosting of Django Applications
10:36:38 Owned Rows in Django - Overview
10:42:39 Owned Rows in Django - Generic Views Review
10:52:56 Owned Rows in Django - owner.py
11:05:58 Walking through the DJ4E My Articles (myarts) Sample Code
11:18:26 Walking through the DJ4E Bootstrap Menu (menu) Sample Code
11:48:37 Walking through the DJ4E Crispy Forms (crispy) Sample Code
12:02:57 Many-to-Many Overview
12:08:31 A Simple Many-To-Many Example in Django
12:21:05 Many-To-Many Data Models for Courses and Membership
12:29:42 Building a Django Batch Script to Load Data from CSV
12:46:31 JavaScript - Overview and History
12:56:29 JavaScript - In the Browser
13:10:31 JavaScript - The Language
13:34:28 JavaScript Functions and Arrays
13:34:28 JavaScript Conditional and Loops
13:41:05 JavaScript Object Oriented Concepts
13:45:25 JavaScript Object Oriented Classes
13:58:37 Walking through the DJ4E Pictures (pics) Sample Code
14:31:41 Walking through the DJ4E Forums (forums) Sample Code
14:57:07 jQuery and the Document Object Model
15:09:44 Using jQuery
15:38:16 Walking through the DJ4E jQuery DOM sample code
15:49:29 Walking through the DJ4E jQuery setup sample code
15:57:42 Walking through the DJ4E jQuery events sample code
16:05:59 Walking through the DJ4E jQuery DOM modification
16:10:26 JSON/AJAX Overview
16:24:40 Walking through the DJ4E JSON Sample Code
16:30:41 Building an AJAX Chat with Django
16:40:34 Walking through the DJ4E JSON (chat) Sample Code
16:58:26 Walking through the DJ4E Favicon Sample Code
17:02:36 Walking through the DJ4E Social Login Code
17:11:23 Walking through the DJ4E Favorites (favs) Sample Code
17:41:41 Walking through the DJ4E Search (well) Sample Code
18:03:10 Behind the Scenes: Welcome to Django for Everybody - Why Django?
This course is licensed under CC BY.
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! 🙏
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
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/
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 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
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
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
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
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
Try Anvil: https://anvil.works/programmingwithharry
This video is sponsored by anvil. I hope you will love the ease you can build pure python web apps using anvil. Try it out and let me know what you think in the comments!
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
PyScript is a framework that allows users to create rich Python applications in the browser using HTML's interface and the power of Pyodide, WASM, and modern web technologies.
In this video i have shown how you can write your first program using PyScript in VsCode to run in browser. Also i have shown how to add external python file in html.
PyScript Documentation : https://pyscript.net/
➡️ Support me
---------------------------
PayPal : https://paypal.me/codewitharjun
Patreon : https://www.patreon.com/codewitharjun
➡️ Subscribe : https://www.youtube.com/codewitharjun
Stay Connected :
---------------------------
➡️ LinkedIn : https://np.linkedin.com/in/arjungautam1
➡️ Github : https://github.com/arjungautam1
Join Community :
---------------------------
➡️Discord : https://discord.gg/cn2x3jhMW4
Follow me on :
---------------------------
➡️ Medium: https://codewitharjun.medium.com/
➡️ Dev.to : https://dev.to/codewitharjun
#Pyscript #CodeWithArjun #Programming
Learn how to setup and run Python on Visual Studio 2022. Visual Studio is an IDE, developed by Microsoft and used to develop websites, web apps, mobile apps, etc.
Visual Studio Tutorial: https://bit.ly/3nWleAk
#visualstudio2022 #python #amitthinks
► Stay Connected
Telegram - https://bit.ly/3wWBh5i
Instagram - https://bit.ly/3z8Fg1d
► Top Free Video Courses
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
❗❗❗❗❗❗❗❗❗❗❗❗❗❗❗❗❗❗❗❗❗❗❗❗❗❗❗❗❗❗❗❗
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
👀 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.
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
Today we learn how to properly import your own Python modules and also what the __init__.py file is about.
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 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/