Giter VIP home page Giter VIP logo

learn_code's Introduction

Learn to code

There was first python_learning repository, than CS50 Introduction to computer science, finally after creation of SQL_learning repository i realised i should organize my knowledge base and make it easier to browse. This repository is a collection of everything i do to level up my coding skills and fuel the passion i feel for years.

Most of my python files have have tags at the bottom line so i can grep through them (or ack). That way i can search for important topics without complex regex patterns. All tags are written as singular (class instead of classes or loop instead of loops).

$ grep -rnB1 "#tags.*class"

-r recursive
-n show line number
-B1 show previous 1 line (this line holds the list of modules)

As i got more comfortable with programming, my code is less verbose with less comments. Comments serve mostly for my future self to easily explain the logic behind the code. With more experience i realized there is no need remember everything when you understands the fundamental principles. Good code also means code that is easy to read, there is no need for comments at all.

My favorites

#tags: readme

learn_code's People

Contributors

morphzg avatar

Watchers

 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.