Mohammed Rezwanul Islam
Mohammed Rezwanul Islam
  • 67
  • 371 848
Setup Python and Visual Studio Code
Hi everyone! I’m Rezwan. Today I am going to show you, how to install python, visual studio code, integrate python with vscode and run our first application.
Open your windows explorer and click on the PC icon. Right-click and go to properties. In the system type, you can see that it is a 64-bit operating system. Nowadays most PCs are 64 bit but if your PC is 32 bit then you need to install 32-bit python and 32-bit visual studio code setup files.
Open your browser and google install python click on the first link from python.org and scroll down. Here you can see there are a lot of release versions, for this course, we are going to use version 3.8.10. Click on the link and go to the bottom of the page. You can see there is a windows installer for 64 bit. Download it. Open the installer and make sure “Add python 3.8 to PATH” is ticked and click install now. It will take some time to install the program. Now the installation is complete, click close.
Next, we are going to verify the installation process. Click on the start menu and type CMD. Open the command prompt. Type python and press enter. You will see the python version number and some other information. If you see this information then you have successfully installed python.
In this section, we are going to install visual studio code. Google install vscode and click on the first link from code.visualstudio.com. In the link, you will see there are setup files for all the major operating systems. I am going to download the system installer for windows 64 bit. Open the program after downloading. Select “I accept the agreement” and click next. In this screen make sure “Add to path” is ticked. Click next then click install. After the installation is complete, click finish.
Click the start menu and type visual studio. Open visual studio app. On the left side of the screen, you will see there are four squares. This is the extension button. Click on the extension and in the text box write python. Install the python extension from Microsoft. After the installation, exit the editor.
Now we are going to write our first program. Open Vscode, go to "File" and click "Open folder". Select the folder you wish to save your files. In my case, it is python_137 in C drive and click select folder. Make a new file and name it L1.py and save it. Write print(“Hello”). In the left bottom corner of your screen, it says python 3.8.10, If you have multiple pythons installed you can click here and select 3.8.10. To run the program, click run and start debugging. In the terminal on the bottom of the screen, you can see hello from the program. You can also click on the green button on the top right corner of your screen. It will also compile your program. So that’s the end of the video. Byeee.
Переглядів: 991

Відео

