Code Monkey home page Code Monkey logo

pythonzerotoall's Introduction

PythonZeroToAll

Table Of Contents

Lab1 Introduction

> Datatypes, I/O, Import, Operators
> Flow Control: if-else, for Loop, while Loop

Lab2 Basic DataTypes

> List, Tuple, Dictionary, Set, etc.

Lab3 Strings

Lab4 Functions

> Built-Ins, Python Functionals

Lab5 Class

> Object, Class, Inheritance, Overloading

Lab6 Advanced Topics

> Closures, Decorators, etc.

Lab7 Numpy

References

Learn to Program with Python (Irv Kalb)

pythonzerotoall's People

Contributors

ejchoigo avatar hunkim avatar

Stargazers

Kim Gun avatar caru1613 avatar AB avatar Jongha Park avatar  avatar Amit avatar Tung Kieu avatar Ben Seo avatar  avatar Hyunable avatar justanothertechguy avatar Jinyoung, KIM avatar Liviu-Daniel avatar  avatar Taehun Kim avatar Zhibin Zhao avatar GAURAV avatar Sung Yun Byeon avatar Jaemin Cho avatar Park, Jee Hyun avatar  avatar Junho Kim avatar Mo Kweon avatar  avatar appidi abhinav reddy avatar t.k.woo avatar SeungHyun Jeon avatar  avatar Chun On Lee avatar SungwonKim avatar

Watchers

James Cloos avatar  avatar Walter Di Carlo avatar Mo Kweon avatar Chun On Lee avatar  avatar  avatar

pythonzerotoall's Issues

Python 3 Support or Need to be consistent

First, awesome project. I see it'd be valuable in the future for beginners.
But there are some points that I do not understand.
So I've decided to leave an early issue since it can be hard to fix later in the future.

Summary

  • I know it states that you can use blah blah if you use python3
  • But considering this is for beginners, everything should be written in Python 3
    • currently, it seems it's based in Python 2
  • or at least it should be consistent
    • sometimes it uses the print statement as in Python 2
    • sometimes it uses the print(...) function as in Python 3
    • check this file for example

Suggestion

  • Drop Python 2 support or at least use Python3 as a base default language
  • Why?
    • Python 2 is (almost) dead (it's legacy now at least)
      • it will only last until 2020
      • it won't get any update but only bug fixes. So, there are no new features
      • it's slow not as optimized as recent Python 3
    • Science community has moved to Python 3
      • Jupyter, for example, has already dropped Python 2....
      • big_science_lib
    • This is not just science community. The whole community has moved to Python3
      • Django dropped Python2 support
    • Remember Zed Shaw who was the author of Learn Python Hard Way. He was criticized by the community for recommending Python 2 over Python 3 a year ago and now he uses Python 3.

Use this issue to put the image in the note

Just copy your image in the comment. Then, it will show upload the image and show the markup like ![image](https://cloud.githubusercontent.com/assets/901975/24061477/eaa17e2a-0b9a-11e7-942d-947b79a9cddd.png)

Then, just copy the text markup in your notebook. Easy. No need to save image as a file.

image

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.