[SkillShare] Advanced Python Skills: become a better Python developer!

  David Armendáriz, #NeverStopLearning About This Class Welcome to Learn Python by doing! Tired of the same Python course teaching you data types and printing the same message in a for loop? It’s time to learn exciting things! In this course, you will learn a lot of built in functionalities for you to become a […]

[A Cloud Guru] Automating AWS with Python

  This course is a project-based approach to learning to automate AWS with Python.   ABOUT THE COURSE Hello Cloud Gurus, In this course, you’ll learn techniques and strategies for automating AWS with Python: Command line scripts Lambda functions Authentication and permissions Creating and managing cloud resources Reporting and metrics Integrating with third party services […]

[PacktPub] Project-Based Python Programming For Kids and Beginners [Video]

  Minerva Singh December 31, 2019 5 hours 0 minutes Learn Python programming by developing robust GUIs and games Learn Build simple Python-based games using programming loops and functions Draw graphics using the Python module Turtle Develop Python graphical user interfaces with Tkinter Understand how to work with Python 2 and 3 Use the in-built […]

[O’REILLY] Become more productive by using IPython

by Jacinda Shelly Released December 2019 Publisher(s): O’Reilly Media, Inc. ISBN: 0636920361893 Explore a preview version of Become more productive by using IPython right now. Video Description   If your Python interpreter still starts with >>>, join Jacinda Shelly (Doctor on Demand) to learn how IPython—an enhanced interactive Python shell guaranteed to improve the productivity […]

[Pluralsight] Interpreting Data Using Statistical Models with Python

By Janani Ravi This course covers techniques from inferential statistics, including hypothesis testing, t-tests, and Pearson’s chi-squared test, along with ANOVA, which is used to analyze effects across categorical variables and the interaction between variables. Course info Level: Beginner Updated: Oct 29, 2019 Duration: 2h 46m Description Data science and data modeling are fast emerging […]

[PacktPub] Full-Stack React, Python, and GraphQL [Video]

Reed Barger October 24, 2019 6 hours 35 minutes Develop impressive, rich full-stack apps with the latest and greatest features of Python, React, and GraphQL More Information Learn Build stunning, complete full-stack applications with React and Python Create a robust Python backend with the Django web framework Integrate GraphQL with Python using Graphene and Graphene-Django […]

[Linkedin] PyTorch Essential Training: Deep Learning

  Course by: Jonathan Fernandes Course Info Duration: 56m 3s Skill Level: Intermediate Released: October 3, 2019 Viewers: 621 Course details PyTorch is quickly becoming one of the most popular deep learning frameworks around, as well as a must-have skill in your artificial intelligence tool kit. It’s gained admiration from industry leaders due to its […]

[Lynda] Python Essential Training

Author Bill Weinman Released 1/18/2018 Due to its power and simplicity, Python has become the scripting language of choice for many large organizations, including Google, Yahoo, and IBM. A thorough understanding of Python 3, the latest version, will help you write more efficient and effective scripts. In this course, Bill Weinman demonstrates how to use […]

[PacktPub] Master Deep Learning with TensorFlow 2.0 in Python [2019] [Video]

July 19, 2019 4 hours 55 minutes Build deep learning algorithms with TensorFlow 2.0, dive into neural networks, and apply your skills in a business case. More Information Learn Gain a strong understanding of TensorFlow – Google’s cutting-edge deep learning framework Understand backpropagation, Stochastic Gradient Descent, batching, momentum, and learning rate schedules Master the ins […]

[O’REILLY] Python for Data Science Complete Video Course Video Training

by Kennedy Behrman, Noah Gift Publisher: Addison-Wesley Professional Release Date: April 2019 ISBN: 9780135687253 Video Description 9+ Hours of Video Instruction While there are resources for Data Science and resources for Machine Learning, there’s a distinct gap in resources for the precursor course to Data Science and Machine Learning. This complete video course fills that […]

[UDACITY] Programming for Data Science v1.0.0

NANODEGREE PROGRAM–nd104 Programming for Data Science Prepare for a data science career by learning the fundamental data programming tools: Python or R, SQL, command line, and git. Choose to enroll in either the Python or R track. ESTIMATED TIME 3 Months At 10 hrs/week ENROLL BY May 22, 2019 Get access to classroom immediately on […]

[Udacity] Data Analyst Nanodegree v1.0.0

CAREER-READY NANODEGREE–nd002 Data Analyst Use Python, SQL, and statistics to uncover insights, communicate critical findings, and create data-driven solutions 1 Term 4 Months Study 5-10 hrs / week CO – CREATED WITH WHY ENROLL Become career-ready faster INDUSTRY SIZE & DEMAND Data Science Industry is expected to growth 28% Y-O-Y and be worth $187 bn […]

