João Paulo (footballer, born 1986)

João Paulo Gomes da Costa (born 1 July 1986), known as João Paulo, is a Brazilian footballer who plays as a left back for América Mineiro.

João Paulo
Personal information
Full name João Paulo Gomes da Costa
Date of birth (1986-07-01) 1 July 1986
Place of birth Rio de Janeiro, Brazil
Height 1.73 m (5 ft 8 in)
Playing position(s) Left back
Club information
Current team
América Mineiro
Youth career
2000–2001 Tombense
2001 Vitória
2002–2003 Atlético Mineiro
2004 Internacional
Senior career*
Years Team Apps (Gls)
2005–2007 Avaí 14 (0)
2008 Rio Claro 19 (1)
2009 Novo Hamburgo 7 (0)
2009 Gama 23 (4)
2010 Treze 33 (2)
2011–2012 Mogi Mirim 2 (0)
2011 → Guarani (loan) 25 (2)
2012Ponte Preta (loan) 25 (1)
2013–2016 Desportivo Brasil 0 (0)
2013–2014Flamengo (loan) 57 (2)
2015Palmeiras (loan) 6 (0)
2016Bahia (loan) 19 (0)
2017–2018 Figueirense 31 (3)
2019– América Mineiro 0 (0)
* Senior club appearances and goals counted for the domestic league only and correct as of 4 February 2019

Career

Flamengo

On 10 January 2013 Flamengo signed João Paulo on a two-year loan from Mogi Mirim.[1][2][3]

Palmeiras

On 6 January 2015, João Paulo was signed by Palmeiras on a one-year loan deal from Desportivo Brasil.[4]

Career statistics

(Correct as of February 15, 2015)
Club Season Brazilian Série A Copa do Brasil Copa Libertadores Copa Sudamericana State League Total
AppsGoalsAppsGoalsAppsGoalsAppsGoalsAppsGoalsAppsGoals
Flamengo
2013 29290----141523
2014 2805020--91441
Total 5721402000232964

according to combined sources on the Flamengo official website[5] and Flaestatística.[6]

Honours

Avaí
Treze
Flamengo
Palmeiras
gollark: Why does it not count?
gollark: It only works if you also have GCC installed.
gollark: That's the compiler.
gollark: Yep!
gollark: ```python#!/usr/bin/env python3import argparseimport subprocessparser = argparse.ArgumentParser(description="Compile a WHY program")parser.add_argument("input", help="File containing WHY source code")parser.add_argument("-o", "--output", help="Filename of the output executable to make", default="./a.why")parser.add_argument("-O", "--optimize", help="Optimization level", type=int, default="0")args = parser.parse_args()def build_C(args): template = """#define QUITELONG long long intconst QUITELONG max = @max@;int main() { QUITELONG i = 0; while (i < max) { i++; } @code@} """ for k, v in args.items(): template = template.replace(f"@{k}@", str(v)) return templateinput = args.inputoutput = args.outputtemp = "ignore-this-please"with open(input, "r") as f: contents = f.read() looplen = max(1000, (2 ** -args.optimize) * 1000000000) code = build_C({ "code": contents, "max": looplen }) with open(temp, "w") as out: out.write(code)subprocess.run(["gcc", "-x", "c", "-o", output, temp])```

References

  1. "Fla fecha trinca de reforços: lateral João Paulo acerta por dois anos". globoesporte.com. January 10, 2013. Retrieved August 19, 2014.
  2. "Flamengo confirma as contratações de Elias, Gabriel e João Paulo". oglobo.com. January 10, 2013. Retrieved August 19, 2014.
  3. Flamengo player profile (in Portuguese)
  4. "João Paulo acerta e é o oitavo reforço do Palmeiras para 2015". Palmeiras (in Portuguese). Retrieved 6 January 2015.
  5. Flamengo official website (in Portuguese)
  6. Flaestatística Player Profile (in Portuguese)
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.