Najbolji videi

Easily Setup a VPN Through Your Webmin or Virtualmin Server GUI using PPTP
Easily Setup a VPN Through Your Webmin or Virtualmin Server GUI using PPTP 121gamers 0 Pogledi • 1 godina prije

Step By Step on GadgetClass.com:
http://gadgetclass.com/?post_type=blog&p=957&preview=true

     If you are trying to setup a VPN for masking your IP, torrenting, security, work internet browsing, or just plain security, you probably already have a control panel such as CPanel, Plesk, Webmin or Virtualmin. If not, Leave a comment or HMU and I'll make one on setting up a server quick and easy. This video is going to delve into the more obscure realms of Virtualmin/Webmin customization because, let's face it, all the other blogs and videos are in Spanish or just a mouse on the screen with crappy license-free music. Today we will get you setup with a simple PPTP VPN server connection and answer all your questions along the way.

Let's Get Started

Pre-Requirements :
1. A VPS setup with Virtualmin or Webmin or both (Virtualmin Includes the Webmin core)
2.Ability to login to said server
3.Your favorite beverage


Steps:
1.If VirtualMin had their shit together, you could just click install after finding "PPTP VPN Server" in the "UnUsed Modules" menu of WEbmin. As of the latest version today, there is no direct install link so we have to install it using the YUM install function of Webmin. So. Click the Webmin Tab (upper left corner)
2.Click "System"
3.Click "Software Packages"
4.Click the radio button for "Package from YUM"
5.Type "PPTP" into the name field
6.Click Install
7.Agree to any prompts. If you have any issues, or it cannot find PPTP, Type PPTPD instead
8.Once PPTP is installed click "Refresh Modules" in the main Webmin Category menu
9.You will now have PPTP VPN Server under the Main "Networking" category of Webmin
10.Click on "PPTP VPN Server"
11.Click on "PPTP Server Options"
12.Check "PPTP-specific settings" radio button
13.Enter 10.0.0.1 for theserver end config box
14.Enter 10.0.0.100-150 into the allocate to clients box          (or any address in the IP address range set above 10.0.0.2-10.0.0.255)
15.Click Save
16.Click on PPP Accounts
17.Click "Create New PPP Account"
18.Enter a Username
19.Enter a Password in "Set to:" field
20.Click "Save"
21.Click "Network Configuration" in Webmin Category Menu
22.Click "Routing and Gateways"
23.Check the "Act as Router" "yes" radio button
24.Click "Save"

That's It!!! Your Done :)
Too Easy????


OK let's setup the connection to operate behind a NAT for added protection. I did this through the command line console. You can do it under "Linux Firewall" but this is just one of those things that;s better done with a single command line.

Steps:
1.Login to your server via PuTTy or any SSH or command line terminal
2.Command:
sudo iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE
This sets up masquerading for all VPN connections that go through the VPN.... Let's add this to the rc.local file to make it happen at boot
3.Click the Webmin "System" Category Menu
4.Click "Bootup and Shutdown"
5.Top file should be rc.local, if not find it in the list and click on it
6.In the editor enter:
"sudo iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE"
7.Click Save

That's it.... Now You're Really Done. Proceed to VPN Setup on Whatever Device You're Going to Connect With...

Raspberry Pi 4 Home Automation Server with IOTStack
Raspberry Pi 4 Home Automation Server with IOTStack 121gamers 0 Pogledi • 1 godina prije

MANY THANKS TO ALL MY PATRONS on https://www.patreon.com/onemarcfifty !!!
Please visit my channel page: https://www.youtube.com/onemarcfifty
Want to talk to me? Join my Discord Server: https://discord.com/invite/DXnfBUG

We will install IOTStack and Webmin on a raspberry Pi4. IOTStack is a complete collection of famous home automation software such as Home Assistant, Openhab, Node Red and many others. With this you can run your home automation software in docker on a pi.

0:00 Use a Pi as Home Automation Server
0:38 Intro jingle
0:48 TLDR/TLDW
1:01 description of IOTStack
2:06 Get IOTStack and Install Docker on the Pi
3:33 Installing IOTStack on the Pi
5:22 Installing Webmin
7:30 Call to Action

the commands used in this video

To download, install and start IOTStack:


sudo apt install -y git curl
git clone https://github .com/SensorsIot/IOTstack.git IOTstack
# please remove the space before the dot com
cd IOTstack/
./menu.sh
sudo raspi-config
locale

