Coder Social home page Coder Social logo

candytale55 / bitwise_operations_py_2 Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 25 KB

Bitwise operations are operations that directly manipulate bits. Notes and code examples from Codecaemy course Learn Python 2.

Python 100.00%
codecademy python python2 bitwise bitwise-operation binary-numbers

bitwise_operations_py_2's Introduction

Bitwise_Operations_Py_2

Bitwise operations are operations that directly manipulate bits. Notes and code examples from Codecaemy course Learn Python 2.

General info

The purpose of the project is just personal learning. I may revisit this code to find different solutions or to apply it under other context.

Description

List of features ready and TODOs for future development

  • Awesome feature 1
  • Awesome feature 2
  • Awesome feature 3

2 ** 0 = 1
2 ** 1 = 2
2 ** 2 = 4
2 ** 3 = 8
2 ** 4 = 16
2 ** 5 = 32
2 ** 6 = 64
2 ** 7 = 128
2 ** 8 = 256
2 ** 9 = 512
2 ** 10 = 1024

To-do list:

  • Wow improvement to be done 1
  • Wow improvement to be done 2

Table of contents

Screenshots

Example screenshot

Technologies

  • Python 2

Setup

NA - It's only coding examples, there's no setup.

Status

Project is: in progress - kept for personal reference.

References

Based on Codecademy's Learn Python 2 course INTRODUCTION TO BITWISE OPERATORS

bitwise_operations_py_2'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.