Python

Data Science Python

How to Uncover Anomalies in Time Series Data with Python

In this video, NeuralNine shows us how to detect anomalies in time series data using ADTK in Python. Temperature Dataset: https://datahub.io/core/global-temp

Read More
AI Computer Vision

How to Identify anomaly images using convolutional autoencoders

This video is from DigitalSreeni. Code generated in the video can be downloaded from here: https://github.com/bnsreenu/python_for_microscopists

Read More
Python

How to Draw Circles, Rectangles and Lines in Kivy for Python!

Kivy is a popular Graphical User Interface (GUI) Package for Python, which allows for mobile app development and is cross-compatible between windows, mac, linux, iOS and android. Drawing basic shapes onto a main widget canvas is a great way to get started designing your app and making sure all the drawn shapes are dynamically resizable […]

Read More
Python

Python Object Oriented Programming 🐍- Full Course For Beginners⚡️

This Python course from Alpha Brains Courses teaches object-oriented programming through Python classes, covering topics such as inheritance, polymorphism, exception handling, and more advanced features. Participants will gain the skills to create their own classes and apply object-oriented programming principles.

Read More
Career Python Security

Fundamentals of Python for Cybersecurity | Google Cybersecurity Certificate

In this course from Google Career Certificates, you will be introduced to the Python programming language and apply it in a cybersecurity setting to automate tasks. You’ll start by focusing on foundational Python programming concepts, including data types, variables, conditional statements, and iterative statements. You’ll also learn to work with Python effectively by developing functions, […]

Read More
AI Large Language Models Python

How to Create a Large Language Model from Scratch with Python – Tutorial

Learn how to build your own large language model, from scratch in this video is from freeCodeCamp.org.. The course goes into the data handling, math, and transformers behind large language models. You will use Python. ✏️ Course developed by @elliotarledge 💻 Code and course resources: https://github.com/Infatoshi/fcc-intro-to-llms Join Elliot’s Discord server: https://discord.gg/pV7ByF9VNm

Read More
Mathematics Python

Python vs Wolfram Alpha, which one wins?

This video is from Everyday Mathematics. We move to the regular season of the MIT integration BEE and solve problems that bear log functions in them. We compare python and Wolfram alpha and can you guess which ones comes top?

Read More
Python

25 Nooby Python habits you need to ditch

This video is from mCoding highlights “Nooby” Python habits give away your inexperience.

Read More
AI Large Language Models Open Source

How To Install Code LLaMA 70b 👑 With Cloud GPU (Huge Model, Incredible Performance)

In this video, Matthew Berman explains how to set up Code LLaMA on Runpod, a cloud GPU service. Code LLaMA gives you GPT4-like coding performance but is entirely free and open-source.

Read More