Giter Club home page Giter Club logo

100-days-of-code's Introduction

100-days-of-code

Main target: I will code for at least an hour every day for the next 100 days.

Start Date End Date
23 February, 2019 --------

Goals

  • Make habit of coding daily & learn everyday
  • Learn Python for deeper knowledge virtu

Completed Projects List

No Project Title Completed On
1 Virtualenv Day 1

Log

Day 1: February 23, 2019, Saturday

Link to work:

New thing(s) learned:

  • how to use vitrualenv package
  • windows commands:
    • type = cat
    • which = where
    • ls = dir
  • new pip commands:
    • pip list
    • pip freeze > requirements.txt
    • pip install -r file.txt

Thoughts: Taken from Effective Python 59 ways, chapter 53:

  • Virtual environments allow you to use pip to install many different versions of the same package on the same machine without conflicts.
  • Virtual environments are created with pyvenv, enabled with source bin/activate, and disabled with deactivate.
  • You can dump all of the requirements of an environment with pip freeze. You can reproduce the environment by supplying the requirements.txt file to pip install -r.
  • In versions of Python before 3.4, the pyvenv tool must be downloaded and installed separately. The command-line tool is called virtualenv instead of pyvenv.

Resources:

  1. Corey Schafer, basics
  2. The Coding Train, funny ☺️
  3. Effective Python 59 ways, chapter 53

Day 8 (Off Day 1): June 01, 2017, Thursday

Today's Progress:

  • It was an off day. There were some family program.

Link to work:

  • None

New thing(s) learned:

Thoughts:




100-days-of-code's People

Contributors

marcin214 avatar

Forkers

trellixvulnteam

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.