sudo reboot
cd IOTstack/
./menu.sh
docker-compose up -d



To install webmin:


wget https://prdownloads.sourceforge .net/webadmin/webmin_1.962_all.deb
# please remove the space before the dot net

clear
sudo dpkg -i webmin_1.962_all.deb
sudo apt -f install




Licence-free music on / Lizenzfreie Musik von https://www.terrasound.de/lize....nzfreie-musik-fuer-y

ISPConfig: A FOSS CPanel Alternative on Debian Server
ISPConfig: A FOSS CPanel Alternative on Debian Server 121gamers 0 Pogledi • 1 godina prije

Today we want to have a brief first look at ISPConfig as a possible CPanel alternative. This is a local install but looks at the ease of installation, the basics of setting up accounts, and the customer portal.

A2Hosting Affiliate:
https://tlm.li/a2h

More Info:
https://www.ispconfig.org/


-----------
Support Switched to Linux!
👕 Merch: https://shop.switchedtolinux.com
🛒 Amazon: http://tlm.li/amazon
💰 Support: https://switchedtolinux.com/support
🛒 Affiliates: https://switchedtolinux.com/affiliates
👥 Multichannel Support: https://thinklifemedia.com
💰 Patreon: /TomM
-----------
Social Media:
🐦 Twitter: @switchedtolinux
🐸 Gab: @switchedtolinux
💡 Minds: @switchedtolinux
Reddit: /r/switchedtolinux
Mastodon: https://fosstodon.org/@switchedtolinux
-----------

We are a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for us to earn fees by linking to Amazon.com and affiliated sites.

A file server on your Raspberry Pi with only one command - OpenMediaVault vs professional NAS
A file server on your Raspberry Pi with only one command - OpenMediaVault vs professional NAS 121gamers 0 Pogledi • 1 godina prije

Using a Raspberry Pi shouldn’t be complicated.
📥 Download my free PDF glossary to start the right way:
https://download.raspberrytips.com/glossary

OpenMediaVault is software that can be installed on any Debian-based distribution, like Raspberry Pi OS Lite. It can be used to host and configure a file server via a web interface in a few clicks.

In this video, I show you how to use it, and make a quick comparison with my Synology NAS.

Hardware used for this video:
- Argon One case: https://raspberrytips.com/argonone (Amazon)
- SSD in the case: https://raspberrytips.com/m2ssd (Amazon)
- USB key for RPI OS: https://raspberrytips.com/myusbkey (Amazon)
- My Raspberry Pi: https://raspberrytips.com/mypi4 (Amazon)
- Synology NAS: https://raspberrytips.com/syno (Amazon)

Check the article for more details:
https://raspberrytips.com/open....mediavault-on-raspbe

Installation command (one line):
wget -O - https://github.com/OpenMediaVa....ult-Plugin-Developer | sudo bash

---------- Links ----------
Master your Raspberry Pi in 30 days (e-book)
📕 https://raspberrytips.com/yt-ebook

Raspberry Pi Bootcamp (course)
📕 https://raspberrytips.com/yt-course

Master Python on Raspberry Pi
📕 https://raspberrytips.com/masterpython

Join us on Patreon!
❤️ https://raspberrytips.com/patreon

👉RaspberryTips: https://raspberrytips.com/
👉Recommended hardware: http://raspberrytips.com/resources

---------- My stuff ----------
(affiliate links)

- Raspberry Pi: https://raspberrytips.com/rpi4 (Amazon)
- SD card: https://raspberrytips.com/sd (Amazon)
- Case: https://raspberrytips.com/case (Amazon)
- Keyboard: https://raspberrytips.com/keyboard (Amazon)
- Touch screen: https://raspberrytips.com/screen (Amazon)
- Video capture: https://raspberrytips.com/capture (Amazon)
- Sense Hat: https://raspberrytips.com/sensehat (Amazon)
- Robot dog: https://raspberrytips.com/robotdog (Amazon)
- Raspad 3: https://raspberrytips.com/raspad

---------- Follow Me! ----------
👉Twitter: https://twitter.com/TipsRaspberry
👉Pinterest: https://www.pinterest.com/raspberrytips/

---------- Timestamps ----------
0:00 Intro
0:32 Why?
1:23 Prerequisites
2:18 Installation
3:22 Overview
4:40 File share creation
6:39 OMV vs Synology vs manual install
7:44 Similar tool






#raspberrypi #openmediavault #synology

