Skip to content

Commit

Permalink
Modify Readme and Place License
Browse files Browse the repository at this point in the history
  • Loading branch information
areed1192 committed Mar 14, 2020
1 parent 05412e5 commit 2c88703
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 27 deletions.
File renamed without changes.
65 changes: 38 additions & 27 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,46 +30,55 @@ Support Sigma Coding

#### Table of Contents

* [Overview](#overview)
* [Topics](#topics)
* [Resources](#resources)
* [Link to Other Repositories](#links-to-other-respositories)
* [Support the Channel](#support-the-channel)
- [Overview](#overview)
- [Topics](#topics)
- [Resources](#resources)
- [Link to Other Repositories](#links-to-other-respositories)
- [Support the Channel](#support-the-channel)

## Overview

Howdy! My name is [Alex](https://www.linkedin.com/in/alex-reed/), 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:

* Python
* VBA
* JavaScript
* M Langauge (Used for Power Query & Power BI)
* SQL
- [Python](https://github.com/areed1192/sigma_coding_youtube/tree/master/python)
- [VBA](https://github.com/areed1192/sigma_coding_youtube/tree/master/vba)
- [JavaScript](https://github.com/areed1192/sigma_coding_youtube/tree/master/javascript)
- [M Langauge (Used for Power Query & Power BI)](https://github.com/areed1192/sigma_coding_youtube/tree/master/m%20language)
- [T SQL](https://github.com/areed1192/sigma_coding_youtube/tree/master/t%20sql)

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.
* **Machine Learning** I cover different machine learning models ranging from regression to classification.
- **Python:**

* **VBA:**
* **PowerPoint VBA** This series covers interacting with PowerPoint objects using VBA, topics like linking OLE objects and formatting slides.
* **Word VBA** With Word VBA, we see how to manipulate different documents and change the underlying format in them.
* **Outlook VBA** In Outlook, we work with email objects and account information.
* **Excel VBA** In Excel, we do an awful lot even working with non-standard libraries like ADODB.
- **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.

* **JavaScript:**
* **Office API** Learn how to use the new JavaScript API for Microsoft Office.
- **VBA:**

* **TSQL:**
* **APIs** Learn how to make API request from Microsoft SQL Server.
- **PowerPoint VBA** This series covers interacting with PowerPoint objects using VBA, topics like linking OLE objects and formatting slides.
- **Word VBA** With Word VBA, we see how to manipulate different documents and change the underlying format in them.
- **Outlook VBA** In Outlook, we work with email objects and account information.
- **Excel VBA** In Excel, we do an awful lot even working with non-standard libraries like ADODB.

- **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

Expand All @@ -79,17 +88,19 @@ If you ever have a question, would like to suggest a topic, found a mistake or j

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

* [TD Ameritrade API Client For Python](https://github.com/areed1192/td-ameritrade-python-api)
* [Interactive Brokers API Client For Python](https://github.com/areed1192/interactive-broker-python-api)
* Excel Object Model For Python - COMING SOON
- [TD Ameritrade API Client For Python](https://github.com/areed1192/td-ameritrade-python-api)
- [Interactive Brokers API Client For Python](https://github.com/areed1192/interactive-broker-python-api)
- Excel Object Model For Python - COMING SOON
- Office API Add-In - COMING SOON
- Python SEC Library - COMING SOON

## Support the Channel

**Patreon:**
If you like what you see! Then Help support the channel and future projects by donating to my [Patreon Page](https://www.patreon.com/sigmacoding). 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, and you think I can help you with feel free to reach out at [email protected]
If you have a project, and you think I can help you with feel free to reach out at [[email protected]](mailto:[email protected]?subject=[GitHub]%20Source%20Sigma%20Coding%20Repo%20Hire%20Me)

**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.

0 comments on commit 2c88703

Please sign in to comment.