Was great to be at Man Group's Hackathon 2024 today, where I hosted a table for my open source Python projects finmarket, findatapy and chartpy, which have been going for a decade (and we still use them at Turnleaf Analytics daily)! Thanks to Man Group for the invitation and everyone in our Hackathon team who contributed to the libraries today. We got so much done, in terms of new features, bug fixes and unit tests, really appreciated everyone's hard work!
Saeed Amen’s Post
More Relevant Posts
-
🚀 Hackathon Toolkit Project: Speed Up Your Hackathon Magic! Hey Guys! Meet the Hackathon Toolkit – your new best friend for hackathons. This open-source Python library is here to make your life easier with a bunch of awesome utilities for setting up projects, interacting with APIs, handling data, diving into machine learning, visualizing data, collaborating with your team, and deploying your creations. Whether you're just starting out or you're a hackathon pro, the Hackathon Toolkit helps you turn your ideas into reality faster than ever. Check it out, use it, and let's make it even better together on GitHub! 🌟 Jump in and contribute: https://lnkd.in/dkwUavMW 📦 How to get it: pip install HackathonToolkit Let's create something amazing together!
To view or add a comment, sign in
-
🚀 Excited to share my latest project! 🚀 I just completed Task 1 for CodeCraft Networks – a Weather Forecast Application 🌦️. Using Python and the OpenWeatherMap API, this app retrieves real-time weather data, including temperature, humidity, and conditions, based on user location or input. It’s a step forward in understanding API integration and developing user-friendly applications. Feeling proud of how far I’ve come and looking forward to more challenges ahead! 🙌 #codecraft CodeCraft Networks #PythonDevelopment #APIIntegration #WeatherApp #CodingJourney #OpenWeatherMap #CodeCraftNetworks #TechInnovation
To view or add a comment, sign in
-
Thrilled to announce the completion of my Hackathon project: "Government Land Information System." Skillfully crafted a website with a feature-rich dashboard using Python's Streamlit. Eager to showcase my commitment to innovative solutions in land information management. #HackathonAchievement #PythonStreamlit 🚀🌐
To view or add a comment, sign in
-
After developing the inner layer of our project, it's time to go up to the second layer and start developing our services! In this third part of my series of posts, we're now able to fetch Pokémon API and relate the data obtained from two different endpoints while sailing between nice coding concepts and creating the base we'll need to check for advantages, disadvantages and immunities in a near future. Check it out and let's go on building this project together!
To view or add a comment, sign in
-
Already got my ticket! I am looking forward to hearing some fascinating talks about Python, and connecting with other Python professionals. I hope to see some of you there! #Python #PyCascades
The PyCascades 2024 conference is just around the corner! Tickets are still available, so don't miss out on this fantastic event. Join us for a weekend of Python exploration and community building! ✨ 🐍 📅 Date: 5-8 April 2024 📍 Location: Kane Hall @ University of Washington 🎟️ Grab your tickets now: https://lnkd.in/ecPbhkTU 🌐 https://lnkd.in/gYh6ZWBK #PyCascades2024 #PythonConference
To view or add a comment, sign in
-
Day 49 of "Not Procrastinating" Hi, there everyone so exams are over but not the struggle so after some brain storming I finally fixed my learning path Since I want some quick returns decided to focus on python since I have some foundation in it. Hopefully I complete it by the 100th day and with so many teams for the hackathon eagerly waiting to face the competition. ps-my team is 5th. #100daysofNotProcrastinating.
To view or add a comment, sign in
-
📣 Attention, Developers — this one is for you! During the OpenBB Annual Hackathon, Henrique Costa Joaquim built a Command Line Interface (CLI) application powered by the OpenBB Platform. The project intended to reconstruct the OpenBB Terminal using the Platform's simplicity, modularity, and scalability. This approach aimed to enhance the OpenBB Terminal's maintainability and usability by integrating it more closely with the OpenBB Platform. It involved translating the Platform's commands into CLI-accessible commands using Python's Argparse library and automating this process to include all Platform commands. For more details, you can access the full blog post here: https://lnkd.in/d5JkQxeD Or Henrique's PR on GitHub: https://lnkd.in/dwUGNmyM Start building financial applications with the OpenBB Platform today for free 👉 https://lnkd.in/dz6Y9kes
To view or add a comment, sign in
-
Exciting news, folks! We're 2 weeks away from the start of the PyAirbyte Hackathon. If the thrill of innovation wasn't enough, we're also offering over $6,000 in cash prizes, swag credits and a Steam Deck. Mark your calendars and start preparing! This hackathon is all about helping us create awesome tutorials around our new Python library PyAirbyte. Why is it important? Imagine having full control over your pipelines for your AI engineering projects. AI needs even more data, PyAirbyte enables you to address all your needs in a much simpler way. Those tutorials are a great way to educate the industry to leverage this new library. This is what we call leverage, and that’s what we’re building with you 💪. #Python #PyAirbyte #Hackathon #AI #AirbyteHackathon
Content Hackathon
airbyte.com
To view or add a comment, sign in
-
Swaroop VITB Elite contest 6 part1 🖐Hello everyone Today I 🏆successfully completed the target that was given by swaroop VITB anna. Task: 🏅Python basics Elite contest 5 Every contest has a set of problems: ex:1.Prime number in a range 2.Armstrong number 3.Fibonacci Series For finding the smallest number in a list , live class was very helpful. Struggles: 📷Initially I felt a bit difficulty in print patterns, but later I was able to understand. 📷Live classes helped me to clear hackerrank doubts. 🔥Concepts used: 👉For loop 👉While loop 😊😊I express my gratitude to Swaroop Anna for helping me to understand and solve Hackerrank problem.
To view or add a comment, sign in
-
🚀 Day 17 of my 30-Day LeetCode Challenge! Today, I tackled the problem "Longest Subarray of 1's After Deleting One Element" (LeetCode 1493). 🧐 🔍 Problem Overview: Given a binary array nums, the challenge is to delete one element and return the size of the longest subarray containing only 1's in the resulting array. Simple yet tricky, as managing the deletion and tracking the longest subarray requires precise handling of sliding windows! 🔑 Approach: 1. I used a sliding window technique with two pointers (left and right) to track subarrays. 2. Managed the count of 0's in the window, ensuring I deleted only one 0 at a time. 3. Calculated the maximum length of valid subarrays containing only 1's after deleting exactly one element. 🧠 Key Insight: Sliding window techniques are key for efficiently solving problems involving subarrays while minimizing the complexity of boundary management. Check out my solution on GitHub 🔗 https://lnkd.in/gp9FP4yf and stay tuned for more! #LeetCode #CodingChallenge #75DaysOfCode #ContinuousLearning #SlidingWindow #Python #DataStructures #TechJourney #ProblemSolving
To view or add a comment, sign in