GithubHelp home page GithubHelp logo

kiet112 / intro-to-python-livelessons Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ariannedee/intro-to-python-livelessons

0.0 0.0 0.0 1.75 MB

Python 19.38% Jupyter Notebook 78.29% JavaScript 1.32% CSS 0.16% HTML 0.85%

intro-to-python-livelessons's Introduction

Introduction to Python Programming LiveLessons

This is the code for Introduction to Python Programming LiveLessons: Learn How to Program Today with Python by Arianne Dee

To get started with this course, please follow these instructions:

  1. Install Python
  2. Install PyCharm
  3. Download the code
  4. Check that Python was installed properly

Set up instructions

1. Install Python 3.6 or higher

Go to https://www.python.org/downloads/

Click the yellow button at the top to download the latest version of Python.

On Mac or Linux

Follow the prompts and install using the default settings.

On Windows

The default settings don't add Python to your PATH so your computer doesn't know where to look for it when Python runs (for some inexplicable reason).

If you're just installing Python now

Follow the instructions here: Windows Python installer instructions

If you've already installed Python with the default settings

Follow the instructions here: Add Python to PATH variable in Windows

2. Download PyCharm (Community Edition)

Download here: https://www.jetbrains.com/pycharm/download/

Install, open, and use the default settings.

3. Download the course files

If you're viewing this on GitHub already, stay on this page. Otherwise, go to the GitHub repository: https://github.com/ariannedee/intro-to-python

If you know git:

Clone the repository.

If you don't know git:

  1. Click the green "Clone or download" button on the top-right of the page
  2. Click "Download ZIP"
  3. Unzip it
  4. Move the intro-to-python-livelessons-master folder to a convenient location

4. Make sure that Python is properly installed

  1. Open the Command Prompt application in Windows or Terminal on Mac or Linux

  2. Type python --version and press enter

  3. Type python3 --version and press enter

  4. One or both of those commands should print a Python version of 3.7.1 or higher (whichever version you just downloaded)

Note: You can now type just the python or python3 command in Command Prompt or Terminal to run the Python interpreter. You can also run a .py file by running python filename.py

intro-to-python-livelessons's People

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.