Indexação e Slicing com Python e NumPy.
https://thiagoabreu-70771.medium.com/indexa%C3%A7%C3%A3o-e-slicing-com-python-e-numpy-935567d4b584
https://thiagoabreu-70771.medium.com/indexa%C3%A7%C3%A3o-e-slicing-com-python-e-numpy-935567d4b584
Medium
Indexação e Slicing com Python e NumPy.
A ideia aqui é passar rapidamente pelos diferentes tipos de indexação e slicing usando objetos Built-in do Python e também utilizando o…
Now that I’m done with my coding Bootcamp, what should I do next?
https://medium.com/@devbrunopaula/now-that-im-done-with-my-coding-bootcamp-what-should-i-do-next-33a9c24e0349
https://medium.com/@devbrunopaula/now-that-im-done-with-my-coding-bootcamp-what-should-i-do-next-33a9c24e0349
Medium
Now that I’m done with my coding Bootcamp, what should I do next?
So you just graduated from a coding Bootcamp.
Machine Learning to Predict Credit Ratings using k-NN
https://hdonnelly6.medium.com/machine-learning-to-predict-credit-ratings-using-k-nn-46473777b75a
https://hdonnelly6.medium.com/machine-learning-to-predict-credit-ratings-using-k-nn-46473777b75a
Medium
Machine Learning to Predict Credit Ratings using k-NN
We apply k-nearest neighbors (k-NN) to financial data of high yield and investment grade bonds so that we can predict the credit rating.
How I went from Telecommunication Engineer to Machine Learning Master
https://medium.com/@anantdashpute/how-i-went-from-telecommunication-engineer-to-machine-learning-master-685b9e915496
https://medium.com/@anantdashpute/how-i-went-from-telecommunication-engineer-to-machine-learning-master-685b9e915496
Medium
How I went from Telecommunication Engineer to Machine Learning Master
When I was doing my B.Tech in Electronics and Telecommunication, I realize that many of us didn't what are we aiming for. we were just…
Object-Oriented Programming in Python vs. Java
https://betterprogramming.pub/object-oriented-programming-in-python-vs-java-e3b2c5fe38e0
https://betterprogramming.pub/object-oriented-programming-in-python-vs-java-e3b2c5fe38e0
Medium
Object-Oriented Programming in Python vs. Java
The magic of Python’s OOPs
Is It Worth Spending Two Years to Learn Data Science?
https://towardsdatascience.com/is-it-worth-spending-two-years-to-learn-data-science-290668d04a9f
https://towardsdatascience.com/is-it-worth-spending-two-years-to-learn-data-science-290668d04a9f
Medium
Is It Worth Spending Two Years to Learn Data Science?
What are the rewards?
How to process a lot of data with AWS Serverless
https://medium.com/@kirillchufarov/how-to-process-a-lot-of-data-with-aws-serverless-4985d83aa765
https://medium.com/@kirillchufarov/how-to-process-a-lot-of-data-with-aws-serverless-4985d83aa765
Medium
How to process a lot of data with AWS Serverless
When I looked at the latest successful project that our team delivered, I could not stop smiling. Sometimes you enjoy technological…
Using S3 Intermediate Storage for Efficient Horizontal Scalability
https://klaviyo.tech/using-s3-intermediate-storage-for-efficient-horizontal-scalability-53eb2e51cd3
https://klaviyo.tech/using-s3-intermediate-storage-for-efficient-horizontal-scalability-53eb2e51cd3
Medium
Using S3 Intermediate Storage for Efficient Horizontal Scalability
When we create web applications, scalability is usually at the top of our concerns list. Having a scalable application allows us to easily…
The strangest python package you need to install!
https://preettheman.medium.com/the-strangest-python-package-you-need-to-install-b10dec9a1403
https://preettheman.medium.com/the-strangest-python-package-you-need-to-install-b10dec9a1403
Medium
The strangest python package you need to install!
Welcome back! After scrolling through Reddit I came across a post showcasing a very interesting Python package, this developer created a…
Using the Bisection Method to Find the Root of an Equation
https://francisadrianviernes.medium.com/using-the-bisection-method-to-find-the-root-of-an-equation-97c4ba7343db
https://francisadrianviernes.medium.com/using-the-bisection-method-to-find-the-root-of-an-equation-97c4ba7343db
Medium
Using the Bisection Method to Find the Root of an Equation
Using the Bisection Method to Find A Root of An Equation
Artificial Intelligence — Serach Method
https://medium.com/@lorenzowbdev/artificial-intelligence-serach-method-3d392335dc9f
https://medium.com/@lorenzowbdev/artificial-intelligence-serach-method-3d392335dc9f
Medium
Artificial Intelligence — Serach Method
What is AI and how it affects our lifes? AI is a concept of computers that make decisions based in the situation that the programmer gives…
Simulating Brewing Operations with SimPy in Python
https://sabolch-horvat.medium.com/simulating-brewing-operations-with-simpy-in-python-5b67da3783aa
https://sabolch-horvat.medium.com/simulating-brewing-operations-with-simpy-in-python-5b67da3783aa
Medium
Simulating Brewing Operations with SimPy in Python
A tutorial for discrete event simulation in python