Disable/ Remove msn news feed from Microsoft Edge Browser 2021
Переглядів 4,7 тис.3 роки тому
Disable/ Remove msn news feed from Microsoft Edge Browser 2021. If you are using internet to waste your life then it is not for you.
Complex Arduino Clock - monoView
Переглядів 1833 роки тому
#Arduino #watch #clock #monoView Full fearured watch with a ton of features. The source code can be found here: github.com/shuzonudas/monoview/blob/master/U8g2/Examples/Gadgets/Watch/Watch.ino
Super Simple Arduino Scrollable Menu with u8g2 library
Переглядів 6 тис.3 роки тому
#menu #scrollable #GUI The link of the code can be found here: github.com/shuzonudas/monoview/tree/master/U8g2/Examples/Menu/simpleMenu Good luck!
monoView: First Power Up!
Переглядів 484 роки тому
monoView: First Power Up!
Altimeter - MonoView
Переглядів 1214 роки тому
Altimeter and temerature sensor example with monoView.
Spectrum Analyzer - MonoView
Переглядів 764 роки тому
A tiny spectrum analyzer on monoView.
FlappyBird Game - MonoView
Переглядів 604 роки тому
You can make games on monoView. This is a demo of popular flappy bird game. The link of the kickstarter is here: www.kickstarter.com/projects/rez-islam/monoview-a-tiny-arduino-built-for-sharing?ref=creator_nav
Cheap and Dirty Oscilloscope - MonoView
Переглядів 1364 роки тому
A little oscilloscope demo on monoView. It is not a professional oscilloscope and it is not trying to be one. Keep that in mind. Live on kickstarter: www.kickstarter.com/projects/rez-islam/monoview-a-tiny-arduino-built-for-sharing?ref=user_menu
MonoView - Kitchen Timer
Переглядів 504 роки тому
I like to set a time to do any task. That makes me very effecient.
MonoView: A tiny Arduino built for sharing.
Переглядів 1594 роки тому
Live on Kickstarter: www.kickstarter.com/projects/rez-islam/monoview-a-tiny-arduino-built-for-sharing?ref=discovery&term=monoview MonoView is a compact Arduino compatible board with built-in LCD, SD card holder, four buttons, power path management and a lipo charger. With LCD library support, it makes easier to bring your project to life. All this in a package that is less than half the size of...
ChargeMe: A Coin Cell Battery Charger.
Переглядів 15 тис.5 років тому
Support my project: www.kickstarter.com/projects/rez-islam/chargeme-a-coin-cell-battery-charger?ref=ksr_email_creator_launch I make a lot of coin cell powered projects and use the LIR2032 batteries quite regularly. The rated cycle of the LIR batteries are 500 cycles but in reality, it does not last that long. I did a bit of research and found out that the cheap Chinese charger was the culprit. ...
#7 NodeMCU/ ESp8266 Tutorial: Read SD card
Переглядів 2,1 тис.5 років тому
In this video I walk thorough the code necessary to read a text file from SD card. Similar approach can be taken to read other file formats. The code can be found here: github.com/shuzonudas/readSDcard/blob/master/readSDcard.ino
#6 NodeMCU/ ESp8266 Tutorial: Interface SD card
Переглядів 23 тис.5 років тому
In this video I show pinout of SD card and how to connect an SD card with esp8266. The SD card connection is as follow: SD pin 2 (CS) D8 SD pin 3 (MOSI) D7 SD pin 4 (3.3v) 3v SD pin 5 (SCK/clock) D5 SD pin 6 (GND) Ground SD pin 7 (MISO) D6. The code is in the arduino example. Goto FIles Examples scroll down and you will see SD(ESP8266) select the listFile example.
#5 NodeMCU/ ESp8266 Tutorial: ST7735 LCD with Adafruit Library
Переглядів 12 тис.5 років тому
#5 NodeMCU/ ESp8266 Tutorial: ST7735 LCD with Adafruit Library
Disable/ Remove msn news feed from Microsoft Edge Browser
Переглядів 15 тис.5 років тому
Disable/ Remove msn news feed from Microsoft Edge Browser
#4 NodeMCU/ ESp8266 Tutorial: SPI interface (ST7735 LCD Write Only)
Переглядів 15 тис.5 років тому
#4 NodeMCU/ ESp8266 Tutorial: SPI interface (ST7735 LCD Write Only)
#3 NodeMCU/ ESp8266 Tutorial: ADC and Vcc reading (Analog to Digital Converter)
Переглядів 11 тис.5 років тому
#3 NodeMCU/ ESp8266 Tutorial: ADC and Vcc reading (Analog to Digital Converter)
#2 NodeMCU/ ESp8266 Tutorial: GPIO (Digital Input and Output)
Переглядів 5 тис.5 років тому
#2 NodeMCU/ ESp8266 Tutorial: GPIO (Digital Input and Output)
#1 NodeMCU/ ESp8266 Tutorial: Getting Started (Setting up Arduino IDE)
Переглядів 1595 років тому
#1 NodeMCU/ ESp8266 Tutorial: Getting Started (Setting up Arduino IDE)
Easy LCD menu for Arduino (VScode)
Переглядів 9345 років тому
Easy LCD menu for Arduino (VScode)
#2 - Architecture- Standard Alone AVR Programmer
Переглядів 1615 років тому
#2 - Architecture- Standard Alone AVR Programmer
#1 Standard Alone AVR Programmer (Overview)
Переглядів 5745 років тому
#1 Standard Alone AVR Programmer (Overview)
hyundai i20 smart key battery replacement
Переглядів 55 тис.5 років тому
hyundai i20 smart key battery replacement
HMC5883 module tutorial
Переглядів 3885 років тому
HMC5883 module tutorial
monoView - An arduino with built in LCD
Переглядів 4825 років тому
monoView - An arduino with built in LCD
Quicko T12-952 Soldering station review
Переглядів 11 тис.6 років тому
Quicko T12-952 Soldering station review
Program atmega8 with arduino bootloader using arduino.
Переглядів 7 тис.6 років тому
Program atmega8 with arduino bootloader using arduino.
Bluetooth/ BLE remote control without external MCU (JDY-08)
Переглядів 11 тис.6 років тому
Bluetooth/ BLE remote control without external MCU (JDY-08)
BLE 4.0 module (JDY-08) tutorial/ review
Переглядів 25 тис.6 років тому
BLE 4.0 module (JDY-08) tutorial/ review

