Kako i stil

Master Python in 30Days🔴😱How to become Python DEVELOPER in 30Days🚀
Master Python in 30Days🔴😱How to become Python DEVELOPER in 30Days🚀 121gamers 0 Pogledi • 1 godina prije

Become Python DEVELOPER in 30Days🚀🔥 Ultimate Python developer roadmap like never before
Python is recently been used by many people due to its simplicity and efficiency. So here we go with the exact python roadmap.
Odinschool link -
https://hubs.la/Q01BkVk40
https://github.com/cl2333/Grok....king-the-Coding-Inte
https://www.udacity.com/course..../data-structures-and
CS in Tamil, Telusko, Freecodecamp
how to learn to code,software engineer,python programming,python for beginners,python for beginners in tamil,python full course in tamil,python tutorial,python full course,how to learn coding for beginners in tamil,how to learn coding for beginners,how to learn python,how to learn programming,how to learn python for beginners,how to learn python in tamil,how to learn python language,how to learn python programming language for beginners

The ultimate introduction to PySimpleGUI [ Creating apps in Python ]
The ultimate introduction to PySimpleGUI [ Creating apps in Python ] 121gamers 0 Pogledi • 1 godina prije

In this video you will learn how to create simple python GUIs using the PySimpleGUI library. There are 10 projects in this video: A converter, a calculator, a stopwatch, a text app, the snake game, an image editor, a music player, a weather app and a opencv face detector. There is also an extra video about creating a gui in a single line of code.

By the end of the video you should be comfortable understanding PySimpleGUI and solve more or less any problem inside of it. The video will also use popular python modules like matplotlib, opencv, pytube, pillow and BeautifulSoup4.

If you want to support me:
https://www.patreon.com/clearcode
(You also get lots of perks)

Social stuff:
Twitter - https://twitter.com/clear_coder
Discord - https://discord.com/invite/a5C6pYw2w5

Timestamps:
0:00:00 - Intro
0:03:48 - Converter
0:37:00 - One line app
0:38:46 - Calculator
1:09:06 - Stopwatch
1:36:14 - Text editor
1:57:10 - Snake
2:29:40 - Graph app (MatPlotLib)
2:47:50 - Image editor (Pillow)
3:11:06 - Music Player
3:48:59 - Weather app (BeautifulSoup4)
4:08:14 - Face detector (OpenCV)

Github:
https://github.com/clear-code-....projects/PySimpleGui

Pastebin:
Weather app - https://pastebin.com/LHPdVbgq
Stopwatch - https://pastebin.com/bHP6GppS
Face Detector (open cv) - https://pastebin.com/3BKFmubT
Snake game - https://pastebin.com/zRZvssxB
Text editor - https://pastebin.com/NWDb2Pjw
Image editor (Pillow) - https://pastebin.com/H3QCwQgX
Graph app (Matplotlib) - https://pastebin.com/dES5Qp4B
Calculator - https://pastebin.com/h2W5t35L
Converter - https://pastebin.com/aDVADH7R
One line app - https://pastebin.com/4rvyhcJx
music player - https://pastebin.com/DZfqjwMs

Python Django Web Framework - Full Course for Beginners
Python Django Web Framework - Full Course for Beginners 121gamers 0 Pogledi • 1 godina prije

Learn the Python Django framework with this free full course. Django is an extremely popular and fully featured server-side web framework, written in Python. Django allows you to quickly create web apps.

💻Code:
https://github.com/codingforen....trepreneurs/Try-Djan

