IT On Demand
IT On Demand
  • 58
  • 57 531
04 Setting Your Document Properties
Ensure your research documents are properly attributed and easily identifiable by setting up document properties in Microsoft Word. In this tutorial, we guide you through the process of adding essential metadata like the title, author, subject, and keywords to your documents. Whether you're preparing a thesis, dissertation, or any academic paper, correctly setting up these properties is crucial for document management and organization.
Follow along to learn how to embed this vital information in your Word documents, making them easier to manage, search, and share.
มุมมอง: 183

วีดีโอ

25. Mastering Python range function | Python Documentation Tutorial
มุมมอง 5521 วันที่ผ่านมา
Unlock the potential of the 'range()' function in Python with this in-depth tutorial, as we follow the official Python documentation. The 'range()' function is a fundamental tool for creating sequences of numbers, especially when used with loops. In this video, we'll cover everything from basic usage to more advanced techniques, making it perfect for beginners and experienced coders alike. Lear...
06 How do I create plots in pandas?
มุมมอง 10121 วันที่ผ่านมา
Master data visualization with Pandas in Python! In this video, part of our "Mastering Pandas" playlist, we dive into the fundamentals of creating plots directly from Pandas DataFrames. Whether you're looking to create line plots, bar charts, histograms, or more, this tutorial will show you how to quickly and easily visualize your data. You'll learn: How to create various types of plots using P...
24. Mastering Python for Statement | Python Documentation Tutorial
มุมมอง 1921 วันที่ผ่านมา
Explore the power of 'For statements' in Python with this detailed tutorial based on the official Python documentation. Whether you're looping through lists, strings, or other iterable objects, this video will teach you how to effectively use 'For loops' to iterate over data structures in your code. Perfect for both beginners and those looking to deepen their understanding of Python, this guide...
05 How do I select a subset of a DataFrame
มุมมอง 6521 วันที่ผ่านมา
Learn the art of selecting subsets of data in Pandas with this essential tutorial! In this video, part of our "Mastering Pandas using the Documentation" playlist, we explore how to effectively select and filter data from a Pandas DataFrame. Whether you're working with large datasets or need precise control over your data, this guide will show you the best practices for accessing specific rows, ...
23. Mastering Python If Statement | Python Documentation Tutorial
มุมมอง 2828 วันที่ผ่านมา
Master the 'If statement' in Python with this comprehensive tutorial based on the official Python documentation. Whether you're new to programming or looking to refine your coding skills, this video will guide you through the syntax and usage of 'If statements' to create dynamic and responsive code. 🔍 Learn how to: Use basic If statements Implement Else and Elif clauses Apply nested If statemen...
04 How do I read and write tabular data?
มุมมอง 55หลายเดือนก่อน
Unlock the full potential of data manipulation with Pandas in Python! In this video, part of our "Mastering Pandas" playlist, we dive into the essentials of reading and writing tabular data using Pandas. Whether you're dealing with CSV files, Excel sheets, or SQL databases, this tutorial will guide you step-by-step through the process. You'll learn: o How to read tabular data from various file ...
02. The Basics: How to Customize the Quick Access Toolbar in MS Word for a Faster Workflow
มุมมอง 76หลายเดือนก่อน
Boost your productivity in Microsoft Word by customizing the Quick Access Toolbar! In this tutorial, we'll show you how to personalize the Quick Access Toolbar to include your most-used commands, making them readily accessible with just a click. Whether you frequently save documents, format text, or insert tables, this simple customization can save you time and streamline your workflow. Perfect...
01. The Basics of MS Word Interface: Navigating the Ribbon and its tabs
มุมมอง 57หลายเดือนก่อน
In this first segment of our comprehensive guide to MS Word for researchers, we dive into the basics of the MS Word interface. Learn how to navigate the Ribbon and its tabs, customize the Quick Access Toolbar for efficient workflow, and set up essential document properties like title, author, and keywords. Whether you're new to Word or looking to refresh your skills, this segment will help you ...
00. MS Word for Your Research Needs
มุมมอง 19หลายเดือนก่อน
Unlock the full potential of Microsoft Word with this comprehensive guide tailored specifically for researchers and academic writers. Whether you're drafting a thesis, dissertation, or research paper, this playlist covers everything you need to know to create professional, well-organized documents. Learn how to navigate the MS Word interface, customize your workspace, manage citations and refer...
22. First Steps Towards Programming
มุมมอง 354หลายเดือนก่อน
Welcome to the next video in our Python Exploration series! In this episode, we dive into the "First Steps Toward Programming" as outlined in the official Python documentation. Whether you're new to coding or looking to refresh your basics, this video is designed to get you started on your programming journey with Python. Join us as we break down these fundamental concepts with clear explanatio...
03. What kind of data does pandas handle?
มุมมอง 64หลายเดือนก่อน
pandas is part of the Anaconda distribution and can be installed with Anaconda or Miniconda: conda install -c conda-forge pandas If you prefer pip, pandas can be installed via pip from PyPI: pip install pandas When working with tabular data, such as data stored in spreadsheets or databases, pandas is the right tool for you. pandas will help you to explore, clean, and process your data. In panda...
02. Running Your First Analysis with Pandas: All Environments Guide
มุมมอง 64หลายเดือนก่อน
Welcome to another video in our "Mastering Pandas Using the Documentation: A Comprehensive Guide to Python Data Analysis" series! In this video, we'll show you how to run your first analysis in Pandas using various environments: Google Colab, Visual Studio Code, and Jupyter Notebook. Pandas is a powerful library for data manipulation and analysis, and being able to use it across different envir...
01b. Using Pandas in Visual Studio Code: A Step-by-Step Setup Guide
มุมมอง 108หลายเดือนก่อน
Welcome to another video in our "Mastering Pandas Using the Documentation: A Comprehensive Guide to Python Data Analysis" series! In this video, we'll show you how to use Pandas in Visual Studio Code (VS Code), a popular and powerful code editor for Python development. Visual Studio Code offers a great environment for writing and running Python code, with excellent support for extensions and in...
01a. Using Pandas in Google Colab: A Step-by-Step Setup Guide
มุมมอง 65หลายเดือนก่อน
01a. Using Pandas in Google Colab: A Step-by-Step Setup Guide
00. Introduction to Pandas - Python Data Analysis Library
มุมมอง 84หลายเดือนก่อน
00. Introduction to Pandas - Python Data Analysis Library
01c. Using Pandas in Jupyter Notebook: A Step-by-Step Guide
มุมมอง 24หลายเดือนก่อน
01c. Using Pandas in Jupyter Notebook: A Step-by-Step Guide
21. Mastering Python Lists: Indexing, Slicing, Mutability, and More!
มุมมอง 96หลายเดือนก่อน
21. Mastering Python Lists: Indexing, Slicing, Mutability, and More!
20. Immutability of Strings and the String length Built-in functions in Python
มุมมอง 35หลายเดือนก่อน
20. Immutability of Strings and the String length Built-in functions in Python
19. Python Indexing and Slicing Tips and Pitfalls | Python Documentation Tutorial
มุมมอง 552 หลายเดือนก่อน
19. Python Indexing and Slicing Tips and Pitfalls | Python Documentation Tutorial
18. Mastering Python Indexing and Slicing | Python Tutorial
มุมมอง 1182 หลายเดือนก่อน
18. Mastering Python Indexing and Slicing | Python Tutorial
SQL ORDER BY Clause
มุมมอง 322 หลายเดือนก่อน
SQL ORDER BY Clause
Student-Teacher Structured Query Language (SQL) Discussion
มุมมอง 282 หลายเดือนก่อน
Student-Teacher Structured Query Language (SQL) Discussion
How to Add Citations in Microsoft Word using Built-In Tools | Thesis and Research Paper Tips
มุมมอง 1602 หลายเดือนก่อน
How to Add Citations in Microsoft Word using Built-In Tools | Thesis and Research Paper Tips
The Basics of Customizing Your Charts in Microsoft Office Word (Microsoft 365)
มุมมอง 1292 หลายเดือนก่อน
The Basics of Customizing Your Charts in Microsoft Office Word (Microsoft 365)
The Basics of Working With Charts Microsoft Office Word (Microsoft 365)
มุมมอง 2132 หลายเดือนก่อน
The Basics of Working With Charts Microsoft Office Word (Microsoft 365)
How to move and place images perfectly in MS Word [Microsoft]
มุมมอง 2492 หลายเดือนก่อน
How to move and place images perfectly in MS Word [Microsoft]
Customize keyboard shortcuts in Microsoft Office Word - Case Study of Zoom In and Out
มุมมอง 3162 หลายเดือนก่อน
Customize keyboard shortcuts in Microsoft Office Word - Case Study of Zoom In and Out
Intro to playlist
มุมมอง 134 หลายเดือนก่อน
Intro to playlist
A solution to Exercise 3: Unedited - Common Mistakes and Learning to Debug
มุมมอง 144 หลายเดือนก่อน
A solution to Exercise 3: Unedited - Common Mistakes and Learning to Debug

