Code Monkey home page Code Monkey logo

100223-ph3-intro-to-python's Introduction

Intro to Python

Learning Goals

  • Declaring variables

  • Data types in Python

  • Functions and scope in Python

  • Lists and list methods in Python

  • Dictionaries in Python

Exercises

Each of the files in this repo is meant as a series of exercises. Javascript has been written for each of the files and your assignment (should you choose to accept it) is to convert the commented out JS into Python code.

You may run your files by running python -i 01-variables.py or python -i 01-variables.py (replace 01-variables.py with the name of the file you'd like to run). This will enter an interactive repl where you can test your variables and code after you've already written it. You may exit the interactive repl with CTRL + D or by typing exit().

The additional-exercises.py file is meant as an additional challenge without Javascript to guide you. Follow the deliverables and see if you can build out these challenges one at a time.

As a reminder of best coding habits, test your code as you go and don't move on to a deliverable or line until you feel comfortable that you've accomplished the previous one. Never make assumptions without testing them!

100223-ph3-intro-to-python's People

Contributors

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