• Stars
    star
    963
  • Rank 47,130 (Top 1.0 %)
  • Language
    Jupyter Notebook
  • License
    MIT License
  • Created over 5 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

Sigma Coding

Tutorials & Resources

YouTube • Facebook

Support Sigma Coding

Patreon • GitHub Sponsor • Shop 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.

More Repositories

1

td-ameritrade-python-api

Unofficial Python API client library for TD Ameritrade. This library allows for easy access of the Standard API and allows users to build data pipelines for the Streaming API.
Python
684
star
2

python-trading-robot

A trading robot, that can submit basic orders in an automated fashion using the TD API.
Python
447
star
3

interactive-broker-python-api

A python packaged used to interact with the Interactive Brokers REST API.
Python
321
star
4

python-sec

A simple python library that allows for easy access of the SEC website so that someone can parse filings, collect data, and query documents.
Python
116
star
5

td-ameritrade-api

The unofficial Python API client library for TD Ameritrade. This library allows for easy access of the Standard REST API and Streaming API.
Python
109
star
6

tradestation-python-api

A Python Client library for the TradeStation API.
Python
88
star
7

finance-news-aggregator

A news aggregator in python, that focuses primarily on business and market news sources.
Python
68
star
8

interactive-brokers-api

A python application used to interact with the Interactive Brokers REST API.
Python
57
star
9

ms-graph-python-client

A Python Client Application that allows users to interact with the Microsoft Graph API.
Python
50
star
10

portfolio-optimization

A python application, that demonstrates optimizing a portfolio using machine learning.
Python
40
star
11

sigma-coding

This is a repository used for educational purposes to demonstrate how to upload a Python package to PyPi.
Python
39
star
12

power-bi-python-api

The Unofficial Python API wrapper for the Microsoft Power BI REST API.
Python
38
star
13

azure-sql-data-project

A python application that is used to create instances of SQL Server instances on Microsoft Azure, and insert data into those databases.
Python
30
star
14

excel-custom-function-add-in

A tutorial on how to build an Excel Custom Function Add-In using the new Office JavaScript API.
TypeScript
17
star
15

python-bureau-economic-analysis-api-client

A Python API client used to pull and retrieve data from the US Bureau of Economic Analysis
Python
13
star
16

azure-functions-http

A tutorial that covers how to use Azure functions using the python programming language.
Python
10
star
17

trading-system

A python application that leverages Microsoft Azure to build a fully functional trading system.
Python
10
star
18

us-federal-treasury-python-api

A Python application which is used to pull data from the United States Federal Treasury API.
Python
7
star
19

sigma-template

Serves as a template folder for other repos I create.
Python
7
star
20

us-federal-register-python-api

A python API client for the United States Federal Register.
Python
5
star
21

trading-factory

My Azure Data Factory for managing my trading system.
Python
5
star
22

youtube-python-client

A Python client library for the YouTube API.
Python
5
star
23

united-states-congress-python-api

A Python API client for the United States Congressional data found GovInfo.com.
Python
5
star
24

trade-robot

A python package that allows you to place automated trades using the TD Ameritrade API.
Python
4
star
25

us-federal-reserve-python-api

A Python application which is used to pull data from the US Federal Reserve.
Python
4
star
26

amzn-associates-api

A python API client library used to interact with the Amazon Associates Marketing API.
Python
3
star
27

sigma-utilities

Random Code I used to help with different projects.
Python
3
star
28

epa-scraper-project

This is a python project that collects and stores data from the EPA website.
3
star
29

tap-federal-reserve

A singer Tap for extracting data from the United States Federal Reserver API (FRED).
Python
3
star
30

python-for-starters

A guide on how to get up and running with Python, VSCode, Git, & GitHub on Windows.
Python
2
star
31

new-office-add-in

TypeScript
2
star
32

energy-scraper

A python program that will go and scrape EPA data.
2
star
33

sigma-azure-management

A Python project that demonstrates managing different Azure Services.
TSQL
2
star
34

gmail-api-python

A Python project that uses the Gmail API in Python.
Python
2
star
35

trading-data-factory

A Python Application that leverages the Azure Data Factory to store trading data.
Python
2
star
36

azure-and-terraform

Terraform modules used to create Azure resources for other projects.
HCL
1
star
37

interview-items

A collection of items I use for interview purposes.
Jupyter Notebook
1
star
38

logistic-regression-model-stocks

Python
1
star
39

docker-trading-data-workflow

A docker application used to collect price data using a docker image.
Python
1
star
40

excel-python-com-server

Demonstrates how to create a Python COM Server using the Win32COM library.
Python
1
star