ความคิดเห็น

  • @itbasicsondemand
    @itbasicsondemand 18 วันที่ผ่านมา

    What gives you a tough time when working on your research/thesis? Please remember to 👍, share, subscribe, and turn on your notification 🔔. Thank you.

  • @ferroalloys594
    @ferroalloys594 18 วันที่ผ่านมา

    Maybe, only perhaps!!!, The very first useful steps to so-called "programming" simply do NOT involve an actual conventional programming language and it's implementation, eeek, perish the very thought!!!. YET Just a simple alternative language capable of expressing fundamental and general algorithmic constructs immediately might arguably be better, e.g. B.N.F. maybe then as a shorthand form E.B.N.F. as being easily explained as being an equivalent alternative representation, e.g. to an aged notation as a Jackson Diagram or maybe even a fundamental regular expression, etc., to simply allow it's users to learn to express themselves without the need to belittle themselves educationally by mucking around with some arbitrary programming language as an initial representation for their hard-worked "programming" initial reasoning? Just a thort, but maybe someone, somewhere might find it in some way useful? Let's hope do?! Simples):-)

    • @itbasicsondemand
      @itbasicsondemand 18 วันที่ผ่านมา

      Thank you for your comment. Your point about the first steps toward programming not involving an actual conventional programming language is valid. However, BNF and EBNF come into play when diving deeper into how programming languages work or studying language design and compilation. It's worth noting that this video is part of a series where we explore Python Documentation. That's where this section of the video is extracted from. Hence, it's not meant to dive into the deeper internal workings of programming languages. Thanks!

  • @TheWellawisdom
    @TheWellawisdom 25 วันที่ผ่านมา

    Yess!!! Thank you.

    • @itbasicsondemand
      @itbasicsondemand 25 วันที่ผ่านมา

      You're welcome! I'm glad you found it helpful.

  • @augustineexcellent6328
    @augustineexcellent6328 27 วันที่ผ่านมา

    sir, i am not so clear with this explanation on fibonacci series. could you please explain further on it?

    • @itbasicsondemand
      @itbasicsondemand 27 วันที่ผ่านมา

      What part of it is unclear to you so I may know what to further explain? Thanks for the comment!

  • @augustineexcellent6328
    @augustineexcellent6328 27 วันที่ผ่านมา

    sir, why do i need to append since i could just go and re-write or add what ever addition i needed to add to the code which is more easier, why the stress of appending?

    • @itbasicsondemand
      @itbasicsondemand 27 วันที่ผ่านมา

      This is a very good question! When we develop applications, a few things we keep in mind are: we are not developing for ourselves, we also want our codes to be maintainable, we want to automate processes and make it easy for us as developers to take off the monopoly of using the application. In most cases, we don't know the entire list of whatever we are dealing with. For instance, the employees in an organization keep growing, you don't know that list ahead of time, and you don't want to continually modify your code directly to add a new employee, hence, we provide an interface to do this. Appending allows you to add new elements to a list without altering the existing content, making it useful for preserving data and maintaining sequences. It's efficient and simpler to implement compared to rewriting or inserting elements, which can be more complex and error-prone. Appending supports dynamic growth, which is essential when dealing with data of unknown or variable size. I will answer this question in detail in a video. Please, remember to turn on your notification bell after subscribing to the channel, that way, you get notified when new videos are released. Thank you!

  • @itbasicsondemand
    @itbasicsondemand หลายเดือนก่อน

    What dataset would you like us to explore? Please feel free to add your comments.

  • @augustineexcellent6328
    @augustineexcellent6328 หลายเดือนก่อน

    thanks so sir..this is educative

    • @itbasicsondemand
      @itbasicsondemand 27 วันที่ผ่านมา

      Thank you! I'm glad you found it educative.

  • @itbasicsondemand
    @itbasicsondemand หลายเดือนก่อน

    What are you most excited about?

  • @itbasicsondemand
    @itbasicsondemand หลายเดือนก่อน

    What commands do you use more regularly? Have you added them to your quick access toolbar yet?

  • @steevetested3847
    @steevetested3847 หลายเดือนก่อน

    You are a blessing ❤

    • @itbasicsondemand
      @itbasicsondemand หลายเดือนก่อน

      Thank you for your kind words!

  • @elmemubb7819
    @elmemubb7819 หลายเดือนก่อน

    Thank You So Much❤❤❤❤❤❤❤

    • @itbasicsondemand
      @itbasicsondemand หลายเดือนก่อน

      @@elmemubb7819 I hope you found it helpful.

  • @user-zf9lp3cb1c
    @user-zf9lp3cb1c 2 หลายเดือนก่อน

    THANK YOU SO MUCHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH.. Love From Indonesia.....❤❤❤❤❤

    • @itbasicsondemand
      @itbasicsondemand 2 หลายเดือนก่อน

      I'm glad you found it helpful. Cheers!

  • @antoniovlahovic228
    @antoniovlahovic228 2 หลายเดือนก่อน

    Only one good video in all TH-cam for this Subject! Thank you for support!

    • @itbasicsondemand
      @itbasicsondemand 2 หลายเดือนก่อน

      Thanks for your kind words! I'm glad it was helpful.

  • @nadah1615
    @nadah1615 2 หลายเดือนก่อน

    THANK YOU SO MUCH!!!!!! YOU SAVED ME HOURS

    • @itbasicsondemand
      @itbasicsondemand 2 หลายเดือนก่อน

      I'm glad it was helpful 😊. Please let me know if there's any other task you find difficult. I will be glad to do a video.

    • @nadah1615
      @nadah1615 2 หลายเดือนก่อน

      @@itbasicsondemand I submitted my dissertation few days ago. This tutorial saved me hours of work. Thank you again

    • @itbasicsondemand
      @itbasicsondemand 2 หลายเดือนก่อน

      @@nadah1615 Awesome! I'm glad you found the tutorial helpful. All the best in your future endeavors :). Please, feel free to share it with others. Thanks.

  • @luc2605
    @luc2605 3 หลายเดือนก่อน

    You helped me a lot! The thesis gave me a headache. Thank you very much!

    • @itbasicsondemand
      @itbasicsondemand 2 หลายเดือนก่อน

      I'm glad you found it helpful. I'm happy to help with any other task that you find difficult. Please let me know.

    • @luc2605
      @luc2605 2 หลายเดือนก่อน

      Thank you very much! Maybe charting would be a good topic. I manage to do them, but when I enter the values, they don't appear as valid...I don't understand why.

    • @itbasicsondemand
      @itbasicsondemand 2 หลายเดือนก่อน

      @luc2605 And charting it is! Watch out for it. Thanks for the suggestion. 👍

  • @ΑλεξανδροςΝεστοριδης
    @ΑλεξανδροςΝεστοριδης 3 หลายเดือนก่อน

    You actually get to the point in 5:52.. Nice video but you vahe to understand that peaple watching are probably on a hurry and they are not watching these kind of videos for entertaiment. Thanx for your work but please next time try to be just on point with no extra editing of things you personally prefer

    • @itbasicsondemand
      @itbasicsondemand 3 หลายเดือนก่อน

      Thanks for the tip! Quite helpful.

  • @Charmy-Jr2911
    @Charmy-Jr2911 3 หลายเดือนก่อน

    Thank you.

    • @itbasicsondemand
      @itbasicsondemand 3 หลายเดือนก่อน

      I hope the video was helpful.

  • @Charmy-Jr2911
    @Charmy-Jr2911 3 หลายเดือนก่อน

    Thank you

  • @garreykun6796
    @garreykun6796 5 หลายเดือนก่อน

    Boss stop talking too much go straight to the point

    • @itbasicsondemand
      @itbasicsondemand 5 หลายเดือนก่อน

      Thanks for the feedback!

    • @Kollysman
      @Kollysman หลายเดือนก่อน

      😂😂😂😂

  • @itbasicsondemand
    @itbasicsondemand 5 หลายเดือนก่อน

    Thank you for watching this video. If there is anything you want to do or know more about working with Microsoft Office Word, please let me know in the comment section and I will do my best to put something out here.

  • @princessadaatiba5237
    @princessadaatiba5237 5 หลายเดือนก่อน

    The video has been helpful

    • @itbasicsondemand
      @itbasicsondemand 5 หลายเดือนก่อน

      Thanks for the feedback. I'm glad you found it helpful!

  • @faheemaslam8
    @faheemaslam8 5 หลายเดือนก่อน

    Thanks Man it helps me a lot ❤

    • @itbasicsondemand
      @itbasicsondemand 5 หลายเดือนก่อน

      Glad you found it helpful! Thanks for the feedback.

  • @jerinphilipvarghese
    @jerinphilipvarghese 5 หลายเดือนก่อน

    Thank you for this tutorial. Very helpful.

    • @itbasicsondemand
      @itbasicsondemand 5 หลายเดือนก่อน

      Glad it was helpful. Thank you for watching!

  • @ngairolandyinkfu9349
    @ngairolandyinkfu9349 5 หลายเดือนก่อน

    😂 v j. V 😊

  • @princessadaatiba5237
    @princessadaatiba5237 6 หลายเดือนก่อน

    thanks for this class sir, but the screen is not clear enough. I was struggling to see what is on the screen

    • @itbasicsondemand
      @itbasicsondemand 6 หลายเดือนก่อน

      By default, TH-cam selects a quality of resolution for you based on your network. However, you can choose to change/increase it. Pause the video, go to settings, choose data quality, then choose "higher picture quality" I hope this helps.

    • @itbasicsondemand
      @itbasicsondemand 6 หลายเดือนก่อน

      Thanks for the feedback!

  • @princessadaatiba5237
    @princessadaatiba5237 6 หลายเดือนก่อน

    The one I have on my laptop is Python 3.11.4. Hope it can still work

  • @princessadaatiba5237
    @princessadaatiba5237 6 หลายเดือนก่อน

    The sound is low

    • @itbasicsondemand
      @itbasicsondemand 6 หลายเดือนก่อน

      Okay. Noted. Thanks for the feedback. I hope it's manageable. It was recorded on my limited Windows laptop. You can increase the volume of your device. Hope that helps. Thanks.

  • @Doggy_Styles_Coding
    @Doggy_Styles_Coding 6 หลายเดือนก่อน

    cool ;)

  • @victorndaahndem2903
    @victorndaahndem2903 6 หลายเดือนก่อน

    Excellent❤

  • @ShyayetOluwayimika
    @ShyayetOluwayimika 6 หลายเดือนก่อน

    thank you for this ,it is so easy to follow the steps

  • @princessadaatiba5237
    @princessadaatiba5237 6 หลายเดือนก่อน

    Looking forward to the video on Python installation for Window users

    • @itbasicsondemand
      @itbasicsondemand 6 หลายเดือนก่อน

      Please check the playlist for 03.01..., that's for Windows Users

  • @princessadaatiba5237
    @princessadaatiba5237 6 หลายเดือนก่อน

    I commend you the great work sir.

    • @itbasicsondemand
      @itbasicsondemand 6 หลายเดือนก่อน

      Glad to help! Thanks for the feedback.

  • @princessadaatiba5237
    @princessadaatiba5237 6 หลายเดือนก่อน

    Thanks for this class. It's self-explanatory. I asked in the last class how can I download the app

    • @itbasicsondemand
      @itbasicsondemand 6 หลายเดือนก่อน

      Watch out for the next video. Coming soon... Remember to turn on your notification bell to get notified once the video is uploaded.

  • @RajeebLochanChand
    @RajeebLochanChand 6 หลายเดือนก่อน

    Yessss . Thanks.

  • @princessadaatiba5237
    @princessadaatiba5237 7 หลายเดือนก่อน

    Thanks, sir. How can I download Python on my laptop?

    • @itbasicsondemand
      @itbasicsondemand 7 หลายเดือนก่อน

      Thanks for the feedback. Watch out for the next video!

  • @augustineexcellent6328
    @augustineexcellent6328 7 หลายเดือนก่อน

    Thank you for the class Sir.. I don't have Python installed on my system, I would appreciate the video on how to install a Python on my system. Again, what's the meaning of Piechant, IDE, VS Code? Thank you sir, I kindly anticipate your kind response.

    • @yimikjohns
      @yimikjohns 7 หลายเดือนก่อน

      Thanks for the feedback. I will cover these in my upcoming videos.

    • @davidsonomeiza1954
      @davidsonomeiza1954 7 หลายเดือนก่อน

      Same here sir. Thank you for accepting to cover that for us. It will be of great help sir.

  • @augustineexcellent6328
    @augustineexcellent6328 7 หลายเดือนก่อน

    Woow... Thank you sir

  • @tristanndc
    @tristanndc 7 หลายเดือนก่อน

    Thank you🙏🏾❤️

  • @temitopeerinkitola3119
    @temitopeerinkitola3119 8 หลายเดือนก่อน

    Thank you. Straight to the point

  • @aarondasojourner
    @aarondasojourner 9 หลายเดือนก่อน

    Thank you very much. Have learned

  • @hmoobtubntxawgchannel3088
    @hmoobtubntxawgchannel3088 ปีที่แล้ว

    thank you so much

  • @rahmetredi5977
    @rahmetredi5977 ปีที่แล้ว

    Thank youso muchbro

  • @KarabaRjc123
    @KarabaRjc123 ปีที่แล้ว

    Thanks... ❤

  • @nastehoabdirahman8730
    @nastehoabdirahman8730 ปีที่แล้ว

    Thank you so much you really solved my problem 🙏

  • @nidhug27
    @nidhug27 ปีที่แล้ว

    Thank you

  • @fahadba-ali2126
    @fahadba-ali2126 ปีที่แล้ว

    Thank you so much

  • @mohammedalaouna8942
    @mohammedalaouna8942 ปีที่แล้ว

    thanks, simple and clear