IT On Demand
IT On Demand
  • 58
  • 55 576
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.
Переглядів: 122

Відео

25. Mastering Python range function | Python Documentation Tutorial
Переглядів 31День тому
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?
Переглядів 6514 днів тому
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
Переглядів 1914 днів тому
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
Переглядів 4014 днів тому
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
Переглядів 2814 днів тому
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?
Переглядів 4821 день тому
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
Переглядів 5421 день тому
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
Переглядів 3421 день тому
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
Переглядів 1821 день тому
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
Переглядів 31928 днів тому
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?
Переглядів 59Місяць тому
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
Переглядів 105Місяць тому
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
Переглядів 56Місяць тому
01a. Using Pandas in Google Colab: A Step-by-Step Setup Guide
00. Introduction to Pandas - Python Data Analysis Library
Переглядів 75Місяць тому
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!
Переглядів 95Місяць тому
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
Переглядів 55Місяць тому
19. Python Indexing and Slicing Tips and Pitfalls | Python Documentation Tutorial
18. Mastering Python Indexing and Slicing | Python Tutorial
Переглядів 117Місяць тому
18. Mastering Python Indexing and Slicing | Python Tutorial
SQL ORDER BY Clause
Переглядів 32Місяць тому
SQL ORDER BY Clause
Student-Teacher Structured Query Language (SQL) Discussion
Переглядів 272 місяці тому
Student-Teacher Structured Query Language (SQL) Discussion
How to Add Citations in Microsoft Word using Built-In Tools | Thesis and Research Paper Tips
Переглядів 1592 місяці тому
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)
Переглядів 1212 місяці тому
The Basics of Customizing Your Charts in Microsoft Office Word (Microsoft 365)
The Basics of Working With Charts Microsoft Office Word (Microsoft 365)
Переглядів 2052 місяці тому
The Basics of Working With Charts Microsoft Office Word (Microsoft 365)
How to move and place images perfectly in MS Word [Microsoft]
Переглядів 2262 місяці тому
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
Переглядів 2982 місяці тому
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 6 днів тому

    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 6 днів тому

    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 6 днів тому

      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 14 днів тому

    Yess!!! Thank you.

    • @itbasicsondemand
      @itbasicsondemand 14 днів тому

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

  • @augustineexcellent6328
    @augustineexcellent6328 16 днів тому

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

    • @itbasicsondemand
      @itbasicsondemand 16 днів тому

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

  • @augustineexcellent6328
    @augustineexcellent6328 16 днів тому

    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 16 днів тому

      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 22 дні тому

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

  • @augustineexcellent6328
    @augustineexcellent6328 22 дні тому

    thanks so sir..this is educative

  • @itbasicsondemand
    @itbasicsondemand 22 дні тому

    What are you most excited about?

  • @itbasicsondemand
    @itbasicsondemand 22 дні тому

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

  • @steevetested3847
    @steevetested3847 Місяць тому

    You are a blessing ❤

  • @elmemubb7819
    @elmemubb7819 Місяць тому

    Thank You So Much❤❤❤❤❤❤❤

  • @user-zf9lp3cb1c
    @user-zf9lp3cb1c 2 місяці тому

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

  • @antoniovlahovic228
    @antoniovlahovic228 2 місяці тому

    Only one good video in all UA-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 2 місяці тому

    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. 👍

  • @user-ts4rt2jh6w
    @user-ts4rt2jh6w 2 місяці тому

    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

  • @Charmy-Jr2911
    @Charmy-Jr2911 3 місяці тому

    Thank you.

  • @Charmy-Jr2911
    @Charmy-Jr2911 3 місяці тому

    Thank you

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

    Boss stop talking too much go straight to the point

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

    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, UA-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.

  • @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 6 місяців тому

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

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

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

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

    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 6 місяців тому

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

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

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

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

    Woow... Thank you sir

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

    Thank you🙏🏾❤️

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

    Thank you. Straight to the point

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

    Thank you very much. Have learned

  • @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