Sigma coding youtube - This is a collection of all the code that can be found on my YouTube channel Sigma Coding.

Overview

Sigma Coding

Tutorials & Resources

YouTubeFacebook

Support Sigma Coding

PatreonGitHub SponsorShop Amazon

Table of Contents

Overview

Howdy! My name is Alex, and if you're like me, you enjoy the world of programming. Or maybe you were like me a few years ago and are beginning to take your first step into this exciting world. The GitHub repository you're currently contains almost all of the code you find on my YouTube channel Sigma Coding. Feel free to clone, download or branch this repository so you can leverage the code I share in my channel.

Because I cover so many different langages on my YouTube channel, I dedicate a folder to each specific lanaguge. Right now, I cover the following lanagues on my channel:

This list is continuously changing, and I do my best to make tutorials engaging, exciting, and most importantly, easy to follow!

Topics

Now, I cover a lot of topics on my channel and as much I would like to list them all I don't want to overload with you a bunch of information. Here is a list of some of my more popular topics:

  • Python:

    • Win32COM The Win32COM library allows us to control the VBA object model from Python.
    • TD Ameritrade API The TD Ameritrade API allows us to stream real-time quote data and execute trades from Python.
    • Interactive Brokers API The TD Ameritrade API allows us to stream real-time quote data and execute trades from Python.
    • Machine Learning I cover different machine learning models ranging from regression to classification.
    • Pythonnet Pythonnet is used to connect Python to something called the CLR (Common Language Runtime) which gives us access to more Windows speicific libraries.
  • VBA:

    • Access VBA In Access, we can store large amounts of data. With Access, we will see how to create tables, query existing tables, and even importing and exporting data to and from access.
    • Excel VBA In Excel, we do an awful lot even working with non-standard libraries like ADODB.
    • Outlook VBA In Outlook, we work with email objects and account information.
    • PowerPoint VBA This series covers interacting with PowerPoint objects using VBA, topics like linking OLE objects and formatting slides.
    • Publisher VBA In Publisher, we explore how to create fliers and other media documents for advertising.
    • Word VBA With Word VBA, we see how to manipulate different documents and change the underlying format in them.
  • JavaScript:

    • Office API Learn how to use the new JavaScript API for Microsoft Office.
    • Excel API The Excel API focuses just on the API for Microsoft Excel and the object model associated with it.
    • Word API The Word API focuses just on the API for Microsoft Word and the object model associated with it.
  • TSQL:

    • APIs Learn how to make API request from Microsoft SQL Server.
    • Excel Learn how to work with Excel Workbooks using T-SQL.

Resources

If you ever have a question, would like to suggest a topic, found a mistake or just want some input for a project you can always email me at [email protected]. Additionally, you can find dedicated folders in the repository for resources like documentation.

Links To Other Respositories

Some of my projects are so large that they have dedicated repositories for them. Here is a list of repositiories of my other repositiories:

Support the Channel

Patreon: If you like what you see! Then Help support the channel and future projects by donating to my Patreon Page. I'm always looking to add more content for individuals like yourself, unfortuantely some of the APIs I would require me to pay monthly fees.

Hire Me: If you have a project, you think I can help you with feel free to reach out at [email protected] or fill out the contract request form

Disclosures: I am a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com. Full Disclosure: I will earn a commission if you purchase from the Shop Amazon link, more details are provided below.

Owner
Alex Reed
My background is in finance but stumbled upon programming and have been doing it ever since.
Alex Reed
Test pour savoir si je suis capable de paratger une lib avec le monde entier !!

Data analysis Document here the project: MLproject Description: Project Description Data Source: Type of analysis: Please document the project the bet

Lucas_Penarrubia 0 Jan 18, 2022
Curso de Python 3 do Básico ao Avançado

Curso de Python 3 do Básico ao Avançado Desafio: Buscador de arquivos Criar um programa que faça a pesquisa de arquivos. É fornecido o caminho e um te

Diego Guedes 1 Jan 21, 2022
Web interface for browsing, search and filtering recent arxiv submissions

Web interface for browsing, search and filtering recent arxiv submissions

Andrej 4.8k Jan 08, 2023
Blender addon, import and update mixamo animation

This is a blender addon for import and update mixamo animations.

ywaby 7 Apr 19, 2022
Turn your IPad into a Screen-Slaver with 1 simple Pythonista script

ScreenSlaver Turn your IPad into a Screen-Slaver with 1 simple Pythonista script

6 Jul 09, 2022
Create standalone, installable R Shiny apps using Electron

WARNING This is still very much a work in progress and nothing can be assumed stable in any way Temp notes: Two types of created installer, based on w

Chase Clark 5 Dec 24, 2021
Este projeto se trata de uma análise de campanhas de marketing de uma empresa que vende acessórios para veículos.

Marketing Campaigns Este projeto se trata de uma análise de campanhas de marketing de uma empresa que vende acessórios para veículos. 1. Problema A em

Bibiana Prevedello 1 Jan 12, 2022
A cookiecutter to start a Python package with flawless practices and a magical workflow 🧙🏼‍♂️

PyPackage Cookiecutter This repository is a cookiecutter to quickly start a Python package. It contains a ton of very useful features 🐳 : Package man

Daniel Leal 16 Dec 13, 2021
Repository for my Monika Assistant project

Monika_Assistant Repository for my Monika Assistant project Major changes: Added face tracker Added manual daily log to see how long it takes me to fi

3 Jan 10, 2022
A website to collect vintage 4 tracks cassette recorders.

Vintage 4tk cassette recorders A website to collect vintage 4 tracks cassette recorders. Local development setup Copy and customize Django settings (e

1 May 01, 2022
A funny alarm clock I made in python

Wacky-Alarm-Clock Basically, I kept forgetting to take my medications, so I thought it would be a fun project to code my own alarm clock and make it r

1 Nov 18, 2021
Rick Astley Language is a rick roll oriented, dynamic, strong, esoteric programming language.

Rick Roll Language / Rick Astley Language A rick roll oriented, dynamic, strong, esoteric programming language. Prolegomenon The reasons that I made t

Rick Roll Programming Language 658 Jan 09, 2023
A performant state estimator for power system

A state estimator for power system. Turbocharged with sparse matrix support, JIT, SIMD and improved ordering.

9 Dec 12, 2022
🗽 Like yarn outdated/upgrade, but for pip. Upgrade all your pip packages and automate your Python Dependency Management.

pipupgrade The missing command for pip Table of Contents Features Quick Start Usage Basic Usage Docker Environment Variables FAQ License Features Upda

Achilles Rasquinha 529 Dec 31, 2022
Import modules and files straight from URLs.

Import Python code from modules straight from the internet.

Nate 2 Jan 15, 2022
Enjoyable scripting experience with Python

Enjoyable scripting experience with Python

8 Jun 08, 2022
Python script to commit to your github for a perfect commit streak. This is purely for education purposes, please don't use this script to do bad stuff.

Daily-Git-Commit Commit to repo every day for the perfect commit streak Requirments pip install -r requirements.txt Setup Download this repository. Cr

JareBear 34 Dec 14, 2022
You'll learn about Iterators, Generators, Closure, Decorators, Property, and RegEx in detail with examples.

07_Python_Advanced_Topics Introduction 👋 In this tutorial, you will learn about: Python Iterators: They are objects that can be iterated upon. In thi

Milaan Parmar / Милан пармар / _米兰 帕尔马 252 Dec 23, 2022
A framework to create reusable Dash layout.

dash_component_template A framework to create reusable Dash layout.

The TolTEC Project 4 Aug 04, 2022