Your email was sent successfully. Check your inbox.

An error occurred while sending the email. Please try again.

Proceed reservation?

Export
  • 1
    Online Resource
    Online Resource
    [Place of publication not identified] : Packt Publishing
    ISBN: 9781837636778 , 183763677X
    Language: English
    Pages: 1 online resource (1 video file (5 hr., 13 min.)) , sound, color.
    Edition: [First edition].
    DDC: 005.13/3
    Keywords: Python (Computer program language) ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: Python is a powerful object-oriented programming language used in many development areas and is considered a perfect language for scripting. Python is a cross-platform programming language that allows you to code faster with lesser code writing required. The course begins with a complete introduction to the capabilities and features of Python and how to set up the language on your computer along with PyCharm IDE. You will learn about multiple programming-paradigms (object-oriented, functional, and imperative). You will explore the concepts of an interpreted language that is dynamically typed and cross-platform. The course advances to explain the concepts of OOP: variables, user input, statements, functions, classes, and objects. You will learn about functions, tuples, dictionaries, and lists in Python. You will also explore various operator modules including math, statistics, and random modules. You will work on practical examples to understand the concepts of Python programming well. Upon completion, you will master advanced-level programming skillsets of Python and execute codes successfully. You will be able to complete your quest for learning to program using Python. Using the various built-in Python modules, you will grasp a must-know skill for data science and interpretation. What You Will Learn Learn multiple programming paradigms (OOPs and functional programs) Learn variables, classes, objects, tuples, strings, and operators Use dynamically typed interpreted language for lesser coding lines Create lists, loops, functions, tokens, sets, and dictionaries Understand cross-platform, dynamic, interpreted, and intuitive coding Use random, math, and statistical operators to handle data Audience This course is designed for beginners in programming and those who want to master Python programming skills. Intermediate-level Python programmers who want to enhance their Python Programming Skills and students and Engineers who wish to learn Python as part of their academics. This course would also benefit professional programmers who want to switch to Python Programming from alternative coding platforms. The course only requires the learners to have basic computer knowledge to gain from this course, and no other learning prerequisites are required. About The Author Amit Diwan: Studyopedia was founded by Amit Diwan in 2018 after working for Tutorialspoint , IIT, IASRI, Sitepoint, DU, and C# Corner. Studyopedia sells courses on Udemy, Tutorialspoint, Geeksforgeeks, and Skillshare, providing video courses to master various technologies and programming languages, databases, frameworks, Python, data science, machine learning, Java, Android, C/C++, HTML5, Bootstrap, JavaScript, jQuery, PHP, CSS, WordPress, Drupal, Joomla, Magento, osCommerce, OpenCart, PrestaShop, and other disciplines. Studyopedia delivers high-quality video courses to millions of students and professionals enrolled through their website on multiple programming languages and technologies.
    Note: Online resource; title from title details screen (O'Reilly, viewed January 5, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 2
    Online Resource
    Online Resource
    [Place of publication not identified] : Packt Publishing
    ISBN: 9781837638925 , 1837638926
    Language: English
    Pages: 1 online resource (1 video file (2 hr., 29 min.)) , sound, color.
    Edition: [First edition].
    DDC: 005.7/2
    Keywords: Hypertext systems ; HTML (Document markup language) ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: HTML (HyperText Markup Language) is the primary markup language used in creating webpages and formulates the structure of a webpage. It comprises a series of elements that communicate how to display content to the browser. HTML embeds programs in a scripting language like JavaScript, affecting the behavior and content of webpages. With the inclusion of CSS, one can define the look and layout of content. This short and comprehensive video course introduces HTML and how to create your first HTML web page quickly. Then, the course illustrates how the basic structure of a website is created, formatting text and adding images, links, and tables. The course demonstrates how websites and webpages work, and you will learn to implement CSS styles on an HTML web page. Finally, you will learn to develop a website with the concepts learned from scratch. Upon completion, you will independently write code for designing webpages and websites. You will conclusively use CSS styles in creating and altering webpage content. You will demonstrate competence in HTML programming and develop your website. What You Will Learn Develop a website from scratch Understand the working operations of a website and web pages Implement CSS styles on an HTML web page Format text, add images and links, and create tables on a web page Create your first HTML web page and explore a website's structure Explore concepts of responsive web design Audience This beginner-level course is ideal for anyone who wishes to learn website development concepts from scratch using HTML and anyone who wishes to gain comprehensive knowledge of how websites and webpages work. This course is also for those looking to implement CSS styles on an HTML webpage. For optimum course learning, no previous web development experience is required. One can learn the course on any computer, a free text editor like Notepad, Notepad++, and so on, or any web browser like Chrome, Firefox, Safari, Mozilla, and more. About The Author Amit Diwan: Studyopedia was founded by Amit Diwan in 2018 after working for Tutorialspoint , IIT, IASRI, Sitepoint, DU, and C# Corner. Studyopedia sells courses on Udemy, Tutorialspoint, Geeksforgeeks, and Skillshare, providing video courses to master various technologies and programming languages, databases, frameworks, Python, data science, machine learning, Java, Android, C/C++, HTML5, Bootstrap, JavaScript, jQuery, PHP, CSS, WordPress, Drupal, Joomla, Magento, osCommerce, OpenCart, PrestaShop, and other disciplines. Studyopedia delivers high-quality video courses to millions of students and professionals enrolled through their website on multiple programming languages and technologies.
    Note: Published in November 2022. - Online resource; title from title details screen (O'Reilly, viewed January 5, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 3
    Online Resource
    Online Resource
    [Place of publication not identified] : Packt Publishing
    ISBN: 9781837638154 , 1837638152
    Language: English
    Pages: 1 online resource (1 video file (1 hr., 32 min.)) , sound, color.
    Edition: [First edition].
    DDC: 005.74
    Keywords: MongoDB ; Database management ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: MongoDB is a No SQL database, which is an open-source, cross-platform, document-oriented database written in C++. MongoDB is a popular document database with powerful capabilities, such as full-text-based search, geospatial queries, data aggregation, and many more features. The course begins with an introduction to MongoDB and it's features and editions. You will learn to differentiate between SQL and NoSQL databases and set up and install MongoDB on Windows. You will proceed to create a new database and a new collection in MongoDB. You will learn to modify and drop databases and collections. You will learn to insert and display documents in a formatted way using the pretty() method. You will perform various operations on MongoDB using the AND, OR, NOR, and NOT operators. You will explore how to limit records using the limit() method and skip documents using the skip() method. You will create and delete indexes and perform text searches in MongoDB. Upon completing the course, you will be able to master the concepts of MongoDB NoSQL database, create a new database, and maintain an existing database. You will be able to independently run live queries and use complex queries to manipulate data in the database. What You Will Learn Install and set up MongoDB Create a new database and maintain existing databases with MongoDB Implement the sort() method in MongoDB and display sorted results Limit records with limit() and skip documents with skip() method Use find(), explain(), listCommands(), and getCollectionInfos() Create and delete indexes and use search text on collections Audience The course aims at delivering a high-quality learning experience to those who are database beginners, web developers wanting to learn modern database concepts, application developers that would work on databases to store information for their apps, and programmers involved in complex programming that involves data storage and handling. The only prerequisite required to benefit from this course is to have basic knowledge of computer use. About The Author Amit Diwan: Studyopedia was founded by Amit Diwan in 2018 after working for Tutorialspoint , IIT, IASRI, Sitepoint, DU, and C# Corner. Studyopedia sells courses on Udemy, Tutorialspoint, Geeksforgeeks, and Skillshare, providing video courses to master various technologies and programming languages, databases, frameworks, Python, data science, machine learning, Java, Android, C/C++, HTML5, Bootstrap, JavaScript, jQuery, PHP, CSS, WordPress, Drupal, Joomla, Magento, osCommerce, OpenCart, PrestaShop, and other disciplines. Studyopedia delivers high-quality video courses to millions of students and professionals enrolled through their website on multiple programming languages and technologies.
    Note: "Published in November 2022.". - Online resource; title from title details screen (O'Reilly, viewed January 5, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 4
    Online Resource
    Online Resource
    [Place of publication not identified] : Packt Publishing
    ISBN: 9781837630226 , 1837630224
    Language: English
    Pages: 1 online resource (1 video file (2 hr.)) , sound, color.
    Edition: [First edition].
    DDC: 005.75/6
    Keywords: SQL (Computer program language) ; Electronic data processing personnel Certification ; Microsoft software Study guides Examinations ; Electronic data processing personnel ; Certification ; Microsoft software ; Examinations ; SQL (Computer program language) ; Instructional films ; Internet videos ; Nonfiction films ; Study guides ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: SQL Server is a relational database management system (RDBMS) developed by Microsoft. SQL Server also allows user-defined composite types (UDTs) to be used. The SQL Server services operate within SQL server instances, allowing people to do machine learning and data analytics. In this course, you will understand the difference between SQL and NoSQL. You will query SQL and learn about built-in SQL functions. You will create and modify databases and tables using the CREATE DATABASE and CREATE TABLE statements. You will create, select, and modify records and create constraints in SQL. You will advance to create indexes, drop tables, and databases in SQL. You will learn about operators (AND, OR, NOT, LIKE, BETWEEN, IN, LIKE), functions, statements, and constraints in SQL. You will look at stored procedures and aliases, and learn to back up databases in SQL. You will use the WHERE clause to query and learn about the SELECT and DISTINCT functions. You will arrange data using the ORDER BY keyword and ASC and DESC keywords. After completing the course, you will thoroughly understand SQL's features and components. You will create complex databases and maintain existing databases. Finally, you will acquire complex SQL query capabilities and write complex queries. What You Will Learn Create databases and tables from the start Learn to handle MySQL queries Learn to query SQL to manipulate records in tables Explore functions, statements, and constraints in SQL Create and maintain complex databases and table structures Write complex query statements for maximum data optimization Audience This course delivers a substantial learning experience for database creators, web developers, application developers, and programmers who must operate with SQL and database structures. Database analysts and administrators who are looking to advance/refresh their knowledge skillsets can benefit from this course. The course has no additional prerequisites besides basic computer use knowledge. About The Author Amit Diwan: Studyopedia was founded by Amit Diwan in 2018 after working for Tutorialspoint , IIT, IASRI, Sitepoint, DU, and C# Corner. Studyopedia sells courses on Udemy, Tutorialspoint, Geeksforgeeks, and Skillshare, providing video courses to master various technologies and programming languages, databases, frameworks, Python, data science, machine learning, Java, Android, C/C++, HTML5, Bootstrap, JavaScript, jQuery, PHP, CSS, WordPress, Drupal, Joomla, Magento, osCommerce, OpenCart, PrestaShop, and other disciplines. Studyopedia delivers high-quality video courses to millions of students and professionals enrolled through their website on multiple programming languages and technologies.
    Note: "Published in November 2022.". - Online resource; title from title details screen (O'Reilly, viewed November 28, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 5
    Online Resource
    Online Resource
    [Place of publication not identified] : Packt Publishing
    ISBN: 9781837638291 , 1837638292
    Language: English
    Pages: 1 online resource (1 video file (2 hr., 37 min.)) , sound, color.
    Edition: [First edition].
    DDC: 006.76
    Keywords: Bootstrap (Computer program) Study guides Examinations ; Web site development ; Bootstrap (Computer program) ; Examinations ; Web site development ; Instructional films ; Internet videos ; Nonfiction films ; Study guides ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: Bootstrap is a free, open-source, front-end development framework to create websites and web applications. Bootstrap is designed for the responsive development of mobile-first websites and provides a collection of syntax for template designing. It contains HTML, CSS, and JavaScript-based design templates for typography, forms, buttons, navigation, and other interface components. This course begins with an introduction to the concepts and components of Bootstrap and demonstrates how to set up the software to run the first example on a web page. The course then advances to teaching about Bootstrap lists, collapsible content, dropdowns, forms, and modals. The course provides a solid understanding of the Bootstrap framework with the goal to create a modern responsive website. You will also learn to code a basic to advanced website with the software. Upon completion, the course will provide a comprehensive understanding of Bootstrap concepts and a solid understanding of the Bootstrap framework. You can hone your HTML and CSS skills for responsive web development and learn what a responsive website is and how to create one. What You Will Learn Build your own complex website with ease Garner thorough knowledge of Bootstrap, CSS, and HTML Explore how the components of Bootstrap work Understand the concepts of a framework comprehensively Learn web development using CSS styles for designing Learn to write advanced codes using Bootstrap Audience This course has been designed for anyone wishing to learn Bootstrap from scratch and looking for an easy way to understand Bootstrap concepts and components. Beginners looking to learn about a responsive website and how to create one, and those looking to learn the fundamentals of HTML, CSS, and Bootstrap, will benefit from this course. The course prerequisites include a fair understanding of basic HTML and CSS and the fundamental mechanics of web development. You must aspire to create a modern responsive website and be knowledgeable in using a code editor such as Notepad++, Brackets, and others. About The Author Amit Diwan: Studyopedia was founded by Amit Diwan in 2018 after working for Tutorialspoint , IIT, IASRI, Sitepoint, DU, and C# Corner. Studyopedia sells courses on Udemy, Tutorialspoint, Geeksforgeeks, and Skillshare, providing video courses to master various technologies and programming languages, databases, frameworks, Python, data science, machine learning, Java, Android, C/C++, HTML5, Bootstrap, JavaScript, jQuery, PHP, CSS, WordPress, Drupal, Joomla, Magento, osCommerce, OpenCart, PrestaShop, and other disciplines. Studyopedia delivers high-quality video courses to millions of students and professionals enrolled through their website on multiple programming languages and technologies.
    Note: "Published in November 2022.". - Online resource; title from title details screen (O'Reilly, viewed November 28, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
Close ⊗
This website uses cookies and the analysis tool Matomo. More information can be found here...