Giter Club home page Giter Club logo

introduction-to-python-programming's Introduction

Travis status

Introduction to Programming with Python

Coding, as any other skill in life, is built upon experience. Would you say you can become a great basketball player by just watching the NBA? You probably wouldn't. In the same sense, you can't be a good programmer by watching programming videos or reading about programming languages. If you want to be a great programmer you have to sit down and start coding. There's not other way.

This course will take you through the fundamentals of programming building from the very basics (Data Types, Collections, Control Flow) and introducing you to more advanced concepts as Object Oriented Programming. To be able to take this course, you're required to have some basic knowledge of programming. So we can pick from there and take you to the next level. If you have no experience, we recommend you to start with Programming for Everybody or the Codecademy Python Course.

This course is perfect for you if:

  • You've been reading about programming but you don't know the concepts of programming behind.
  • You feel like you are not making progress. You want to code, but you don't know how to start.
  • You get stuck easily and you don't know how to get unstuck, how to debug your error or find help.
  • You need other people to surround you and encourage you to learn so you don't end up procrastinating.

Development

To run all the tests for the assignment lesson use the run_tests.py script. Examples:

$ python run_tests.py                   # Run all tests
$ python run_tests.py  -v               # Run all tests including logging info
$ python run_tests.py -u 1              # Run tests just for the unit 1
$ python run_tests.py -u 5 8            # Run tests just for units 5 and 8
$ python run_tests.py -g string         # Run tests for lessons that contain the
                                        # keyword 'string' in their name
$ python run_tests.py -g string length  # Run tests for lessons that contain
                                        # the keywords 'string' and 'length' in their name

License

This content is released under the CC BY-SA 4.0 Creative Commons license.

introduction-to-python-programming's People

Watchers

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