КОМЕНТАРІ

  • @RomaVarma-bo6nw
    @RomaVarma-bo6nw 2 місяці тому

    Coin charges mujhe milega kya

  • @yunkeacme
    @yunkeacme 3 місяці тому

    damm, what a terrible and confusing wiring lol

  • @raisalasalim3708
    @raisalasalim3708 3 місяці тому

    thank you very much. we took nas as project and were really hardstuck.

  • @Hnivek
    @Hnivek 3 місяці тому

    Could you make me a version that support CR2450 and charged wirelessly or via USB-C ?

  • @rodo19724
    @rodo19724 3 місяці тому

    Hola !! comprè dos rh_nrf24 , lo puse con dos arduino uno, dice que llega a 1000 mts. .pero a mi no me llega a 50 mts. .apenas, el regulador es de 800 mAh, la fuente 3.3 2A , los datos viajan OK pero no màs de 50 mts. .a lo sumo, ya probè todas las combinaciones posibles en el soft (MAX MIN , 250 kbps etc. ) - còmo puedo amplificar la señal , que tenga màs potencia ? con un transistor ? còmo ?

  • @JayalaxmiPrabhu-yj3if
    @JayalaxmiPrabhu-yj3if 4 місяці тому

    Where did you get the pcb for jdy 08

  • @Kabaselefh
    @Kabaselefh 4 місяці тому

    Ingenious man ✊🏿👏🏿

  • @vinodkumar-sf1yg
    @vinodkumar-sf1yg 4 місяці тому

    i tried many module but not able to use without mcu

  • @iLLuMNaTi
    @iLLuMNaTi 5 місяців тому

    Top search for this topic is 5 years old and no longer meaningful .... wow. I mean good job on the author Mohammed Rezwan, but if this is Artificial Intelligence helping you on behalf of UA-cam, we are all in trouble.

  • @krishnapillaiantonvaheesan8498
    @krishnapillaiantonvaheesan8498 6 місяців тому

    Supper 👍

  • @ivolol
    @ivolol 6 місяців тому

    What charge IC did you use?

  • @iyoruk
    @iyoruk 7 місяців тому

    Hi Mohammed, thanks for the video. Is there a way to read a digital input value?

  • @rodrigogaldamesluna7085
    @rodrigogaldamesluna7085 7 місяців тому

    Excellent video, can you make one with the jdy-23 module activating its IO please

  • @motaamot
    @motaamot 7 місяців тому

    make an updated video

  • @rogierius
    @rogierius 8 місяців тому

    Is the casing grounded? Stuff from AliExpress is not often safely grounded.

  • @peeyushdadwal
    @peeyushdadwal 9 місяців тому

    Thanks very much it worked!!

  • @jb-vz4wb
    @jb-vz4wb 9 місяців тому

    This is an incredible invention

  • @acalhan
    @acalhan 10 місяців тому

    Selamünaleyküm Brother, can you share me the project that I can assemble my own?

  • @bthrgmmng
    @bthrgmmng 10 місяців тому

    hello, I can't download the .txt file

  • @Vagubando
    @Vagubando 10 місяців тому

    Не берет погоду... Пишет N/A. Что делать ? Does not take the weather... Writes N/A. What to do?

  • @mansurkhairullin2219
    @mansurkhairullin2219 Рік тому

    Jdy 10 the same

  • @electroGoal
    @electroGoal Рік тому

    Hey bro can you tell me which brand phone uses the same driver lcd. 😊

  • @grimmint5278
    @grimmint5278 Рік тому

    Any update on this?

  • @santanurakshit6690
    @santanurakshit6690 Рік тому

    Although visible, still you should have told the battery series number. Thats the most important part. Its CR2032.

  • @KevsGuide
    @KevsGuide Рік тому

    thanks

  • @ballinlikebill8334
    @ballinlikebill8334 Рік тому

    Can you share your code to fill the whole screen? I got the beginning working but cant figure out how to fill the screen with one color?

  • @kavin7285
    @kavin7285 Рік тому

    What’s the AT command to put the module to IBeacon mode ?

  • @ochin34
    @ochin34 Рік тому

    Thank you very much ❤❤

  • @ochin34
    @ochin34 Рік тому

    Thank you❤❤❤

  • @noelmackisoc5329
    @noelmackisoc5329 Рік тому

    thank you for your project video. one note, make sure your sd card is formatted either fat16 or fat32. 32GB max & 8.3 filenames

  • @nimitjain3740
    @nimitjain3740 Рік тому

    Ho bro can you provide me your contact details i need to discuss some thing very important to you regarding this project.

  • @haru8515
    @haru8515 Рік тому

    始まるまでのCMが長い‼︎

  • @tyjohnston5889
    @tyjohnston5889 Рік тому

    Thanks!

  • @jeramybrock272
    @jeramybrock272 Рік тому

    Where can I purchase one of these?

  • @erossatelitaltv
    @erossatelitaltv Рік тому

    saludos de cuanto wath es esta estacion? de 75w 0 108w???

  • @Katana50cc
    @Katana50cc Рік тому

    Thank you so much! 😊 Awesome

  • @kabali33
    @kabali33 Рік тому

    where is the pin out

  • @blackdave8525
    @blackdave8525 Рік тому

    Hi i noticed the esp8266 i did the uncanny eyes but its not enough to run 2 sets of TFT lcd 128 x128 eyes same time seems it starts to work then the eyes blank out not to return , I'm thinking maybe the esp32 is more powerful to run both screens the esp8266 is not .

  • @g.r.bstudio4564
    @g.r.bstudio4564 Рік тому

    How to print the images in the display.

  • @geniustechnology3358
    @geniustechnology3358 Рік тому

    Today i subscribed your channel for your good videos and information. So keep it up

  • @ataurrahman-zu5pr
    @ataurrahman-zu5pr Рік тому

    Today I subscribed your channel for you very good videos. So keep it up.

  • @gauravbhatt6258
    @gauravbhatt6258 2 роки тому

    Can I use my harddisk with some convertor and transfer data?

  • @EslamEldeep95
    @EslamEldeep95 2 роки тому

    it works thank you

  • @ladislavbalazs7511
    @ladislavbalazs7511 2 роки тому

    Thanks, easy and simple video straight to the point

  • @jumbo999614
    @jumbo999614 2 роки тому

    Do you also have other tutorial that teach how to draw graphic on this TFT display?

  • @dikshithrouthu3748
    @dikshithrouthu3748 2 роки тому

    For me SD card not detecting. I am using 16gb memory

  • @daniplacerda1
    @daniplacerda1 2 роки тому

    Awesome tutorial ! Simple and direct !!! I really appreciate your video.

  • @baezluis9
    @baezluis9 2 роки тому

    Hola, intenté comunicar con el código de ejemplo que dejaste en el vídeo pero el display se mantiene en negro, ¿Falta el código del loop o estoy fallando en inicializar el display?

  • @changjames1833
    @changjames1833 2 роки тому

    Could it possible to use esp32 to access SSD instead of SD card as a Wi-Fi NAS?

  • @vinaybandekolla4950
    @vinaybandekolla4950 2 роки тому

    Hello sir, very informative video..but the only thing is why my Bluetooth module is not pairing with my mobile? It's connected in the nrf app with not bonded.. Can you please tell me how to pair my ble module to my Android mobile.. Thank you