Note: This description contains affiliate links.
If you use them, I’ll get a small commission.
The commission comes at no additional cost to you.
RaspberryTips is a participant in the Amazon Associates and other companies affiliate programs.

SDC 2018 - Automation of SMI-S Managed Storage Systems with PyWBEM
SDC 2018 - Automation of SMI-S Managed Storage Systems with PyWBEM 121gamers 0 Pogledi • 1 godina prije

Presented by Karl Schopmeyer, Owner, Inova Development Inc.

Download Presentation:
https://www.snia.org/sites/def....ault/files/SDC/2018/

Abstract:
Using scripts and automation tools such as Ansible is common when doing repetitive management tasks and monitoring systems in the data center, but writing these scripts can be challenging when integrating with different storage system management interfaces. PyWBEM simplifies these tasks when dealing with storage systems managed by the Storage Management Initiative Specification (SMI-S) standard. PyWBEM is an open source Python library that simplifies dealing with storage system discovery, security, monitoring, performance, fault reporting, and active management.

This talk provides an overview of the use of the PyWBEM project tools to automate and simplify access and configuration of storage systems that are managed via an SMI-S connection. Examples of automation with tools like Ansible using PyWBEM and the PyWBEMtools as the resource manager will be provided. The talk will also cover future directions for the PyWBEM open source project.

Learning Objectives:
1. Introduce attendees to the active PyWBEM open source project
2. Describe storage management use case scenarios and how they are being solved using PyWBEM
3. Describe the use of the SMI resource layer based on the SMI profiles to enable scripting and automation of the management of SMI based resources
4. Demonstrate specific use cases of SMI management automation using the PyWBEM tools
5. Discuss future directions for the PyWBEM project

RPI 2 - Node-Red quick Install, ready for IoT apps
RPI 2 - Node-Red quick Install, ready for IoT apps 121gamers 0 Pogledi • 1 godina prije

As a precursor to getting to more Power Supply and other electronic projects on the go, I want to look at a few programming languages / environments I have not used before

In this case I will look at using Node-Red.

To quote the site
http://nodered.org/
"Node-RED
A visual tool for wiring the Internet of Things.
Node-RED is a tool for wiring together hardware devices, APIs and online services in new and interesting ways."

This is a programming environment driven by a graphical WEB page and uses Drag and Drop with configuration of nodes to build your application
Many nodes are available and if you cannot find what you need, it seems to be fairly simple to add you own, and if you know Java then even better.

It will run on many platforms including Windows, Linux and OSX and or course a range of hardware including the PC or Raspberry PI.

A long-time friend of mine "Peter Scargill" has been using Node-RED for a while and provided me access to a few scripts he uses to make configuring the PI a little easier. The process will still take an hour or two but this is including everything from creating a boot SD card through to a full working environment including a Database, MQTT, WEB Admin Pages and many node-RED nodes installed

Pete’s technical blog is here: - http://tech.scargill.net/
His scripts can be found here: - https://bitbucket.org/snippets/scargill/

Node-RED documentation can be found here: - http://nodered.org/
And if you google "Node-Red Nodes" you will find plenty more. Add "Scargill" to the search for many posts by Pete. (He goes by Pete, I go by Peter :) )

And some useful info for node-RED from IBM can be found here: - http://www.techrepublic.com/article/node-red/

I will be following this post with actual programming tutorials and sessions using node-RED very soon so keep an eye out.

The
The 121gamers 0 Pogledi • 1 godina prije

Teleport Open-Source Community Edition: https://cybercademy.org/go-teleport

👇 Links, timestamps, and notes below 👇

🔗 Website Links Mentioned
Passwordless Homelab Project Overview Slides: https://docs.google.com/presen....tation/d/1l-X9uXgosg
Teleport: https://goteleport.com/?utm_campaign=eg&utm_medium=partner&utm_source=GrantCollins
Signup for a free domain name with Freenom: https://www.freenom.com/en/index.html?lang=en
Note: Type in domain name, choose “Checkout”, and create a new account.
Sign up for AWS: https://portal.aws.amazon.com/....billing/signup#/star
AWS Educate (apply for free annual credits): https://aws.amazon.com/education/awseducate/
Deploy Open Source Teleport on a Linux Server (commands used to download Teleport Cluster): https://goteleport.com/docs/de....ploy-a-cluster/open-
Local Lab (with Docker Desktop): https://goteleport.com/docs/tr....y-out-teleport/docke
Introduction to Linux for Cybersecurity Crash Course - https://www.youtube.com/watch?v=2eEe5LnEbks&list=PLLDjng0_4bmMQgeomsJIyUZTt7YM9UfLt