[Udacity] Learn all the essentials for AI programming with Python

NANODEGREE PROGRAM Learn all the essentials for AI programming with Python Learn Python, NumPy, Pandas, Matplotlib, PyTorch, Calculus, and Linear Algebra—the foundations for building your own neural network. TIME 3 months Study 10 hrs/week and complete in 3 months Why Take This Nanodegree Program? Learning to program with Python, one of the most widely used […]

[Pluralsight] Design Patterns with Python

“ReleaseDate”: “2016-10-13T00:00:00Z”, “UpdatedDate”: “2016-10-13T00:00:00Z”, “Level”: “Intermediate”, “ShortDescription”: “This course will introduce you to eight classic software design patterns and how they can be implemented in Python to help you create programs that are professional, extendable, and maintainable.”, “Description”: “At the core of professional programming practice is a thorough knowledge of software design patterns. In this […]

[Pluralsight] Building More Python Design Patterns

“ReleaseDate”: “2017-04-10T00:00:00Z”, “UpdatedDate”: “2017-04-10T00:00:00Z”, “Level”: “Intermediate”, “ShortDescription”: “Python is a popular programming language in the world today and that popularity is growing! Developing large, complex programs in Python requires more than just a knowledge of syntax. This course builds on the Design Patterns with Python.”, “Description”: “At the core of professional programming practice is a […]

[teamtreehouse] Django REST Framework

182-minute Python Course About this Course You’ve been learning Django and building great things. Suddenly it hits you. How do I take all this data I have and make it available to the world? Look no further than Django Rest Framework (DRF). DRF is a powerful and flexible framework, on top of a framework (Django), […]

[teamtreehouse] Django ORM

134-minute Python Course About this Course Django has a very powerful ORM that provides us a huge amount of convenience when building our apps. In this course, we’ll learn about and use many of the methods and tools that Django gives us including ordering results, selecting only certain attributes, excluding results that match a particular […]

[teamtreehouse] Django Forms

249-minute Python Course About this Course Django Forms let us quickly create HTML forms and validate information from users and APIs. Django gives us two types of Forms, basic Forms and Model Forms, which turn our Models into Forms. Our learning app needs quizzes, so let’s build them with Forms! What you’ll learn Forms Model […]

[teamtreehouse] Django Class-based Views

134-minute Python Course About this Course Django view functions are simple and easy to use but sometimes you find yourself repeating a lot of the same work over and over. Luckily, Django also offers a way to create views as classes which can lead to cleaner, more reusable code. Class-based views have a lot of […]

[teamtreehouse] Django Basics

237-minute Python Course About this Course When it comes to Python web frameworks, the elephant (pony?) in the room is Django. Let’s explore this framework and build the prototype of an e-learning site. We’ll look into Django’s admin, ORM, migrations, and template system. In the end, you’ll have a project you can use to explore […]

[teamtreehouse] Data Science Basics

182-minute Python Course About this Course This course will follow the basic procedures of conducting data science work, namely selecting and describing data, and munging it into a communicable form. At the end of this course, students will be able to pick a small dataset available online and, using Python language, quickly calculate descriptive statistics […]

[teamtreehouse] Customizing Django Templates

136-minute Python Course About this Course In Django Basics, you learned how to set up the skeleton of a video tutorial library. But for a real-world application, you’d probably want more flexibility and functionality in your websites. Django offers lots of built-in options for using templates to make your site dynamic and flexible, and makes […]

[Pluralsight] Python – Beyond the Basics

“ReleaseDate”: “2014-07-18T00:00:00Z”, “UpdatedDate”: “2014-07-18T00:00:00Z”, “Level”: “Intermediate”, “ShortDescription”: “Python – Beyond the Basics deepens and broadens your knowledge of Python, a dynamic language popular for web development, big data, science, and scripting.”, “Description”: “Python – Beyond the Basics builds directly on the foundations laid in our introductory Python course, Python Fundamentals. Python is a great dynamic […]

[Pluralsight] Introduction to Data Visualization with Python

“ReleaseDate”: “2017-07-27T00:00:00Z”, “UpdatedDate”: “2017-07-27T00:00:00Z”, “Level”: “Intermediate”, “ShortDescription”: “Data visualization is often the first step in any type of data analysis. This course will teach you several essential data visualization techniques, when to use them, and how to implement them with Python and Matplotlib.”, “Description”: “At the core of data science and data analytics is a […]

[Lynda] Programming Foundations: Real-World Examples

Author Barron Stone Released 12/21/2015 Understanding core programming concepts and why they are used is just as important as knowing how to write code. New programmers need to learn to bridge the gap: to connect the theory to practice. This series of training videos explains basic programming concepts by relating them to real-life objects, actions, […]