Thank u for uploaded this video I'm confuse to code multiline now iam clear
@SelfStudyTutorials8 күн бұрын
Glad to know that you liked it. Enjoy Self Study Tutorials !!!
@melkamuteshome94814 күн бұрын
Thank you for your amaizing and useful vedio
@SelfStudyTutorials14 күн бұрын
I am glad you found it useful. Enjoy Self Study Tutorials!!!
@khalidhati238419 күн бұрын
Hello, Thank you so much for your video. I have one question, when we use EAN13 and save the barcode , how can we save it as .PNG image not .svg as you showed on the video
@SelfStudyTutorials19 күн бұрын
Dear @khalidhati You can use ImageWriter package to generate .png file. Try following code to generate barcode in PNG format: ===================================== from barcode import Code128 from barcode.writer import ImageWriter # Data for the Barcode barcode_data = "123456789012" output_filename = "my_barcode" try: # Create barcode with numbers using Code128 format barcode = Code128(barcode_data, writer=ImageWriter()) # Save the barcode as PNG filepath = f"{output_filename}" barcode.save(filepath) print(f"Barcode saved successfully as {filepath}") except Exception as e: print(f"An error occurred: {e}") =================================== I hope this will be useful to you. Enjoy Self Study Tutorials !!!
@vijjulakshmi1264Ай бұрын
Nice techar sar
@SelfStudyTutorialsАй бұрын
I am happy to know that you like it. Enjoy Self Study Tutorials.
@TirthKhunt-z5bАй бұрын
Bov j saru che....avu mukta j rejo 🫡👍🙏
@SelfStudyTutorialsАй бұрын
Happy to know that you like it.
@kpatel3438Ай бұрын
Very useful. Thank you.
@SelfStudyTutorialsАй бұрын
Glad to hear that!
@PrettynBlessed-ashАй бұрын
You saved my life 🎈🎈🎈🔥🔥🔥🔥🥰🥰
@SelfStudyTutorialsАй бұрын
Glad to know that you like it.
@budyn968Ай бұрын
Is there an option to make the click snap to the point you are clicking on? Because now you are clicking on a point which is not 100% accurate.
@SelfStudyTutorialsАй бұрын
Dear @budyn968, Yes, QGIS has an option to enable snapping, which can make your clicks more accurate by snapping to the nearest point, vertex, or line. This is especially useful when digitizing or working with vector layers where precision is needed. Here’s how to enable and configure snapping in QGIS: To Enable Snapping: Go to the Snapping toolbar (it looks like a magnet). If it’s not visible, you can enable it by right-clicking on the toolbar area and checking Snapping Toolbar. Alternatively, go to Project > Snapping Options.... To Configure Snapping Settings: In the Snapping Options dialog, select the layer(s) you want to snap to. Set the Mode (Vertex, Segment, or Both) depending on what you want to snap to. "Vertex" is ideal for snapping to points, while "Segment" is better for lines. I hope this information assists in addressing your query. Enjoy Self Study Tutorials!!!
@ALPHAxAMERTO2 ай бұрын
Ez bro 😂
@SelfStudyTutorialsАй бұрын
Enjoy!!!
@nadilahnusa55392 ай бұрын
helloo, i try your tutorial correctly, but the window stay blank
@SelfStudyTutorials2 ай бұрын
Make sure to store your raptor file and an image file (.bmp) in the same folder. Also, check your image file name extension and path. I hope this will solve your problem.
@AbhigyanRaj-m7h2 ай бұрын
Easiest way of expalation. Thank you so much sir.
@SelfStudyTutorials2 ай бұрын
Thanks and welcome Abhigyan.
@praveenkushwah2552 ай бұрын
I wil be expecting full course of python
@SelfStudyTutorials2 ай бұрын
Thank you for your valuable remark. I will do the needful.
@praveenkushwah2552 ай бұрын
The way u explained is very easy to grip
@SelfStudyTutorials2 ай бұрын
Glad to know that you like it.
@BrightonMakani2 ай бұрын
best explanation so how do you then make it into an app
@SelfStudyTutorials2 ай бұрын
I am happy to know that you like it. I have made it using multiple applications like OBS for recording, Windows movie maker and Canva for editing.
@lll__l2 ай бұрын
omg thanks that did really help me! like really I owe u🌹
@Aadivasiofficailchannel90123 ай бұрын
Good ❤❤
@SelfStudyTutorials3 ай бұрын
Thank you. Enjoy Self Study Tutorials.
@mktech86533 ай бұрын
First the inner printf("1 2 ") give output of 1 2 . The printf function return type is a integer which is the number of characters in printf() function which are 1space2space these are four characters in outer printf so overall output is 1 2 4
@SelfStudyTutorials3 ай бұрын
Good understanding
@JOKERGAMINGN3 ай бұрын
Is it necessary to learn all of them or one of them
@SelfStudyTutorials3 ай бұрын
Different libraries are designed for different applications. You can learn libraries as and when needed in your project. You can start with basic libraries like numpy, pandas and matplotlib.
@JOKERGAMINGN3 ай бұрын
@@SelfStudyTutorials thank u so much sir
@0xGudakesh073 ай бұрын
Sir after entering the name of the image the raptor keeps crashing... What should i do?
@SelfStudyTutorials3 ай бұрын
Make sure to store your raptor file and an image file (.bmp) in the same folder. Check your image file name extension and path.
@obinnaokafor62523 ай бұрын
Visual Studio Code is the just the best Python IDE ever.
@ANYTHING-s2l3 ай бұрын
Good sir
@SelfStudyTutorials3 ай бұрын
Happy to know that you like it.
@nabman56193 ай бұрын
How does the collaboration piece work between two or more people?
@SelfStudyTutorials3 ай бұрын
Dear Nabman, Google Colab is a cloud-based Jupyter notebook platform that allows multiple individuals to collaborate on the same notebook concurrently, similar to how Google Docs functions. Roles in Editing: Granting someone Editor access permits them to modify code, execute cells, and edit the notebook content. Viewers, on the other hand, can only view the content without making any alterations. Real-time Collaboration: Several collaborators can access and edit the same notebook simultaneously. Changes made by one user are instantly visible to all others viewing the notebook. Each collaborator's cursor is identifiable within the notebook, typically indicated by their name or email, aiding in tracking who is editing specific sections of the notebook. I trust this will assist in resolving any uncertainties you may have. Enjoy Self Study Tutorials!!!
@mdbilalarif7153 ай бұрын
Wow!
@SelfStudyTutorials3 ай бұрын
Enjoy Self Study Tutorials.
@nogi70284 ай бұрын
You are really good at explaining. Wish you could make a lot more QGIS tutorial videos
@SelfStudyTutorials4 ай бұрын
Thanks, will upload more QGIS self study tutorials.
@BobQuay-zb3nf4 ай бұрын
OK, where is the rest of the data? Road names, etc aren't shown on the download but are in Open Streetmap.
@SelfStudyTutorials4 ай бұрын
You can refer following short to resolve your query: kzbin.info/www/bejne/rJyuqouJZ8qrqNUfeature=shared&t=146 Alternatively, you can also perform following Steps: From QGIS Layer Menu -> Add a Vector Layer -> Open Vector Dataset (OSM file downloaded from OpenStreetMap)-> Select Layer Labeling Options (In ToolBar it is represented as "abc" with yellow backgroud) -> A Layer Styling Window will be opened. -> By default "No Labels" are selected in menu. Select "Single Labels" to see the detailed information in your map. I hope this will help you to resolve your query. Enjoy Self Study Tutorials!!!
@neouia7775 ай бұрын
Hi thanks for this tutorial I have question if I try to draw maps for half of India and I crop the map and I remove half of India but after that I change my mind and I decided to drow map for all India do I have to drow the map from biggin Thanks ❤
@SelfStudyTutorials5 ай бұрын
Dear Neouia You can try to use UNDO feature available under the EDIT menu of QGIS software. If that is not working, in that case you have to import India Map again. With best wishes
@neouia7775 ай бұрын
@@SelfStudyTutorials So they are no way to uncover the hidden part and mark other new lines and point 🤔😞
@GokulGokul-ri3nn5 ай бұрын
🎉🎉
@SelfStudyTutorials4 ай бұрын
Thanks
@speakout37525 ай бұрын
you made it very simple
@SelfStudyTutorials5 ай бұрын
Happy to know that you like it. Enjoy Self Study Tutorials!!!
@KaamiluuMahammadnuur5 ай бұрын
your teaching technique is very important for us
@SelfStudyTutorials5 ай бұрын
Glad you think so! Enjoy Self Study Tutorials !!
@kirankeys3265 ай бұрын
Tq u ❤❤❤
@SelfStudyTutorials5 ай бұрын
Thanks for watching!!!
@somashekharnatikar24965 ай бұрын
Thank you sir❤🙏
@SelfStudyTutorials5 ай бұрын
Welcome and All the best.
@LiSa-ze8kf5 ай бұрын
Thankyou .!
@SelfStudyTutorials5 ай бұрын
Most welcome!
@trytcy6 ай бұрын
wow thanks so much
@SelfStudyTutorials6 ай бұрын
You're welcome!
@MinhajurRahmanNafis6 ай бұрын
Great Class Sir, You have been doing. It was very helpful for me. Thanks for giving this useful video.😊😊
@SelfStudyTutorials6 ай бұрын
Glad to hear that. Enjoy @SelfStudyTutorials ..
@TwinOne-Sakira-Samira6 ай бұрын
Dollar sign ব্যবহার করা যাবে কি?
@SelfStudyTutorials6 ай бұрын
Yes you can use variable name like Num$.
@knightrider3426 ай бұрын
Thank you 😊
@SelfStudyTutorials6 ай бұрын
Welcome!
@AnkitYadav-vu4xo6 ай бұрын
Sir maine acpc mei phle sebc select kia tha aur mera account verify nhi hua Aur ab mujhe general mei change krna haj Toh kaise kru Aur agr mera general mei change nhi hua toh kya mujhe round se eliminate kr denge Sir please reply Kal aakhri date hai😢
@SelfStudyTutorials6 ай бұрын
Dear Ankit, I advise you to contact ACPC admissions helpline number given on "gujacpc. admissions. nic. in" to resolve your query at the earliest. With best wishes
@AnkitYadav-vu4xo6 ай бұрын
@@SelfStudyTutorials sir maine call Kia tha Par invalid number bata rha tha
@SelfStudyTutorials6 ай бұрын
ACPC Helpline number is working properly: +91-79-26566000.
@TheDavidlloydjones6 ай бұрын
This is fine tekkie talk, but it's not quite English. It's still Indian argot when he says "...how to use Colab in browser." In English that would be "...in browsers," the general case, or "in your browser," the specific.
@SelfStudyTutorials6 ай бұрын
Very interesting observation.
@MafaazOmer-jt8pf7 ай бұрын
pleaseee tutorial on how to download it on mac
@SelfStudyTutorials7 ай бұрын
Hello!!! You can Download Mac RAPTOR Avalonia (6/9/2023) version from raptor. martincarlisle. com site. Also, a link of youtube video is given on the same page. I hope it will help you.
@thelastcase83597 ай бұрын
I am not from gujrat Am i eligible for acpc???
@SelfStudyTutorials7 ай бұрын
I advise you to contact helpline number before taking any final call on this matter. Visit acpc.gujarat.gov.in site to get Notifications, Eligibility and merit preparation Rules. I am not sure but you can apply under, 5% seats of sanctioned intake of Government and Grant-in-Aid Institutions; where merit will be prepared based on All India Rank declared by NTA, Delhi based on JEE (Main) 2024. Wish you All the best.
@mdsumonhossain97377 ай бұрын
thanks for good think and beautiful presentation
@SelfStudyTutorials7 ай бұрын
Most welcome
@poojarana68457 ай бұрын
thanks for the video u teach everything to the point it was very helpful
@SelfStudyTutorials7 ай бұрын
Glad it was helpful!
@kpatel543217 ай бұрын
I support. Save Water. Save Nature. Save Life.
@SelfStudyTutorials7 ай бұрын
Thnaks Dear.
@oluwatobiadeniji42687 ай бұрын
U just opend my eyes, the last code opened Am on a project now n it helped. Thanks. Subscribed
@SelfStudyTutorials7 ай бұрын
Glad I could help!
@KartikPatil-oq5wr8 ай бұрын
Link to download
@SelfStudyTutorials8 ай бұрын
Dear Kartik, Here is the link to download: www.python.org/downloads/ Download required software version based on your operating system (Windows/MAC/Linux). With best wishes
@kwanelenxumalo35658 ай бұрын
Thank you, you have increased my love for programming.🙂
@SelfStudyTutorials8 ай бұрын
Happy to hear that! Enjoy Self Study Tutorials!!!
@TechnologyandLife128 ай бұрын
Keep up the good work
@SelfStudyTutorials8 ай бұрын
Thanks, will do!
@Tech-N-logic9999 ай бұрын
!olleH
@Tech-N-logic9999 ай бұрын
ITS REVERSE INDEXING
@SelfStudyTutorials9 ай бұрын
👌👏
@gerrys62659 ай бұрын
Love it! Simple, straightforward, no B.S. along with it. Thanks