⭐️Course Contents ⭐️
⌨️ (0:00:00) 1 - Welcome
⌨️ (0:01:14) 2 - Installing to Get Started
⌨️ (0:05:02) 3 - Setup your Virtual Environment for Django
⌨️ (0:14:39) 4 - Create a Blank Django Project
⌨️ (0:18:54) 5 - Setup Your Code Text Editor
⌨️ (0:22:27) 6 - Settings
⌨️ (0:29:58) 7 - Built-In Components
⌨️ (0:33:57) 8 - Your First App Component
⌨️ (0:42:34) 9 - Create Product Objects in the Python Shell
⌨️ (0:46:18) 10 - New Model Fields
⌨️ (0:52:52) 11 - Change a Model
⌨️ (0:59:27) 12 - Default Homepage to Custom Homepage
⌨️ (1:04:48) 13 - URL Routing and Requests
⌨️ (1:10:23) 14 - Django Templates
⌨️ (1:16:50) 15 - Django Templating Engine Basics
⌨️ (1:24:00) 16 - Include Template Tag
⌨️ (1:26:49) 17 - Rendering Context in a Template
⌨️ (1:33:21) 18 - For Loop in a Template
⌨️ (1:37:01) 19 - Using Conditions in a Template
⌨️ (1:42:17) 20 - Template Tags and Filters
⌨️ (1:48:59) 21 - Render Data from the Database with a Model
⌨️ (1:59:55) 22 - How Django Templates Load with Apps
⌨️ (2:06:50) 23 - Django Model Forms
⌨️ (2:14:16) 24 - Raw HTML Form
⌨️ (2:25:33) 25 - Pure Django Form
⌨️ (2:35:30) 26 - Form Widgets
⌨️ (2:41:29) 27 - Form Validation Methods
⌨️ (2:48:59) 28 - Initial Values for Forms
⌨️ (2:51:42) 29 - Dynamic URL Routing
⌨️ (2:54:26) 30 - Handle DoesNotExist
⌨️ (2:56:24) 31 - Delete and Confirm
⌨️ (2:58:24) 32 - View of a List of Database Objects
⌨️ (3:00:00) 33 - Dynamic Linking of URLs
⌨️ (3:01:17) 34 - Django URLs Reverse
⌨️ (3:03:10) 35 - In App URLs and Namespacing
⌨️ (3:07:35) 36 - Class Based Views - ListView
⌨️ (3:10:45) 37 - Class Based Views - DetailView
⌨️ (3:15:38) 38 - Class Based Views - CreateView and UpdateView
⌨️ (3:21:23) 39 - Class Based Views - DeleteView
⌨️ (3:24:02) 40 - Function Based View to Class Based View
⌨️ (3:27:15) 41 - Raw Detail Class Based View
⌨️ (3:30:31) 42 - Raw List Class Based View
⌨️ (3:33:32) 43 - Raw Create Class Based View
⌨️ (3:26:03) 44 - Form Validation on a Post Method
⌨️ (3:37:58) 45 - Raw Update Class Based View
⌨️ (3:41:13) 46 - Raw Delete Class Based View
⌨️ (3:42:17) 47 - Custom Mixin for Class Based Views

Course from Coding for Entrepreneurs. Check out their YouTube channel: https://www.youtube.com/channe....l/UCWEHue8kksIaktO8K

Also, check out the Coding For Entrepreneurs website for more great content: https://www.codingforentrepreneurs.com

--

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

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

Build A Python GUI App Tutorial
Build A Python GUI App Tutorial 121gamers 0 Pogledi • 1 godina prije

My new HTML5 & CSS3 COURSE IS OUT NOW!
https://developedbyed.com/

In todays episode we are going to take a look on how we can build out a python gui app.
In todays era of improving our workflow, we are going to build an app that lets us auto open up a bunch of other apps that we would normally use. You can imagine it as being a workspace opener.

If you want to learn more about python or you are a python beginner this is a great tutorial for you to build out some practical apps.

All the code will be available on patreon.

🎁Support me on Patreon for exclusive episodes, discord and more!
https://www.patreon.com/dev_ed

Microphones I Use
Audio-Technica AT2020 - https://geni.us/Re78 (Amazon)
Deity V-Mic D3 Pro - https://geni.us/y0HjQbz (Amazon)
BEHRINGER Audio Interface - https://geni.us/AcbCpd9 (Amazon)

Camera Gear
Fujifilm X-T3 - https://geni.us/7IM1 (Amazon)
Fujinon XF18-55mmF2.8-4 - https://geni.us/sztaN (Amazon)