⏰ Timestamps
0:00 – Introduction
0:45 – Project Overview & Prerequisites
8:38 – 1) Register a Free Domain Name
11:27 – 2) Create a Teleport Cluster with AWS EC2
21:02 – 3) Log into EC2 and Download Teleport
24:50 – 4) Configure Teleport Cluster
30:00 – 5) Login to Teleport UI
34:52 – 6) Connect Personal Computer
39:13 – 7) Add Another SSH Node
43:44 – 8) Conclusion

🐕 Follow Me:
Twitter: https://twitter.com/collinsinfosec
Instagram: https://www.instagram.com/collinsinfosec
Cybercademy Discord Server: https://discord.gg/bWymWhCv9p

🤔 Have questions, concerns, comments? -
Email me: grant@cybercademy.org

🎧 Gear:
Laptop (Lenovo X1 Carbon Ultrabook 6th Gen): https://amzn.to/2O0UfAM​​​​​
Monitors (Dell D Series 31.5” D3218HN): https://amzn.to/2EXlgRF​​​​​
Keyboard (Velocifire VM01): https://amzn.to/2TEswfd​​​​​
Headphones (Audio Technica ATH-M40x): https://amzn.to/2F4Tvq6​​​​​
Work Monitors (Dell U4919DW UltraSharp 49 Curved Monitor): https://amzn.to/3yQmDhM
Desk (FLEXISPOT EW8 Comhar Electric Standing Desk): https://amzn.to/3S9OxvG
Chapters

Ubuntu 20.10 on a Raspberry Pi 4 - Running a web server using beta release 64bit Linux
Ubuntu 20.10 on a Raspberry Pi 4 - Running a web server using beta release 64bit Linux 121gamers 0 Pogledi • 1 godina prije

Ubuntu 20.10 is now available as a BETA release. This includes a Raspberry Pi server edition. In this video I will boot up from a newly created image using the image from:
https://cdimage.ubuntu.com/releases/20.10/beta/



*********



UPDATE! Ubuntu 20.10 is now also available as a desktop edition for the Raspberry Pi. See the following link for more details: https://youtu.be/-RPcRlDfoQg



*********


After showing the install of Raspberry Pi server edition I then show how it can be setup as a basic web server with a simple test page created in html.


This is just the first steps in setting up a web server as it only installs Apache 2. You may also want to install a database such as Maria DB or other applications. You will probably also want to change to a static IP address which is not shown in this video.


The console screen video is captured using gucview

Chapters
00:00 Introduction
00:40 Console screen and login to ubuntu
02:48 Logging in remotely using ssh
03:22 Installing apache2 web server
04:28 Loading the default page in a web browser
05:21 Changing ownership of the html directory
05:58 Creating a basic text only html page

This was tested using the beta image installed onto an SD Card. I have tried to boot from an external USB drive (eg SSD drive), but that was unsuccessful. See the comments for more details - or please let me know if you have had more success.

This video is also included on my website at: http://www.penguintutor.com/ne....ws/raspberrypi/rpi-u

Python Flask Web Development Tutorial in Hindi
Python Flask Web Development Tutorial in Hindi 121gamers 0 Pogledi • 1 godina prije

Web Development Using Python Flask in one video: In this python flask tutorial, we will see how to make awesome websites using flask and python. We will ee database connectivity using flask-sqlalchemy
Source Code:
https://drive.google.com/file/....d/1wU-iONfHYLfZhsMay
⌚ TimeStamps:
00:00 – Introduction
02:17 – Download & Installing VS Code
04:08 – Installing Necessary Modules
07:39 – Activating Virtual Environment
09:19 – Installing flask module
10:26 – Creating a flask minimal app
18:03 – static and templates directories
23:23 – Making an app beautiful by adding HTML
36:49 – Creating a database for the To-Do App
39:01 – SQLAlchemy database URI
49:03 – Querying Records
54:44 – Adding Loop Counter
56:50 – Getting forms working
01:17:00 – Updating To-do Items
01:17:12 – Template Inheritance
01:18:12 – Creating a base template
01:23:21 – CRUD operation
01:23:42 – Making update operation work
01:30:11 – Free JavaScript Course
01:31:15 – Deploying To-dos App on Heroku
01:45:28 – Final view of To-do app
01:46:45 – Where to go from here

