Skip to content
View rprolim's full-sized avatar

Highlights

  • Pro

Block or report rprolim

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
rprolim/README.md
#!/usr/bin/python
# -*- coding: utf-8 -*-

class PhD_Astro:

  def __init__(self):
    self.name = 'Raphael Rolim'
    self.nation = 'Brazil'
    self.role = 'Ph.D. Student'
    self.research = 'Radio-astronomy'
    self.member = 'BINGO/ABDUS radio-telescope'
    self.language_computer = ['Python', 'C++', 'SQL']
    self.language_real = ['pt_BR', 'en_US']
    self.loves = {'Book':'Dune', 'Movie':'Star Wars', 'Food':'Sfiha', 'Martial Art':'Taekwondo'}
    
  def says_hy(self):
    print('Hello there!')

me = PhD_Astro()
me.says_hy()

Popular repositories Loading

  1. Dogcattack Dogcattack Public

    Jupyter Notebook 1

  2. raphaelrolim.github.io raphaelrolim.github.io Public

    HTML

  3. GetStarted GetStarted Public

    Some tutorials to help anyone that should find them useful.

    1

  4. rprolim rprolim Public

  5. homework homework Public

    Jupyter Notebook

  6. BeamAnalysis BeamAnalysis Public

    Jupyter Notebook