UdemyMatplotlib

Python Data Visualization: Matplotlib & Seaborn Masterclass

التصنيف الكامل: Development > Data Science > Matplotlib

Python Data Visualization: Matplotlib & Seaborn Masterclass

عن هذا الكورس

This is a hands-on, project-based course designed to help you learn two of the most popular Python packages for data visualization and business intelligence: Matplotlib Seaborn.We'll start with a quick introduction to Python data visualization frameworks and best practices, and review essential visuals, common errors, and tips for effective communication and storytelling.From there we'll dive into Matplotlib fundamentals, and practice building and customizing line charts, bar charts, pies donuts, scatterplots, histograms and more. We'll break down the components of a Matplotlib figure and introduce common chart formatting techniques, then explore advanced customization options like subplots, GridSpec, style sheets and parameters.Finally we'll introduce Python's Seaborn library. We'll start by building some basic charts, then dive into more advanced visuals like box violin plots, PairPlots, heat maps, FacetGrids, and more.Throughout the course you'll play the role of a Consultant at Maven Consulting Group, a firm that provides strategic advice to companies around the world. You'll practice applying your skills to a range of real-world projects and case studies, from hotel customer demographics to diamond ratings, coffee prices and automotive sales. COURSE OUTLINE:Intro to Python Data VisualizationLearn data visualization frameworks and best practices for choosing the right charts, applying effective formatting, and communicating clear, data-driven stories and insightsMatplotlib FundamentalsExplore Python's Matplotlib library and use it to build and customize several essential chart types, including line charts, bar charts, pie/donut charts,

تعلم أونلاين 100%

شاهد الدروس في أي وقت ومن أي مكان

محتوى معتمد

مقدم من منصة Udemy

رابط موثوق ومباشر

ينقلك لصفحة التسجيل الرسمية

سعر الكورس
$129.99
المنصة:Udemy
الانتقال للكورس / التسجيل الآن
🔒 عند النقر، سيتم فتح صفحة الكورس الرسمية على منصة Udemy في نافذة جديدة.

كورسات مقترحة في نفس المجال

عرض كل الكورسات ←
Typescript (+ React) : The beginner guide
Udemy
Typescript

Typescript (+ React) : The beginner guide

TypeScript was developed by Microsoft and has become a reference in the JavaScript community. TypeScript is the language or rather the layer that can be added to a JavaScript project (such as React, Angular, Vue, Node.JS, Electron, and many other great technologies). It gives you access to everything that JavaScript can do, so you don't lose anything and you can do a lot more!Any respectable JavaScript project, regardless of the framework or library used, utilizes TypeScript. This is even more true, especially in the professional world.In this course learn why TypeScript is very powerful when added to JavaScript, what it enables, and how to use it. You'll also learn how to use it in a React project ! The program includes:The Typescript language :Primitives types and how to use themHow the TypeScript compiler worksClasses with TypeScriptFunctions, default and optionals parametersObjectsArraysObject oriented programmingNamespaces and modulesInterfacesEnumerationsAccess modifierTypesType castingGenericsDecorators+ A full React + Typescript project :Create a Vite + React + Typescript projectBuild a full React + TS web app !This course will explore the basics as well as more complex and advanced aspects of TypeScript in a casual and progressive manner! Learning TypeScript is a way to enhance your skills, gain essential knowledge in the web and mobile world

Pelatihan Data Analyst Sertifikasi BNSP
Udemy
Data Analysis

Pelatihan Data Analyst Sertifikasi BNSP

Ingin mendapatkan sertifikasi resmi sebagai Data Analyst dari BNSP, tapi masih bingung harus mulai dari mana? Kelas ini dirancang khusus untuk pemula maupun profesional yang ingin memperdalam keahlian analisis data dan mempersiapkan diri menghadapi uji kompetensi BNSP.Dalam kelas ini, Anda akan mempelajari fondasi penting seorang Data Analyst — mulai dari pemahaman tentang data, alur kerja, hingga berbagai tools yang digunakan. Kita akan mulai dengan memahami konsep data, jenis-jenisnya, serta bagaimana data disimpan dan dikelola melalui basis data dan SQL. Anda juga akan diperkenalkan dengan Google Colab sebagai platform pemrograman berbasis cloud yang user-friendly.Selain itu, Anda akan mempelajari pengolahan data menggunakan Excel, visualisasi data yang menarik dan informatif, dasar-dasar Python untuk analisis data, Business Intelligence menggunakan Google Looker Studio, dan tips khusus dalam menghadapi ujian sertifikasi BNSP.Mengapa Belajar Bersama Kami?Pelatihan Data Analyst untuk Sertifikasi BNSP by YEC CO ID menawarkan beragam fasilitas yang dapat membantu Anda mempersiapkan Sertifikasi BNSP, yaitu sebagai berikut:Pembelajaran Terstruktur: Pelatihan ini menyediakan kurikulum yang terstruktur dan komprehensif, mencakup semua aspek penting dari analisis data.Bimbingan Ahli: Anda akan mendapatkan bimbingan dari instruktur yang berpengalaman dan ahli di bidangnya, yang dapat membantu Anda memahami konsep analisis data dengan lebih baik.Simulasi Langsung: Pelatihan yang efektif memberikan banyak kesempatan untuk praktik langsung, memungkinkan Anda mengasah keterampilan dan membangun portofolio yang kuat.Persiapan Ujian: Pelatihan ini akan mempersiapkan Anda untuk menghadapi ujian sertifikasi BNSP, termasuk pemahaman materi dan kisi-kisi sertifikasi.Jadi, jika Anda ingin mengembangka

Persuasive Speaking Techniques: For Advanced Level Speakers
Udemy
Public Speaking