PC Specs
Kingston SQ500S37/480G 480GB - https://geni.us/s7HWm (Amazon)
Gigabyte GeForce RTX 2070 - https://geni.us/uRw71gN (Amazon)
AMD Ryzen 7 2700X - https://geni.us/NaBSC (Amazon)
Corsair Vengeance LPX 16GB - https://geni.us/JDqK1KK (Amazon)
ASRock B450M PRO4 - https://geni.us/YAtI (Amazon)
DeepCool ATX Mid Tower - https://geni.us/U8xJY (Amazon)
Dell Ultrasharp U2718Q 27-Inch 4K - https://geni.us/kXHE (Amazon)
Dell Ultra Sharp LED-Lit Monitor 25 2k - https://geni.us/bilekX (Amazon)
Logitech G305 - https://geni.us/PIjyn (Amazon)
Logitech MX Keys Advanced - https://geni.us/YBsCVX0 (Amazon)

DISCLAIMERS:
I am 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.


🛴 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/

#python #programming

Convert GUI App to Real Program -  Python to exe to setup wizard
Convert GUI App to Real Program - Python to exe to setup wizard 121gamers 0 Pogledi • 1 godina prije

You've just made a beautiful GUI app with Python - but there's a big difference between creating an app for your personal use and distributing it all across the web, reaching many people who don't necessarily know anything about Python.
In this tutorial, I will show you exactly how to convert your Tkinter, Kivy, KivyMD, PyQT5, or other GUIs into a full-blown professional program! 🤩🤩🤩
The end result is a 😱 SINGLE SETUP FILE 😱 which anyone can download and install on their computer - even your grandmom!!! 👵
We will use Pyinstaller to create an executable file and Inno Setup to bundle it with dependencies and convert them into a setup wizard.
In addition, we will discuss some common errors, how to fix them and how to avoid irrelevant instructions (hint: do we really need to modify the SPEC file? 🤔)
We will briefly tackle licensing (open source, as you may guess 😉), and generating icons.
Please note, this video is designed for Windows developers and users! However, I will cover Linux and Mac as well in some future tutorials... the Mac tutorial is of course inspired by Tom! XDD (but only members of our Discord community will understand the joke, this is how I test if they read video descriptions 😅)

-------------------------------------------
⏰ Time Stamps ⏰
-------------------------------------------
00:00 - intro
00:40 - project files and database
01:31 - download Random Recipe Picker (or use your own Python app)
03:29 - install requirements.txt
03:46 - Pyinstaller vs auto-py-to-exe
04:25 - run Pytinstaller builder
05:22 - prep GUI script for Pyinstaller
05:56 - resource path (and important sys._MEIPASS fix!)
08:18 - SPEC file
09:20 - generate software icons
10:04 - convert script and assets to exe file
11:22 - fix Pyinstaller File Not Found Error
12:48 - test executable
13:36 - install Inno Setup
14:17 - convert exe and assets into a setup file
16:39 - license
20:00 - add subdirectories to Inno Setup compilable
21:56 - test setup file on another PC
22:57 - thanks for watching! :)

-------------------------------------------
📽️ Important Tutorials 📽️
-------------------------------------------
⭐ Create GUI App with SQLite and Tkinter (Random Recipe Picker):
https://youtu.be/5qOnzF7RsNA
⭐ Anaconda for Beginners:
https://youtu.be/MUZtVEDKXsk
⭐ Convert .py to .exe with auto-py-to-exe:
https://youtu.be/Y0HN9tdLuJo

-------------------------------------------
💻 VENV Alternative 💻
-------------------------------------------
$ python3 -m venv name_of_my_env
$ source name_of_my_env/bin/activate