►Check out my English channel here: https://www.youtube.com/ProgrammingWithHarry
►Click here to subscribe - https://www.youtube.com/channe....l/UCeVMnSShP_Iviwkkn

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

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

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

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

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

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

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

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

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

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

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

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

Follow Me On Social Media
►Website (created using Flask) - http://www.codewithharry.com
►Facebook - https://www.facebook.com/CodeWithHarry
►Instagram - https://www.instagram.com/codewithharry/
►Personal Facebook A/c - https://www.facebook.com/geekyharis
Twitter - https://twitter.com/Haris_Is_Here
Comment "#HarryBhai" if you read this 😉😉

Why You Should Learn Python ? | Importance of Python Programming Language in Hacking
Why You Should Learn Python ? | Importance of Python Programming Language in Hacking 121gamers 0 Pogledi • 1 godina prije

Start Your Hacking Career with my video courses

Buy with your Debit/Credit/Netbanking

(For Beginners - 14 Days Video Course) Quick Hack Hacking Course:
http://imojo.in/681ivb

(Best Hacking Course After Quick Hack) Tech Master Hacking Course: http://imojo.in/9srl0c

Quick Hack: 299 Rs

Tech Master: 299 Rs

Or (Ya fir)

Buy Hacking Courses With Paytm: http://technicalsagar.in/paytm/
=================================================================
Hello Friends
In this video, i will talk about python programming language, why you should learn python and from where you can start learning. This is a small video just for your guidance and I hope you will like it.


Follow Me on Twitter: http://www.twitter.com/iamasagar

Follow Abhishek Sagar on Instagram: theabhisheksagar

My Setup

Camera: http://amzn.to/2xi1POu

Collar Mic: http://amzn.to/2gb0J36

Mic: http://amzn.to/2xxBknx

Graphics Card: http://amzn.to/2xxLHrH

My Second Monitor (Very Affordable): http://amzn.to/2f4swil

My Phone: http://amzn.to/2wIqlZD

My Lights: http://amzn.to/2eGiG5B
==========================================================

Thanks and Love #TechnicalSagar

LIKE | COMMENT | SHARE | SUBSCRIBE

============================================================================================================


No Copyright Music - Cyber Attack - EDTi Beats

ON & ON
Music provided by NoCopyrightSounds.
Video Link: https://youtu.be/TW9d8vYrVFQ
Download Link: https://NCS.lnk.to/SkyHigh
▽ Follow Cartoon
SoundCloud https://soundcloud.com/cartoonbaboon
Facebook https://www.facebook.com/cartoondband

▽ Follow Daniel Levi (vocalist)
Facebook http://facebook.com/daniellevimusic
Website http://daniellevi.e

Lec-1: What is Python? Introduction to Python 🐍 | Why Python | Where Python is used..
Lec-1: What is Python? Introduction to Python 🐍 | Why Python | Where Python is used.. 121gamers 0 Pogledi • 1 godina prije

00:00 - Introduction
00:23 - Introduction to python?
02:35 - Why Python?
06:18 – Where Python is Used?

👉Subscribe to our new channel:
https://www.youtube.com/@varunainashots

Python is a popular programming language. It was created by Guido van Rossum, and released in 1991 at CWI(Centrum Wiskunde & Information) Netherland.
Python is a General Purpose, High level Programming language.
Python is a dynamic.

► Python For Beginners(Complete Playlist):
https://www.youtube.com/playli....st?list=PLxCzCOWd7ai

► Class XI Computer Science(Full Syllabus)
https://www.youtube.com/playli....st?list=PLxCzCOWd7ai

