Coder Social home page Coder Social logo

starthere's Introduction

PythonTriCities demo starthere.

This is a simple demo to make sure our users have Python3 set up and working

Prerequisites

Getting Started

  1. Make sure you have Python3 installed. Follow these guides:
  1. Make sure you have git installed.

Clone this repository

git clone https://github.com/PythonTriCities/starthere.git
  • If you had trouble with the git install or just want to download the files as a zip, click this link starthere

The next 2 steps are optional but recommended

  1. Create the virtual environment if it doesn't exist:
  • What/'s a virtual environment?

  • On Linux/Mac it is: python3 -m venv /path/to/new/virtual/environment

  • I like to set the path to be in the directory with a folder that shows the version of Python that I am running, so I include the python version I am using in the path

python3 -m venv ./.venv/python3.6
  • On Windows it is c:>c:\Python35\python -m venv c:\path\to\myenv
c:\>c:\Python35\python -m venv c:\path\to\myenv
  1. Start your virtual environment.
  • Linux/Mac:
source ./.venv/bin/activate
  • Windows:
c:\path\to\myenv\Scripts\activate.bat
  1. Test that it is not legacy Python, ie 2.7
python --version
  • You should see something like this:
Python 3.6.4
  1. Now from the starthere folder run the first.py script
python first.py
  • If all went well you should see:
Please type in a name: 

Running the tests

No test for this script, but we will cover that in later examples

Versioning

Use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Help from the internets, stackoverflow, users group members, etc...

Test your git ability by adding your Github link here:

starthere's People

Contributors

techsolx avatar akaamy1 avatar

Watchers

James Cloos 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.