-------------------------------------------
🖇️ Tutorial Links 🖇️
-------------------------------------------
🔗 Random Recipe Picker Repository: https://github.com/MariyaSha/RandomRecipePicker
🔗 Resource Path Function (Stack Overflow): https://stackoverflow.com/ques....tions/31836104/pyins
🔗 PNG to ICO Icon Converter: https://image.online-convert.com/convert-to-ico
🔗 Inno Setup: https://jrsoftware.org/isinfo.php
🔗 Open Source Initiative MIT License: https://opensource.org/licenses/MIT

-------------------------------------------
🤝 Connect with me 🤝
-------------------------------------------
🔗 Github:
https://github.com/mariyasha
🔗 Discord:
https://discord.com/invite/wgTTmsWmXA
🔗 LinkedIn:
https://ca.linkedin.com/in/mariyasha888
🔗 Twitter:
https://twitter.com/mariyasha888
🔗 Blog:
https://www.pythonsimplified.org

-------------------------------------------
💳 Credits 💳
-------------------------------------------
⭐ Beautiful titles, transitions, sound FX, and music:
mixkit.co
⭐ Beautiful icons:
flaticon.com

#gui #graphics #app #application #python #pythonprogramming #exe #pythoncoding #software #softwaredevelopment #pythonsimplified #convert #code #pyinstaller #innosetup #wizard #windows

Learn Python - Full Course for Beginners [Tutorial]
Learn Python - Full Course for Beginners [Tutorial] 121gamers 0 Pogledi • 1 godina prije

This course will give you a full introduction into all of the core concepts in python. Follow along with the videos and you'll be a python programmer in no time!

