GithubHelp home page GithubHelp logo

classicvalues / python-youtube-code Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kiteco/python-youtube-code

0.0 0.0 0.0 238.06 MB

Home Page: https://www.youtube.com/c/KiteHQ

License: MIT License

Python 4.00% Jupyter Notebook 96.00%

python-youtube-code's Introduction

Kite's Youtube Code Repo

You can find all the code associated with our Youtube Channel here. You can use the code here to follow along the videos from our Youtube Channel (https://www.youtube.com/channel/UCxVRDu9ujwOrmDxu72V3ujQ).

What is Kite?

Kite is an AI-powered programming assistant that helps you write Python code in your code editor. Kite helps you write code faster by showing you the right information at the right time. Learn more about how Kite heightens VS Code's capabilities at https://kite.com/.

At a high level, Kite provides you with:

  • ๐Ÿง  Line-of-Code Completions powered by machine learning models trained on the entire open source code universe
  • ๐Ÿ“ Intelligent Snippets that automatically provide context-relevant code snippets for your function calls
  • ๐Ÿ” Instant documentation for the symbol underneath your cursor so you save time searching for Python docs

Installation

Installing the Kite Engine

The Kite Engine needs to be installed in order for the package to work properly. The package itself provides the frontend that interfaces with the Kite Engine, which performs all the code analysis and machine learning 100% locally on your computer (no code is sent to a cloud server).

macOS Instructions

  1. Download the installer and open the downloaded .dmg file.
  2. Drag the Kite icon into the Applications folder.
  3. Run Kite.app to start the Kite Engine.

Windows Instructions

  1. Download the installer and run the downloaded .exe file.
  2. The installer should run the Kite Engine automatically after installation is complete.

Linux Instructions

  1. Visit https://kite.com/linux/ to install Kite.
  2. The installer should run the Kite Engine automatically after installation is complete.

Usage

The following is a brief guide to using Kite in its default configuration.

Hover

Hover your mouse cursor over a symbol to view a short summary of what the symbol represents.

hover

Documentation

Click on the Docs link in the hover popup to open the documentation for the symbol inside the Copilot, Kite's standalone reference tool.

copilot

Definitions

If a Def link is available in the hover popup, clicking on it will jump to the definition of the symbol.

Autocompletions

Simply start typing in a saved Python file and Kite will automatically suggest completions for what you're typing. Kite's autocompletions are all labeled with the โŸ  symbol.

completions

Function Signatures

When you call a function, Kite will show you the arguments required to call it. Kite's function signatures are also all labeled with the โŸ  symbol.

signature

Note: If you have the Microsoft Python extension installed, Kite will not be able to show you information on function signatures.

Commands

Kite comes with sevaral commands that you can run from VS Code's command palette.

Command Description
kite.open-copilot Open the Copilot
kite.docs-at-cursor Show documentation of the symbol underneath your cursor in the Copilot
kite.engine-settings Open the settings for the Kite Engine
kite.help Open Kite's help website in the browser

Contact Us

Feel free to contact us with bug reports, feature requests, or general comments at [email protected].

Happy coding!


About Kite

Kite is built by a team in San Francisco devoted to making programming easier and more enjoyable for all. Follow Kite on Twitter and get the latest news and programming tips on the Kite Blog. Kite has been featured in Wired, VentureBeat, The Next Web, and TechCrunch.

python-youtube-code's People

Contributors

alexrohwer avatar bradostauffer avatar brendankite avatar bwrooney avatar caelan-io avatar gmersy avatar jasongong91 avatar linj66 avatar mikhaillenko avatar paul-graham-1998 avatar tacarpe avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.