Other subject-wise playlist Links:
--------------------------------------------------------------------------------------------------------------------------------------
► Microprocessor Playlist:
https://www.youtube.com/playli....st?list=PLxCzCOWd7ai
►Computer Networks :
https://www.youtube.com/playli....st?list=PLxCzCOWd7ai
►Design and Analysis of algorithms (DAA):
https://www.youtube.com/playli....st?list=PLxCzCOWd7ai
►Database Management System:
https://www.youtube.com/playli....st?list=PLxCzCOWd7ai
► Theory of Computation
https://www.youtube.com/playli....st?list=PLxCzCOWd7ai
►Artificial Intelligence:
https://www.youtube.com/playli....st?list=PLxCzCOWd7ai
►Computer Architecture:
https://www.youtube.com/playli....st?list=PLxCzCOWd7ai
►Operating System:
https://www.youtube.com/playli....st?list=PLxCzCOWd7ai
►Structured Query Language (SQL):
https://www.youtube.com/playli....st?list=PLxCzCOWd7ai
►Discrete Mathematics:
https://www.youtube.com/playli....st?list=PLxCzCOWd7ai
►Compiler Design:
https://www.youtube.com/playli....st?list=PLxCzCOWd7ai
►Number System:
https://www.youtube.com/playli....st?list=PLxCzCOWd7ai
►Cloud Computing & BIG Data:
https://www.youtube.com/playli....st?list=PLxCzCOWd7ai
►Software Engineering:
https://www.youtube.com/playli....st?list=PLxCzCOWd7ai
►Data Structure:
https://www.youtube.com/playli....st?list=PLxCzCOWd7ai
►Graph Theory:
https://www.youtube.com/playli....st?list=PLxCzCOWd7ai
►Programming in C:
https://www.youtube.com/playli....st?list=PLxCzCOWd7ai
►Digital Logic:
https://www.youtube.com/playli....st?list=PLxCzCOWd7ai

---------------------------------------------------------------------------------------------------------------------------------------
Our social media Links:
► Subscribe to us on YouTube: https://www.youtube.com/gatesmashers
►Subscribe to our new channel: https://www.youtube.com/@varunainashots
► Like our page on Facebook: https://www.facebook.com/gatesmashers
► Follow us on Instagram: https://www.instagram.com/gate.smashers
► Follow us on Instagram: https://www.instagram.com/varunainashots
► Follow us on Telegram: https://t.me/gatesmashersofficial
► Follow us on Threads: https://www.threads.net/@gate.smashers
--------------------------------------------------------------------------------------------------------------------------------------
►For Any Query, Suggestion or notes contribution:
Email us at: gatesmashers2018@gmail.com

How to set up Python on Visual Studio Code
How to set up Python on Visual Studio Code 121gamers 0 Pogledi • 1 godina prije

How to setup Python on Visual Studio Code (vscode)

Install Python:
https://www.python.org/
Install Visual Studio Code: https://code.visualstudio.com/

After installing python, open the command prompt/terminal, and type in python --version or py --version. If you have installed python successfully, you will see the version of python you have.

Open vscode, and create new file. Name it whatever you want, but be sure to include the .py extension.

On the left, click the extensions icon, and search for Python. Install the python extension by Microsoft. This will allow for Python support in vscode.
Then, search for code runner and install the extension. This will add a run button at the top right of your vscode. Clicking this button will run your python code.

To have code runner output to the terminal instead of the built-in output console, click the settings icon (gear icon) on the bottom left corner. Scroll down until you see Code Actions on Save. Click settings.json and the file will open.
Add this line inside the json file: "code-runner.runInTerminal": true,

After that, you are all set!

Website: https://www.kennyyipcoding.com/

Java Game Programming Projects Playlist:
https://www.youtube.com/playli....st?list=PLnKe36F30Y4

JavaScript Game Programming Projects Playlist:
https://www.youtube.com/playli....st?list=PLnKe36F30Y4

Subscribe for more coding tutorials 😄!

Object Oriented Programming with Python - Full Course for Beginners
Object Oriented Programming with Python - Full Course for Beginners 121gamers 0 Pogledi • 1 godina prije

Object Oriented Programming is an important concept in software development. In this complete tutorial, you will learn all about OOP and how to implement it using Python.

💻 Code:
https://github.com/jimdevops19/PythonOOP

🔗 Tutorial referenced for a deeper explanation about __repr__: https://www.youtube.com/watch?v=FIaPZXaePhw

✏️ Course developed by Jim from JimShapedCoding. Check out his channel: https://www.youtube.com/channe....l/UCU8d7rcShA7MGuDyY

⭐️ Course Contents ⭐️
⌨️ (0:00:00) Getting Started with Classes
⌨️ (0:12:11) Constructor, __init__
⌨️ (0:50:35) Class vs Static Methods
⌨️ (1:13:22) Inheritance
⌨️ (1:30:14) Getters and Setters
⌨️ (1:51:00) OOP Principles

🎉 Thanks to our Champion and Sponsor supporters:
👾 Wong Voon jinq
👾 hexploitation
👾 Katia Moran
👾 BlckPhantom
👾 Nick Raker
👾 Otis Morgan
👾 DeezMaster
👾 AppWrite

--

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

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

Showing 750 out of 751