Click the ⚙️ to change to a dub track in Spanish, Arabic, or Portuguese, or Hindi.
(Hindi dubbed via Melt Labs -
https://www.withmelt.com/)

Want more from Mike? He's starting a coding RPG/Bootcamp - https://simulator.dev/

⭐️ Contents ⭐
⌨️ (0:00) Introduction
⌨️ (1:45) Installing Python & PyCharm
⌨️ (6:40) Setup & Hello World
⌨️ (10:23) Drawing a Shape
⌨️ (15:06) Variables & Data Types
⌨️ (27:03) Working With Strings
⌨️ (38:18) Working With Numbers
⌨️ (48:26) Getting Input From Users
⌨️ (52:37) Building a Basic Calculator
⌨️ (58:27) Mad Libs Game
⌨️ (1:03:10) Lists
⌨️ (1:10:44) List Functions
⌨️ (1:18:57) Tuples
⌨️ (1:24:15) Functions
⌨️ (1:34:11) Return Statement
⌨️ (1:40:06) If Statements
⌨️ (1:54:07) If Statements & Comparisons
⌨️ (2:00:37) Building a better Calculator
⌨️ (2:07:17) Dictionaries
⌨️ (2:14:13) While Loop
⌨️ (2:20:21) Building a Guessing Game
⌨️ (2:32:44) For Loops
⌨️ (2:41:20) Exponent Function
⌨️ (2:47:13) 2D Lists & Nested Loops
⌨️ (2:52:41) Building a Translator
⌨️ (3:00:18) Comments
⌨️ (3:04:17) Try / Except
⌨️ (3:12:41) Reading Files
⌨️ (3:21:26) Writing to Files
⌨️ (3:28:13) Modules & Pip
⌨️ (3:43:56) Classes & Objects
⌨️ (3:57:37) Building a Multiple Choice Quiz
⌨️ (4:08:28) Object Functions
⌨️ (4:12:37) Inheritance
⌨️ (4:20:43) Python Interpreter

Course developed by Mike Dane. Check out his YouTube channel for more great programming courses: https://www.youtube.com/channe....l/UCvmINlrza7JHB1zkI

🐦Follow Mike on Twitter - https://twitter.com/mike_dane

🔗If you liked this video, Mike accepts donations on his website: https://www.mikedane.com/contribute/

⭐️Other full courses by Mike Dane on our channel ⭐️
💻C: https://youtu.be/KJgsSFOSQv0
💻C++: https://youtu.be/vLnPwxZdW4Y
💻SQL: https://youtu.be/HXV3zeQKqGY
💻Ruby: https://youtu.be/t_ispmWmdjY
💻PHP: https://youtu.be/OK_JCtrrv-c
💻C#: https://youtu.be/GhQdlIFylQ8

--

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

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

Web Development with Python Tutorial – Flask & Dynamic Database-Driven Web Apps
Web Development with Python Tutorial – Flask & Dynamic Database-Driven Web Apps 121gamers 0 Pogledi • 1 godina prije

Learn how to develop Dynamic Database-Driven Web Apps with Python, Flask, and MySQL. This course is broken up into two parts. In part one, you will learn how to build and deploy a site using the Flask Python web framework. In part two, you will connect the Flask application from the first part to a cloud MySQL database and learn how to deploy a production-ready database-driven web application.

✏️ Aakash N S created this course.
🔗 Submit your project & earn a certificate:
https://jovian.com/learn/web-d....evelopment-with-pyth
🔗 Check out Jovian’s YouTube channel: https://youtube.com/@jovianhq

Notes & references links:
🔗 Part 1: https://jovian.com/aakashns/we....b-development-with-p
🔗 Part 2: https://jovian.com/aakashns/da....tabase-driven-web-ap

⭐️ Contents ⭐️
Part 1
⌨️ (0:00:00) Introduction
⌨️ (0:02:07) 1.1 Project Setup & Flask Basics
⌨️ (0:22:25) 1.2 Building Web Pages using HTML
⌨️ (0:40:57) 1.3 Styling with CSS & Bootstrap
⌨️ (1:08:25) 1.4 Dynamic Data using Templates
⌨️ (1:27:22) 1.5 Deploying to the Cloud with Render
⌨️ (1:42:39) 1.6 Functional and Aesthetic Improvements
⌨️ (1:58:44) 1.7 Summary & Future Work

Part 2
⌨️ (2:04:19) Database-Driven Web Applications
⌨️ (2:07:24) 2.1 Project Setup & Deployment
⌨️ (2:21:44) 2.2 Cloud MySQL Database Setup
⌨️ (2:36:20) 2.3 DB Connection with SQLAlchemy
⌨️ (2:56:22) 2.4 Display DB Data on Web Page
⌨️ (3:20:04) 2.5 Dynamic Database-Driven Pages
⌨️ (3:49:23) 2.6 HTML Form for Applications
⌨️ (4:15:37) 2.7 Saving Applications to DB
⌨️ (4:26:23) 2.8 Summary & Future Work

⌨️ (4:37:50) Conclusion



🎉 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

3 Great Books for Learning Python - Beginner to Proficiency
3 Great Books for Learning Python - Beginner to Proficiency 121gamers 0 Pogledi • 1 godina prije

Visit https://brilliant.org/PythonProgrammer/ to get started for free and get 20% off your annual subscription.

Thanks to Brilliant for sponsoring this video :-)

These 3 books will take you all the way from beginner to proficient. I think they're excellent and I really recommend them.

Here are the reviews of 2 of the books mentioned
Impractical Python Projects
https://youtu.be/-RxWRcaYiEU
Buy the book here (affiliate link) https://amzn.to/3uCRtHH

Python Distilled
https://youtu.be/uTj8yj6Z8L0
Buy the book here https://amzn.to/37B1s8p - affiliate link

Learn Python with Giles
🎓 Exploratory Data Analysis with Python and Pandas - https://bit.ly/2QXMpxJ
🎓 Complete Python Programmer Bootcamp - http://bit.ly/2OwUA09

📚 My favourite python books for beginners (affiliate links)
📗 Python Crash Course 2nd Edition https://amzn.to/33tATAE
📘 Automate the Boring Stuff with Python https://amzn.to/3qM1DFl
📙 Python Basics - A Practical Introduction to Python 3 https://amzn.to/3fHRMdb
📕 Python Programming An Introduction to Computer Science https://amzn.to/33VeQCr
📗 Invent Your Own Computer Games with Python https://amzn.to/3FM3H4b

