JetBrains, the company behind the popular PyCharm IDE, offers a free introductory Python course. This is a pretty neat option if you like learning by doing, especially within a professional coding ...
This project was developed almost exclusively using the AI integration tools by JetBrains s.r.o. in Intellij IDEA. The AI tools were used to generate the initial code, documentation, and some of the ...
Dave Gray offers a solid, free Python tutorial that runs for about 9 hours. It’s a pretty methodical course, starting with the basics and moving into more complex stuff like closures and recursion. He ...
Stocker is a cloud-based stock trading application that I built to explore how modern trading platforms can be developed using Flask and AWS cloud services. The goal of this project was to simulate a ...