Logro 4 por @axios2021 - Consigna: Aplicando formatos

in Newcomers' Community3 years ago (edited)
Hola buenas noches comunidad Steemit, hoy les vengo hablar sobre Python , un lenguaje de programacion , practico, sencillo y potente. Es usado en el area de la ingenieria por su gran precision pero su mayor ventaja es que es de Software libre donde existe una comunidad que esta a cargo de su desarrollo.


En mi caso particular me gusta hacer una que otra cosa pero no por eso deja de ser un excelente lenguaje de programacion, ya que tiene buen nivel de graficas donde puede ser usado antes de cualquier software privado donde se debe necesitar una licencia para poder usarcé.

Un ejemplo de codigo fuente para una grafica podria ser este :

import matplotlib.pyplot as plt
import numpy as np

import matplotlib.pyplot as plt
import numpy as np

x1 = x2 = np.linspace(0,7*np.pi,200)
y1 = np.sin(x1)*(x1**2)
y2 = np.cos(x2)*(x2)
y3 = np.exp(-x1)
y4 = np.tan(x2)
y5 = y1*np.exp(-x1) +2
y6 = y5*y1

plt.subplot(2,3,1)
plt.plot( x1 , y1 )

plt.subplot(2,3,2)
plt.plot( x1 , y2 )

plt.subplot(2,3,3)
plt.plot( x1 , y3 )

plt.subplot(2,3,4)
plt.plot( x2 , y4 )

plt.subplot(2,3,5)
plt.plot( x2 , y5 )

plt.subplot(2,3,6)
plt.plot( x2 , y6 )

plt.show()


Gráfica realizada en Google Colab, y es de mi autoría la imagen


Principales Usos de Python :

  • Inteligencia Artificial (AI)
  • Big Data
  • Data Science
  • Frameworks de Pruebas
  • Desarrollo Web

Fuente


“He leído y entendido la Etiqueta Steemit en la Comunidad Steemit y haré todo lo posible para adoptarla.”

Me pude guiar por la Srta @fendit

Muchas gracias! Comunidad Steemit y aquí les dejo mis otros dos logros :

Logro 1
Logro 2
Logro 3

No por ultimo les dejo este ultimo cuadro donde salen sus ventajas y desventajas.

Ventajas Desventajas
Es fácil de aprender Baja velocidad de procesamiento
Su licencia de código abierto Gran parte de los servidores de servicio hosting no soportan python
Es multiplataforma Tiene un consumo ineficiente de memoria
Cuenta con un amplia comunidad activa de desarrollo
Es un lenguaje extremadamente productivo
Sort:  

Hi @axios2021, I am pleased to inform you that you have been verified for this task.
thank you for completing your achievement task up to this level, you can now take advantage of the 500Sp minnow support program by @cryptokannon, check herefor users who their Sp is below 500.
You may proceed to the next achievement task and continue to use this guide by @cryptokannon to prepare.

Hurray!!!! Do you know now that you can join Steemitcryptoacademy? Completing your achievement 4 makes you eligible for that. Just go through this post link to see other things you need to do to participate. I wish you success in your steemit Journey.

It's also very important for you to join #club5050. To join the club you need to power up at least 50% of your monthly earnings. You can also join #club75 where you will power up 75% of your earnings for 2 months or #club100 where you are to power up all your earnings for 3 months.

Thank you for completing this Achievement!

Task rate:2

 3 years ago 
Thank you very much Miss @ngoenyi. And with great pleasure I will inform myself to progress in the Steemit community. Happy day miss @ngoenyi
 3 years ago 

Hi, @axios2021,

Your post has been supported by @graceleon from the Steem Greeter Team.

 3 years ago 

Gracias, y muchas gracias por respaldarme Srta @graceleon

Coin Marketplace

STEEM 0.18
TRX 0.16
JST 0.030
BTC 63091.92
ETH 2469.23
USDT 1.00
SBD 2.67