🆓 Free Python Resource
https://python-programming.qua....ntecon.org/intro.htm
(This is a great introduction to python)

⚙ My Gear
💡 BenQ Screen Bar Desk Light - https://amzn.to/3tH6ysL
🎧 Sony Noise Cancelling Headphones - https://amzn.to/3tLl82G



📱 Social Media
https://www.instagram.com/gilesmcmullen/
https://twitter.com/GilesMcMullen

👌 SUBSCRIBE to ME!👌
https://www.youtube.com/channe....l/UC68KSmHePPePCjW4v
#python #learnpython #100daysofcode

Python Curses Tutorial #1 - Make GOOD Looking Terminal Apps!
Python Curses Tutorial #1 - Make GOOD Looking Terminal Apps! 121gamers 0 Pogledi • 1 godina prije

Welcome back to another video! In this series I will be showing you how to use the Curses Module! I'll be showing you how to style it, update it, refresh it and all kinds of awesome stuff!

📄 Resources 📄
Fix Pip (Windows): https://www.youtube.com/watch?v=AdUZArA-kZw&t=204s
The Best Python Project For Beginners:
https://www.youtube.com/watch?v=NQ5i1kJAA6Y
Curses Documentation: https://docs.python.org/3/library/curses.html

📚 Playlist: https://www.youtube.com/watch?v=Db4oc8qc9RU&list=PLzMcBGfZo4-n2TONAOImWL4sgZsmyMBc8

⭐️ Timestamps ⭐️
00:00 | Series Overview
01:09 | Curses Demo
02:51 | Curses Setup
03:42 | Initializing Curses
05:58 | Running Curses Code
10:48 | Adding Text To The Screen
14:36 | Adding Attributes (Teaser)

◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️
💰 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/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 🎬
🎥 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 NT1): https://amzn.to/2HrZxXc
🎤 Secondary Microphone (Synco Wireless Lapel System): https://amzn.to/3e07Swl
🎤 Third Microphone (Rode NTG4+): https://amzn.to/3oi0v8Z
☀️ Lights: https://amzn.to/2ApeiXr
⌨ Keyboard (Daskeyboard 4Q): https://amzn.to/2YpN5vm
🖱 Mouse (Logitech MX Master): https://amzn.to/2HsmRDN
📸 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
💻 Monitor (BenQ EX2780Q): https://amzn.to/2HsmUPZ
💻 Monitor (LG Ultrawide 34WN750): https://amzn.to/3dSD7tS
🎙 Mic Boom Arm (Rode PSA 1): https://amzn.to/30EZw9m
🎚 Audio Interface (Focusrite Scarlet 4i4): https://amzn.to/2TjXsih

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

⭐️ Tags ⭐️
-Tech With Tim
-Python Curses
-Setup Curses Module
-Curses Tutorial
-Make Terminal Apps

⭐️ Hashtags ⭐️
#TechWithTim #CursesTutorial

My Python Development Environment Setup - Full Tutorial
My Python Development Environment Setup - Full Tutorial 121gamers 0 Pogledi • 1 godina prije

Today, I'll share with you how to set up your Development Environment for Python Code. These are the setups and environment that I recommend you use on a daily basis.

💻 Thanks to Linode for sponsoring this video! Get a $100 60-day credit when you sign up with a new account from:
https://linode.com/techwithtim

Download Anaconda: https://www.datacamp.com/tutor....ial/installing-anaco

Add Anaconda To Path: https://www.datacamp.com/tutor....ial/installing-anaco

Download VSCode: https://code.visualstudio.com/

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

⭐️ Timestamps ⭐️
00:00 | Intro
00:44 | Linode
01:45 | Virtual Environments/Anaconda
10:10 | Code Editor/VSCode
13:45 | Formatters
16:15 | Autocomplete/Intellisense
18:15 | VSCode Extensions

◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️
👕 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
- Python Development
- Coding

⭐️ Hashtags ⭐️
#techwithtim #developer #python #howtolearncoding