Persuasive Speaking Techniques: For Advanced Level Speakers

Great speakers and great speeches are the results of meticulously crafting certain techniques that are only known to those who can inspire, motivate and move people to great heights. These techniques can be learned. These techniques convert average and good speakers into great speakers! This is an advanced level course. I recommend that you enroll in my introductory course "Public Speaking and Presentation Fundamentals" before taking this course or at least concurrently enroll in both classes. You'll develop skills that are known and used by the world's top speakers. Become a highly effective public speaker, communicator, presenter and leader. Learn to influence others as a great speaker and communicator. Understand why your speech effectiveness depends on "how you say it" Learn and implement in your speech what is missing in most speeches. Acquire skills to influence and motivate others to take actions. Learn how to share ideas and thoughts to inspire others. Use these tools and techniques for successful speaking, presentations and interviews.

Build Full-Stack Apps with GraphQL, Prisma, Node and React
Udemy
GraphQL

Build Full-Stack Apps with GraphQL, Prisma, Node and React

What Is GraphQL?GraphQL is a query language for your APIs. It’s also a runtime for fulfilling queries with your data.Who is this course for? This course is for most programmers. If you write software that fetches data from a server, or you write server code that provides data to others, this course is for you. It’s particularly relevant to frontend and backend web and mobile developers. This course will be especially poignant to these groups of people:Backend devs who work on REST APIs and write a lot of similar data-fetching code, or who maintain view-specific endpoints.Frontend devs of medium- or large-sized apps who either: A) don’t use a caching library, and manually keep track of what data has already been fetched from the server, or B) use a cache, and write a lot of code to fetch data over REST and put it in the cache.What are the drawbacks of REST?When GraphQL was first released, some touted it as a replacement to REST. “REST is dead!” early adopters cried, and then encouraged us all to throw a shovel in the trunk and drive our unsuspecting REST APIs out to the woods. This was great for getting clicks on blogs and starting conversations at conferences, but painting GraphQL as a REST killer is an oversimplification. A more nuanced take is that as the web has evolved, REST has shown signs of strain under certain conditions. GraphQL was built to ease the strain.”What will you learn?Introduction to Prisma : Prisma is a performant open-source GraphQL ORM-like* layer doing the heavy lifting in your GraphQL server. Build GraphQL Server with Prisma: Introduces you how to build highly scalable GraphQL server with PrismaCURD In Prisma: You will learn to implement create, read, update and delete the recordCreate a Frontend CRUD App w

Learn SAP® BTP
Udemy
SAP Business Technology Platform (SAP BTP)

Learn SAP® BTP

SAP® BTP (formerly SAP® Cloud Platform) is SAP®'s Cloud Infrastructure where businesses can create Apps, Manage Apps and Instantiate Services. It is the future of SAP® Service Offering. Learning BTP now will set you a league apart in the future where the majority of the development will be done with SAP® BTP Infrastructure and Delivery Style.This course is designed for you to understand what it is and why as a customer or partner someone will go for SAP® BTP. So, accordingly as a Developer, Manager, Architect, or Sales Person, you can position yourself in this fast-growing market.Get started with SAP® BTP Understand SAP® BTP, SAP® Cloud Foundry, SAP® Kyma and UsageKey HighlightsGet Started with SAP® BTP, SAP® Cloud Foundry, and SAP® KymaUnderstand Architecture, Structure, Concepts, and Usage of SAP® BTP, SAP® Cloud Foundry and SAP® KymaGetting Started with SAP® Cloud Foundry Command Line Interface(CF CLI) Section 1: Get Started with Cloud Services:Why and What is CloudWhat are Different Service Models of CloudIaaS vs SaaS vs PaaSSAP® BTP OverviewSection 2: Overview and Architecture of SAP® BTP, SAP® Cloud Foundry and SAP® Kyma:Usecase to Understand Use of SAP® BTP and SAP® Cloud Foundry(SCF)Overview of SAP® Cloud Foundry and UsageOverview of SAP® Kyma EnvironmentSection 3: Understanding Concepts and Structure of SAP® BTP and SAP® Cloud Foundry:Account Structure of SAP® BTPUnderstanding terms - Subaccount, Space, Region, Space and Members Functionalities and AssociationsWhat are Quota and UnitEnabling Cloud Foundry and Creating SpaceUnderstanding - Services Marketplace, Instances

Java Programming for Everyone - Start Your Coding Journey
Udemy
Java

Java Programming for Everyone - Start Your Coding Journey

Java Programming for Everyone - Your Path to a Bright Future in TechWelcome to Java Programming for Everyone! Whether you're a complete beginner or looking to enhance your skills, this course is designed just for you. Learn the essential language to create websites, develop Android applications, or even program robots. Start today and master one of the most sought-after skills of the 21st century.Why Choose Our Java Course?Perfect for Beginners: No prior programming experience needed.Comprehensive Curriculum: From basic concepts like Data Types, Variables, and Loops to advanced topics like Object-Oriented Programming.Interactive Learning: Video lectures, practical examples, and responsive instructors ready to answer your questions.Course Highlights:Foundational Java Concepts: Understand Data Types, Variables, Loops, Operators, and more.Object-Oriented Programming: Learn about Constructors, Objects, Methods, Arrays, Inheritance, and Packages.Java Reserved Words: Master the use and significance of keywords like public, protected, private, import, and extend.Packages and Libraries: Discover how to use packages and libraries to streamline your coding process.Logical Learning Path: Follow easy, logical steps to ensure you grasp and remember Java programming concepts.Benefits of Learning Java:Career Advancement: Stand out in the competitive job market with a top-tier skill.Work from Home: Gain the freedom to work remotely and enjoy job satisfaction.Future-Proof Your Career: Java is a language of the future, essential