We, at Clairvoyant, are passionate about giving back to the entrepreneur ecosystem, especially when it comes to aspiring young students. At the Phoenix Mobile Festival, this weekend, we conducted a Mobile App Pitch competition providing students with an opportunity to come up with an idea and use case that will help make an impact on the daily life of students at Grand Canyon University. Participation was great and in under two weeks, we received close to 20 applications. A few teams were shortlisted to present their ideas, app design and make a pitch at the conference. A panel of judges picked the winners. Clairvoyant awarded prizes to the top three. We are proud and honored by the opportunity to give back, in our own small way, to the community and the young entrepreneurs at GCU. Congratulations to the winners! We are very excited to see the enthusiasm and the drive of these young…
Category: Team Clairvoyant
Python upgrade for an existing application
What is Python? Python is an interpreted, object-oriented, high-level programming language with dynamic semantics. Its high-level built in data structures, combined with dynamic typing and dynamic binding, make it very attractive for Rapid Application Development, as well as for use as a scripting or glue language to connect existing components together. Python’s simple, easy to learn syntax emphasizes readability and therefore reduces the cost of program maintenance. Future of Python – Python 3 Python 3.0 was released in 2008. The final 2.x version 2.7 release came out in mid-2010, with a statement of extended support for this end-of-life release. The 2.x branch will see no new major releases after that. 3.x is under active development and has already seen over five years of stable releases, including version 3.3 in 2012, 3.4 in 2014, and 3.5 in 2015. This means that all recent standard library improvements, for example, are only available by…