5 Amazing Ways to Automate Your Life using Python
5 Amazing Ways to Automate Your Life using Python 121gamers 0 Pogledi • 1 godina prije

🚀 Become a Python Developer TODAY - https://bit.ly/3TyYKGy

5 Quick Python Automation projects that are perfect for beginners to automate your life.

Being able to automate boring everyday tasks with Python is legitimately the closest thing I have ever seen to magic.

⌨️ Code: https://github.com/tuomaskivio....ja/5-super-quick-aut

OTHER PYTHON AUTOMATION VIDEOS YOU SHOULD WATCH
✅ 3 PYTHON AUTOMATION PROJECTS FOR BEGINNERS - https://youtu.be/vEQ8CXFWLZU
🧠 Start Automating Your Life Using Python! (File Management with Python Tutorial) - https://youtu.be/NCvI-K0Gp90
📗 How I AUTOMATE my FINANCES USING PYTHON - https://youtu.be/IbdgcUqWSeo
🔥 How I Automate My TIME MANAGEMENT using PYTHON & Google Calendar - https://youtu.be/vUOtS6zU40A

🤖 FULL AUTOMATION PLAYLIST - https://youtube.com/playlist?l....ist=PLe2lWnS2pvv0ByU

Just being able to take a task in my everyday life and with my own fingers be able to create an unpaid assistant for myself that can just do this task for me forever is truly a magical feeling.

And after this video, my hope if that if you haven’t already, you will be able to open your eyes to the amazing world of all the things that Python allows us to create.

So to that effect, welcome to another pyrhon automation tutorial on my channel. I am about to show you 5 very quick and simple python automation projects that you can literally go and build right after you finish this video in one weekend.

These are not just ang mickey mouse projects that you will see in most tutorials - these are legitimate projects that can be used to solve actual problems in many different domains which is also exactly what employers want to see.

Yet another reason why learning to build automation projects is an excellent place to start to hone your programming skill sis becaus ethe mindset you will develop serves as a perfect stepping stone to also move into more serious AI programming, and in this new age of AI & chat GPT, I don’t think I need o tell you how important this is to insure yourself against the risk of other kind of programming being swept away by AI programming - learn to be the one replacing menial tasks rather than being replaced.

By watching this video you will learn the following:

-how to find & use libraries in Python

-how to use APIs

-and of course, lots of practice solving actual problems using programming fundamentals

MY RESOURCES:

🧠 Sign Up to my Newsletter to get my Free Online Computer Science Degree Template - https://academy.internetmadeco....der.com/internet-mad

🎉 Data Structures & Algorithms Masterclass (coming soon) - https://academy.internetmadeco....der.com/data-structu

MY FREE CLASS:
🚀 How to Successfully Learn to Code and Become a Software Developer - A Step-by-Step Framework - https://skl.sh/3WvgSzZ

📸 FOLLOW ME ON INSTAGRAM - https://www.instagram.com/tuomaskivioja/

CODING RESOURCES I LIKE
💰 ZERO TO MASTERY CODING COURSES. Use Code FRIENDS10 for 10% off - https://academy.zerotomastery.....io/a/aff_r1613hhr/ex
🧠 BEST MACHINE LEARNING COURSE - https://academy.zerotomastery.....io/a/aff_pbptbybr/ex
💻 COMPLETE WEB DEVELOPER - ZERO TO MASTERY - https://academy.zerotomastery.....io/a/aff_r1613hhr/ex
➕ BEST DATA STRUCTURES & ALGORITHMS COURSE - https://academy.zerotomastery.....io/a/aff_nqb6sg6w/ex
📗 BEST BOOK TO PASS CODING INTERVIEWS - https://amzn.to/3i8B8EK
☕️ BEST JAVA COURSE - https://click.linksynergy.com/deeplink?id=5Oygk*VSRDk&mid=39197&murl=https%3A%2F%2Fwww.udemy.com%2Fcourse%2Fjava-the-complete-java-developer-course%2F

