Skip to content
/ Rainbow Public template

Python repo for basic to advanced python codes written following python's official documentaion,ww3 school,Javatpoint and tutorialspoint's python tutorial

License

Notifications You must be signed in to change notification settings

nayeem880/Rainbow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 

Repository files navigation

Welcome to Rainbow Python repository

This python repository is developed for AI/Data Science concentrated newbies who wants to get a excelllent experience in python before starting their advanced machine learning,deep learning or Data Science journey.This repo is under MIT license which encourage you to contribute into this repository and help others to succeed into their python programming journey.Let's work together.Make a pull request if you feel this work positive and enthusiastic.

Happy programming !

### Author
Mahmudul Hasan Nayeem
ML and Deep Leaning Engineer
Former Intern
Microsoft Bangladesh

Beauty of Python

###In Java -

class HelloWorld 
{ 
    // Your program begins with a call to main(). 
    // Prints "Hello, World" to the terminal window. 
    public static void main(String args[]) 
    { 
        System.out.println("Hello, World"); 
    } 
} 

###In C++

#include <iostream>
using namespace std;
int main() 
{
    cout << "Hello, World!";
    return 0;
}

##And In python??? 
##Have a look - how simple it is :

print("Hello world")
    

Basic Rules

  • Contribute as much as possible
  • Be consistant and helpful to others
  • Post as much resource as you can
  • Give a brief comment inside code
  • Use jupyter notebook for **convenience

##Are you ready for your **first Pull request???

1.Start ------------------------------ End 2. Coding ----------------------- Fun

Support or Contact

Give a pull request and feel free to distribute as per MIT license policy

About

Python repo for basic to advanced python codes written following python's official documentaion,ww3 school,Javatpoint and tutorialspoint's python tutorial

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published