Ir al contenido principal

Learning by Alex

Recently, as a middle-grader in computer science, I had the opportunity to attend a class that really blew me away. The class was called "Python Programming" and was taught by a professor with
years of experience in software development.

From day one, I could see the teacher's passion and enthusiasm for the subject. Each class was an exciting adventure where we learned basic programming concepts like variables, operators, and control flow structures and applied them to hands-on projects.

What really surprised me was the way the teacher made us feel comfortable asking questions and participating in discussions. He always had a clear and concise answer to each of our questions and went out of his way to make sure we all understood the material.

In addition, the professor taught us valuable skills that go beyond programming, such as the importance of problem solving and team collaboration. Thanks to his focus on hands-on learning, I felt like I was really able to internalize and apply what I learned in class.
 
Overall, this "Python Programming" class was an amazing experience and left me with a deep appreciation for the importance of having a good teacher. It is certainly a memory that I will carry with me for a long time and I hope to have the opportunity to learn from him again in the future.

Comentarios

Entradas populares de este blog

labs we did with juanma

Yesterday Juanma put a labs about connecting switches and routers between them to give wifi to our pcs but we had a problem with the switches and routers because it didn't work. for our luck Juanma helps us after a long time with a lot of errors in the switches and routers, but we had another problem that we didn't have the infratestructure that juanma said to have and when he asked us to do a wireshark to search the apache it didn't show in the wireshark because we didn't mount it in the debian we only had the dhcp. the other day we had another problem with the same thing (not the infrastructure but the switches and routers) and I hope that the next time he will say to do the labs again we will do it perfect.  

Today's class (Raúl García)

 I started my day with AWS class, we had to make diferent virtual machines on amazon web services, so we could put a web page, on which you had to register to see it. I wasn't sure about how to make the "EC2 instances" so I had to watch a YouTube video, I didn't had enought time, but next week we will have more time. Next we had english class, we started with an exam, for me it was easy, so I didn't had any problem there. After that the teacher presented the new project we had to do, on which que have to make a job interview with a teammate in two weeks. I will make the project with Samuel, he is one of my best friends here in puenteuropa, we will do great for sure!

vpn explanation

  A VPN, or Virtual Private Network, is a technology that allows users to securely connect to the Internet over an untrusted network, such as a public Wi-Fi network. When a user connects to a VPN, the VPN server creates a secure, encrypted tunnel between the user's device and the VPN server. All data transmitted between the user's device and the VPN server is encrypted and protected from unauthorized access or interception. This allows users to securely access sensitive information, such as financial transactions or confidential business data, even when using a public Wi-Fi network or other unsecured network. VPNs are also useful for users who want to access content that is restricted by geographic location, such as streaming services or websites that are only available in certain countries. VPNs are typically used by individuals, businesses, and government organizations to protect their online privacy and security. There are many different types of VPNs, including remote-acces...