OTHER AMAZING LEARNING RESOURCES
📘 How I Learn Skills Fast - https://amzn.to/3v16zYH
📙 Learning How to Learn Course - https://imp.i384100.net/JrGLoe

⌨️ MY KEYBOARD - https://iqunix.store/discount/....coder/?redirect=/pro

CHAPTERS:
0:00 Why Python is so magical
0:49 Idea 1
4:24 Idea 2
7:01 Idea 3
9:00 Idea 4
11:46 Idea 5
14:50 How to MASTER Python

DISCLAIMER: some of the links in the description may be affiliate links. If you purchase a product or service using the links that I provide I may receive a small commission. This is no extra charge to you! Thanks for supporting Internet Made Coder :)

Mobile App with KivyMD - Python GUI for Android - Binary to Decimal Converter
Mobile App with KivyMD - Python GUI for Android - Binary to Decimal Converter 121gamers 0 Pogledi • 1 godina prije

In this step by step tutorial, we will create a Binary to Decimal / Decimal to Binary converter app - with the help of Python and KivyMD 🥝🥝🥝
This tutorial is a bit more advanced than the rest as it involves classes, but don't worry - I will post a tutorial about classes shortly! so if there's anything you didn't understand, you'll get a proper detailed and simplified explanation very soon 😉

🥝 Part 2 - Fraction Conversion & Exceptions Tutorial 🥝:
https://youtu.be/2aRBkAA1_9o

🥝 PART 3 - Convert Python App to Android .apk 🥝
https://youtu.be/VsTaM057rdc

You also might find these tutorials helpful:

My Binary to Decimal Math Tutorial:
https://youtu.be/4IFq7_s9NEA

My Python Classes & Objects Tutorial:
https://youtu.be/f0TrMH9s-VE

⭐ time stamps: ⭐
*******************************************
00:00 - intro
00:38 - MD toolbar Widget
00:23 - Icon button for MD toolbar
03:47 - View the full list of icons
04:18 - Image Widget
05:25 - Text Input Widget (MD Text Field)
07:21 - MD Label Widget
09:15 - MD Button with ROUNDED CORNERS
10:29 - Convert Binary to Decimal
13:43 - Conversion Flip and State
16:20 - Convert Decimal to Binary
18:38 - Change KivyMD Theme
20:21 - What's left to do?
21:37 - Thanks for watching! 😀

PLEASE NOTE:
Both flip() and convert() can be done in fewer lines of code!
Check out the complete app on Github (link below) to see the shorter version

⭐ starter code: ⭐
*******************************************
from kivymd.uix.screen import MDScreen
from kivymd.app import MDApp
from kivy.uix.image import Image
from kivymd.uix.button import MDFillRoundFlatIconButton, MDFillRoundFlatButton
from kivymd.uix.textfield import MDTextField
from kivymd.uix.label import MDLabel
from kivymd.uix.toolbar import MDToolbar

class ConverterApp(MDApp):
def build(self):
screen = MDScreen()
#UI Widgets go here
return screen

if __name__ == '__main__':
ConverterApp().run()
*******************************************

Github Repository:
https://github.com/MariyaSha/BinarytoDecimal

All available KivyMD icons:
https://kivymd.readthedocs.io/....en/latest/themes/ico

Thank you so much for watching! 🤩

Beautiful Kiwis in the background are from:
freepik.com

Python Socket Programming Tutorial
Python Socket Programming Tutorial 121gamers 0 Pogledi • 1 godina prije

This socket programming tutorial will show you how to connect multiple clients to a server using python 3 sockets. It covers how to send messages from clients to server and from server to clients. I will also show you how to host your socket server locally or globally across the internet so anyone can connect. This uses the python 3 socket and threading module.

Code Download:
https://techwithtim.net/tutori....als/socket-programmi

◾◾◾◾◾
💻 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
- Python Socket Programming
- Socket Programming Python
- Python Sockets Multiple Clients
- Socket Tutorial Python
- Python 3 Sockets

⭐ Hashtags ⭐
#python #sockets

Showing 18 out of 19