Giter Club home page Giter Club logo

learn-python's Introduction

Learn Python 3

Senior Curriculum Developer: Sonny Li

Senior Curriculum Developer: David Patlut ([email protected])

Artwork: Tim Liedtke (https://www.timliedtke.com)

Course Link

https://www.codecademy.com/learn/learn-python-3

Book

TBD

1. Hello World

TBD

Block Letters:

2. Control Flow

Magic 8-Ball:


Cheatsheets

  1. Hello World
  2. Control Flow
  3. Functions

Codepedia

https://codecademy.github.io/codepedia

Skill Paths

  • Analyze Data with Python
  • Visualize Data with Python
  • Build Chatbots with Python
  • Build Web Apps with Flask
  • Build Deep Learning Models with TensorFlow
  • Build a Machine Learning Mode with Python

Courses

  • Learn Hardware Programming with CircuitPython
  • Learn Statistics with Python
  • Learn Flask

Official Documentation

Python Style Guides

Contribution Guidelines

We'd love to have you contribute!

Please note that this project is released with a Contributor Covenant. By participating in this project you agree to abide by its terms.

learn-python's People

Contributors

ajnc avatar catower avatar eugenegohh avatar josephtkim avatar shubham-kumar-tripathi avatar sonnynomnom avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

learn-python's Issues

Unable to create a Pull request

Hi!
I'm trying to create a pull request to open and update my code for File - Sals Shipping.py.
Could you please help me get the details or grant me access to create changes?

Contribution request

Hi i would like to add code for the Optional Challenge for the learn python 3 code course Magic 8-Ball for others to see if its ok

I added a few neat thingsif you want to check out <new

#-----Random----Weight---Generator-------------------------------#

import random
random_number = random.randint(1, 100)
weight = random_number
print("Weight:", weight, "lbs")

Ground Shipping

if weight <= 2:
cost_ground = round(weight * 1.5) + 20
elif weight <= 6:
cost_ground = weight * 3.00 + 20
elif weight <= 10:
cost_ground = weight * 4.00 + 20
else:
cost_ground = round(weight * 4.75) + 20

print("Ground Shipping $", cost_ground)

Ground Shipping Premimum

cost_ground_premium = 125

print("Ground Shipping Premimium $", cost_ground_premium)

Drone Shipping

if weight <= 2:
cost_drone = round(weight * 4.5)
elif weight <= 6:
cost_drone = weight * 9.00
elif weight <= 10:
cost_drone = weight * 12.00
else:
cost_drone = round(weight * 14.25)

print("Drone Shipping: $", cost_drone)

Contribution Request!

Hey,

I would like to contribute to the repository, is there a list of programs that you would like to cover...or? How do I go about it?

Hope you have a great day!

Trying to use input()

Is there a reason that it throws an EOF error whenever trying to use input to get the name and question, or was it mentioned previously that you can't use input() in the website code editor?

Shipping.py

Added a the possibility to choose between Ground and Drone delivery

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.