πΈ Full description πΈ
With Plotly, you can make charts and share graphs, so that your colleagues and friends can see your work. In this course, instructor Brett Vanderblock shows you how to evaluate what graph types to use in various situations, deploy Plotly for your own initiatives, and develop your own interactive graphs. Plotly is a data visualization library. Brett walks you through its key attributes and how to start using it. Creating charts is easy with Plotly, and Brett introduces you to basic charts, statistical charts, 3D plotting, mapping, and more. He shows you how to add interactive dropdowns and buttons to your charts and graphs, as well as how to create subplots and create a dashboard to combine visualizations.
This course was created by Madecraft. We are pleased to host this training in our library.
With Plotly, you can make charts and share graphs, so that your colleagues and friends can see your work. In this course, instructor Brett Vanderblock shows you how to evaluate what graph types to use in various situations, deploy Plotly for your own initiatives, and develop your own interactive graphs. Plotly is a data visualization library. Brett walks you through its key attributes and how to start using it. Creating charts is easy with Plotly, and Brett introduces you to basic charts, statistical charts, 3D plotting, mapping, and more. He shows you how to add interactive dropdowns and buttons to your charts and graphs, as well as how to create subplots and create a dashboard to combine visualizations.
This course was created by Madecraft. We are pleased to host this training in our library.
π14β€2
Data Visualizations with Plotly.zip
138.4 MB
π14β€3π₯2
π
Training Neural Networks in Python
π Author: Eduardo CorpeΓ±o
π° Level: Advanced
β° Duration: 2h 7m
π
π Topics: Neural Networks, Python
π€ Join @python_trainings for more courses
π Author: Eduardo CorpeΓ±o
π° Level: Advanced
β° Duration: 2h 7m
π
Take a deep dive into the inner workings of neural networks by learning how to create one from scratch in Python.
π Topics: Neural Networks, Python
π€ Join @python_trainings for more courses
π16β€5π₯3π1
Training Neural Networks in Python.zip
457.6 MB
π21β€6π₯4
π
Building RESTful Web APIs with Django
π Author: Rudolf Olah
π° Level: Intermediate
β° Duration: 1h 9m
π
π Topics: REST APIs, Django
π€ Join @python_trainings for more courses
π Author: Rudolf Olah
π° Level: Intermediate
β° Duration: 1h 9m
π
Learn how to build a RESTful web API using the Django REST framework.
π Topics: REST APIs, Django
π€ Join @python_trainings for more courses
π19β€1
πΈ Full description πΈ
APIs are a crucial technology for delivering data to applicationsβfrom front-end ecommerce sites to iOS and Android apps. The Django REST framework is the natural choice for Python and Django developers who want to create their own RESTful back-end APIs. In addition to its rapid prototyping tools, the framework includes authentication schemes, serialization for parsing complex data into Python-friendly types, and automatic URL routing. This course shows how to use the Django Rest framework to create a simple RESTful web API. Instructor Rudolf Olah explains how to create serializers, renderers, filtering and pagination, and routers with viewsets that consumers can use to access the API. He also shows how to unit test your code to ensure your API works as expected. By the end of the course, youll know how to use this powerful and flexible toolkit to build you own data-driven web experiences.
APIs are a crucial technology for delivering data to applicationsβfrom front-end ecommerce sites to iOS and Android apps. The Django REST framework is the natural choice for Python and Django developers who want to create their own RESTful back-end APIs. In addition to its rapid prototyping tools, the framework includes authentication schemes, serialization for parsing complex data into Python-friendly types, and automatic URL routing. This course shows how to use the Django Rest framework to create a simple RESTful web API. Instructor Rudolf Olah explains how to create serializers, renderers, filtering and pagination, and routers with viewsets that consumers can use to access the API. He also shows how to unit test your code to ensure your API works as expected. By the end of the course, youll know how to use this powerful and flexible toolkit to build you own data-driven web experiences.
π14
Building RESTful Web APIs with Django.zip
172.4 MB
π8β€6π₯3
Building RESTful Web APIs with Django.zip
172.4 MB
π10β€3π₯2
π
Advanced Django Project: Build High-Traffic Websites with Django
π Author: Ryan Mitchell
π° Level: Advanced
β° Duration: 1h 52m
π
π Topics: Django
π€ Join @python_trainings for more courses
π Author: Ryan Mitchell
π° Level: Advanced
β° Duration: 1h 52m
π
This course provides a comprehensive look at the Python-based Django frameworks core features and architecture for advanced users.
π Topics: Django
π€ Join @python_trainings for more courses
π13β€4
πΈ Full description πΈ
In this project-based course, software engineer Ryan Mitchell takes a deep dive into Django, the framework that is the back end of high-traffic websites like Instagram and Pinterest. Designed for advanced Django users, Ryan presents a social media website project as a framework for how to tackle any web engineering situation and translate it into Django code. She shows how to build custom validators, filters, and managers; how to extend and augment the default Django settings and models; and how to eliminate code redundancy and implement clean error handling, authentication, caching, and other tools. If youre looking for some hands-on work to learn how to apply Django to develop anything from a retail store to a personal portfolio to a company website and more, join Ryan in this course.
In this project-based course, software engineer Ryan Mitchell takes a deep dive into Django, the framework that is the back end of high-traffic websites like Instagram and Pinterest. Designed for advanced Django users, Ryan presents a social media website project as a framework for how to tackle any web engineering situation and translate it into Django code. She shows how to build custom validators, filters, and managers; how to extend and augment the default Django settings and models; and how to eliminate code redundancy and implement clean error handling, authentication, caching, and other tools. If youre looking for some hands-on work to learn how to apply Django to develop anything from a retail store to a personal portfolio to a company website and more, join Ryan in this course.
π20π₯7β€4
Advanced Django.zip
329 MB
β€23π13
π
Python Statistics Essential Training
π Author: Matt Harrison
π° Level: Advanced
β° Duration: 2h 39m
π
π Topics: Statistics, Python
π€ Join @python_trainings for more courses
π Author: Matt Harrison
π° Level: Advanced
β° Duration: 2h 39m
π
Learn to use Python to unlock the power of data and use it to inform decisions.
π Topics: Statistics, Python
π€ Join @python_trainings for more courses
π15β€10π₯2
πΈ Full description πΈ
The field of statistics has become increasingly dependent on data analysis and interpretation using Python. With the rise of big data and data science, the demand for professionals who can effectively analyze and interpret data using Python has skyrocketed. In this course, Matt Harrison teaches you how to collect, clean, analyze, and visualize data using the powerful tools of the Python programming language. Join Matt as he gives into the various techniques that form the backbone of statistics and helps you understand the data with summary statistics and visualizations. He explains how to create predictive models using both linear regression andXGBoost, and wraps up the course with a look at hypothesis testing.
If youre interested in exploring statistics using a code-first approach, join Matt in this course as he shows you how to use Python to unlock the power of data.
The field of statistics has become increasingly dependent on data analysis and interpretation using Python. With the rise of big data and data science, the demand for professionals who can effectively analyze and interpret data using Python has skyrocketed. In this course, Matt Harrison teaches you how to collect, clean, analyze, and visualize data using the powerful tools of the Python programming language. Join Matt as he gives into the various techniques that form the backbone of statistics and helps you understand the data with summary statistics and visualizations. He explains how to create predictive models using both linear regression andXGBoost, and wraps up the course with a look at hypothesis testing.
If youre interested in exploring statistics using a code-first approach, join Matt in this course as he shows you how to use Python to unlock the power of data.
π22β€13
Python Statistics Essential Training.zip
372.5 MB
π38β€6π₯1