Jozsef Kecskesi

Qualified Business Intelligence Analyst versed in data querying, analytics, and visualizations to solve complex problems in high-pressure environments.
Activates strong analytical skills to investigate trends in large amount of data and formulate conclusions based on findings.
Excels at cultivating, managing, and leveraging global teams’ relationships to foster extended engagements and business opportunities.

        
        python ~ $ 
      

Very simple python code bits

  • Functions
  • Conditionals
  • Loops
            # Replacing spaces in text with three dots
              
playback = input("What would you say? ").replace(" ", "...")
print(f"Playback: {playback}")
# Demonstrates returning the value of a Boolean expression
def main():
  x = int(input("What's x? "))
  if is_even(x):
    print("Even")
  else:
    print("Odd")
def is_even(n):
  return n % 2 == 0
main()
# Prints square of bricks using a function with a loop and string multiplication
def main():
  print_square(3)
def print_square(size):
  for _ in range(size):
    print_row(size)
def print_row(width):
  print("#" * width)
main()

Education

Dublin Business School

Title | Result | Year

Business Information Systems with Cloud Computing | First Class Honours | 2013-2017

Details

Completed professional development in Business Information Systems with Cloud Computing. Major in Data Analytics and Business Intelligence.

Coursework | Projects

SQL, Big data, Python, R., Business Development, Data Processes, Data Analytics, Business Intelligence, Networking and security, Web-application development, and Cloud computing.

See sample project code snippets from studies and work

Data Analytics