background top icon
background center wave icon
background filled rhombus icon
background two lines icon
background stroke rhombus icon

Download "Уроки Python / Работа и отладка в Visual Studio"

input logo icon
Video tags
|

Video tags

python
Python Visual Studio
python 3.8
программирование python
python с нуля уроки
питон с нуля
разработка на python
для чайников
изучение python
python основы
python обучение
с нуля
уроки
питон уроки
python уроки
python 3
курс python
питон
пайтон
python3
приложение python
Работа и отладка в Visual Studio
python для начинающих с нуля
python для анализа данных
python для егэ
python для новичков
python для школьников
python уроки 2020
pyqt5
pyqt5 py
урокиpython
урокипитон
программирование
дляначинающих
Subtitles
|

Subtitles

subtitles menu arrow
  • ruRussian
Download
00:00:02
programming school wispud gave you a
00:00:04
lesson on python in this lesson I
00:00:06
will show you how to make your code
00:00:09
run inside visual studio and you
00:00:11
can work with it and debug it,
00:00:14
it’s easy so if you take
00:00:17
lessons you must subscribe to our
00:00:19
channel and like
00:00:20
let's get started switch to the
00:00:22
desktop switch
00:00:23
of course let's launch the
00:00:26
studio visa let's launch the studio visa you and I will
00:00:29
now create a new project for
00:00:32
our python this is how the studio visa is launched take
00:00:34
create new project and here in
00:00:40
languages ​​we write python to
00:00:42
python like this, of course we select python
00:00:45
applications,
00:00:46
this is a project for creating an application on the
00:00:49
command line,
00:00:50
let's first take it to the
00:00:53
Jang projects in the project and so on, we'll
00:00:55
look at it in the next lessons,
00:00:57
take python, comb it, take next, give
00:01:02
it a name python applications one,
00:01:04
take credit and you and I will now
00:01:07
create a project for our python, here
00:01:10
it is an empty project that created everything,
00:01:12
now we need to insert some
00:01:14
code for our application here, let's take the
00:01:17
code from our last lesson, minimize the
00:01:20
window, go to the folder in 5 package and 5 and take
00:01:25
this code edit their idol and take
00:01:29
version 3 3.7
00:01:30
copy the entire code with the right button take
00:01:33
the copy minimize the window
00:01:35
return to the code editor for the
00:01:38
studio visa paste our code here take
00:01:41
posts and our code is pasted here it is our con
00:01:45
ok the first thing you and I must
00:01:48
do before running our code this is
00:01:51
to understand how many versions of python you have
00:01:53
installed on your system, for example, I have two of them,
00:01:56
37 and 38, and the modules that I installed
00:02:01
for python are installed version 3.7,
00:02:05
so first, before running the code, I
00:02:08
must you
00:02:09
from the python environment for our code,
00:02:11
take aus, select python and select this
00:02:17
python item involvement
00:02:19
either contra to or contra
00:02:22
apostrophe python in varmints I choose
00:02:25
this is where I have to choose the environment
00:02:28
to run python now it is
00:02:30
installed in python 3. 7 32 bit
00:02:34
if I take python 3 8 and click here make the
00:02:37
whole thing in default in warm it for new
00:02:39
products like this, when I started
00:02:42
my project I got an error,
00:02:44
look, I click start,
00:02:48
the version of python 3 is launched. 8 and I get
00:02:51
an error because there is no such module,
00:02:53
the package is again about installing version
00:02:57
3.7 and, of course, in these we’ll stop, take the
00:03:00
debug and stacks of goddesses, return to
00:03:04
python and romance
00:03:06
here and select the version that
00:03:08
you have that contains this module in my
00:03:11
case weigh 3.7 and I press make who's
00:03:15
who give out in warm and a new projects
00:03:18
and right now, when I
00:03:20
run my code, it will run
00:03:22
in this particular version of python, we press
00:03:25
start, see the error now did not appear
00:03:30
here, yes it did occur, it is that this
00:03:32
file does not is located in the current directory
00:03:34
where our project is located, so either we
00:03:37
copy this file
00:03:39
into our project or paste a
00:03:41
link here to this file, click debug and
00:03:44
100 where gods go to our project, copy
00:03:48
this link where our file is located and
00:03:51
paste it here, don’t forget slash and
00:03:55
Of course, fresh lisette should be double
00:03:58
in this case, now it will just be a
00:04:00
slash, that is, the path to this file, and
00:04:02
of course now when we take
00:04:04
the debug and start the buoy, our file will now
00:04:07
launch without errors, let us
00:04:09
do just that, press start and the gods
00:04:12
version will start python 3 7 32 bit
00:04:16
and of course our dialog
00:04:18
box that you and I created
00:04:20
opaque launched again, press the push loaf
00:04:24
here, look here, you and I
00:04:26
press will unsubscribe not only in this
00:04:28
window to the python console, but also
00:04:31
press it here several times, we have
00:04:34
duplicated output both here and here, that is,
00:04:37
the console itself is duplicated in the output,
00:04:40
great, that is, we can now
00:04:43
edit our python code in visa
00:04:47
studio, very cool, let's press
00:04:50
the cross, close it with our application,
00:04:53
come back here and of course we can now
00:04:56
use all the class features of
00:04:59
our visa studio
00:05:01
for example, we can put a breakpoint here like this
00:05:04
and before printing
00:05:06
the press from, we can return our code and
00:05:09
look at the value of our variables,
00:05:11
let's take debug stud de goddess,
00:05:14
launch our application and when you
00:05:17
press the button, our code will break
00:05:20
and we will return to
00:05:22
click on this breakpoint on the push button, look,
00:05:26
we interrupted the execution of our
00:05:29
code, that is, using
00:05:32
code interruption allows you to
00:05:34
interrupt the execution of the program at this very moment in time
00:05:38
and see all the values ​​of your changes to
00:05:40
your objects, what they contain inside
00:05:43
them, how they changed so that you
00:05:45
could analyze your code and then
00:05:48
change your code, depending on how
00:05:51
your conceived idea is executed.
00:05:54
In this case, click continue and
00:05:56
return control to our program,
00:05:59
see here I wrote espresso and if
00:06:02
we click on the push button again,
00:06:05
this will be called again interrupting the code,
00:06:09
click again, we stood
00:06:12
here again, that is, we will add up again to see
00:06:14
all our elements as they are executed, and
00:06:17
so on, but we clicked continue with you
00:06:20
and again returned our program well, that
00:06:22
is, it uses a break point, you
00:06:24
can always look at what is
00:06:26
happening in your program with variables with
00:06:28
objects
00:06:29
this is very cool now we
00:06:31
have launched python inside the visual studio editor
00:06:34
now you can use all these
00:06:36
features to create your
00:06:38
applications in python thank you for your attention
00:06:41
subscribe to our channel like
00:06:43
comment ask questions
00:06:44
everyone good luck in such classes endeavors
00:06:47
thank you

