svKris
svKris

Reputation: 783

Where can i get z3py tutorials

rise4fun z3py is unavailable from several weeks due to some security issues. I tried to find out some resources for learning z3py but ended in vain. Please suggest some resources to learn z3py

Upvotes: 5

Views: 2368

Answers (3)

Sorawee Porncharoenwase
Sorawee Porncharoenwase

Reputation: 6502

You can also use Wayback Machine to see tutorials such as http://web.archive.org/web/20121117183725/http://rise4fun.com/Z3Py/tutorialcontent/advanced

Upvotes: 0

Extreme Coders
Extreme Coders

Reputation: 3511

The official z3py tutorials website has been taken down due to security problems and is still unavailable at the time of writing of this post.

Meanwhile you can access a mirror of the website containing all the files at github.

Upvotes: 0

Leonardo de Moura
Leonardo de Moura

Reputation: 21475

I created a zip file with the Z3Py tutorials sources. It is basically a few HTML pages and a bunch of python files. Here is the link:
https://github.com/leodemoura/leodemoura.github.com/blob/master/files/z3py.zip?raw=true

Update (Jan 14, 2014): the Z3Py tutorials are back online

Upvotes: 5

Related Questions