Description:

Привет друзья! Сейчас мы с вами научимся работать с Python в Visual Studio. Запустим наш проект на PyQt5 в Visual Studio и сделаем отладку кода. На этом уроке мы с вами: ✔ Научимся работать с Python в Visual Studio. ✔ Научимся делать прерывания кода – точки остановки – для отладки. ✔ Научимся выбирать версию Python для работы в Visual Studio. ✔ Телеграм - https://t.me/wiseplat 🚀 ✔ Вступай в группу Вк - https://vk.com/wiseplat1 🚀 ✔ Подписывайся https://dzen.ru/id/5e9a612424270736479fad54 ✔ Поддержи проект: https://wiseplat.org/donat ❗️❗️❗️ Когда у вас установлено несколько версий Python на компьютере, то конечно при установке модулей для Python, они ставятся в ту версию, которую вы выбираете. Поэтому для правильной работы кода в Visual Studio вы должны установить/выбрать рабочее окружение для вашей программы с той версией пайтон, которая содержит в себе установленные модули. ✅ Теперь вы можете работать с Python в Visual Studio! Уроки по Python помогут в этом! - Уроки от #OlegShpagin 👨🏼💻 Ставь лайк, если тебе понравилось видео 👍 ►► Подписывайся на канал!

Preparing download options

popular icon
Popular
hd icon
HD video
audio icon
Only sound
total icon
All
* — If the video is playing in a new tab, go to it, then right-click on the video and select "Save video as..."
** — Link intended for online playback in specialized players

Questions about downloading video

mobile menu iconHow can I download "Уроки Python / Работа и отладка в Visual Studio" video?mobile menu icon

  • http://unidownloader.com/ website is the best way to download a video or a separate audio track if you want to do without installing programs and extensions.

  • The UDL Helper extension is a convenient button that is seamlessly integrated into YouTube, Instagram and OK.ru sites for fast content download.

  • UDL Client program (for Windows) is the most powerful solution that supports more than 900 websites, social networks and video hosting sites, as well as any video quality that is available in the source.

  • UDL Lite is a really convenient way to access a website from your mobile device. With its help, you can easily download videos directly to your smartphone.

mobile menu iconWhich format of "Уроки Python / Работа и отладка в Visual Studio" video should I choose?mobile menu icon

  • The best quality formats are FullHD (1080p), 2K (1440p), 4K (2160p) and 8K (4320p). The higher the resolution of your screen, the higher the video quality should be. However, there are other factors to consider: download speed, amount of free space, and device performance during playback.

mobile menu iconWhy does my computer freeze when loading a "Уроки Python / Работа и отладка в Visual Studio" video?mobile menu icon

  • The browser/computer should not freeze completely! If this happens, please report it with a link to the video. Sometimes videos cannot be downloaded directly in a suitable format, so we have added the ability to convert the file to the desired format. In some cases, this process may actively use computer resources.

mobile menu iconHow can I download "Уроки Python / Работа и отладка в Visual Studio" video to my phone?mobile menu icon

  • You can download a video to your smartphone using the website or the PWA application UDL Lite. It is also possible to send a download link via QR code using the UDL Helper extension.

mobile menu iconHow can I download an audio track (music) to MP3 "Уроки Python / Работа и отладка в Visual Studio"?mobile menu icon

  • The most convenient way is to use the UDL Client program, which supports converting video to MP3 format. In some cases, MP3 can also be downloaded through the UDL Helper extension.

mobile menu iconHow can I save a frame from a video "Уроки Python / Работа и отладка в Visual Studio"?mobile menu icon

  • This feature is available in the UDL Helper extension. Make sure that "Show the video snapshot button" is checked in the settings. A camera icon should appear in the lower right corner of the player to the left of the "Settings" icon. When you click on it, the current frame from the video will be saved to your computer in JPEG format.

mobile menu iconWhat's the price of all this stuff?mobile menu icon

  • It costs nothing. Our services are absolutely free for all users. There are no PRO subscriptions, no restrictions on the number or maximum length of downloaded videos.