Python implementation of 30-seconds-of-code

Welcome to 30-seconds-of-
-code!

A Python implementation of 30-seconds-of-code.
Note:- This is in no way affiliated with the original 30-seconds-of-code.
If you've come here from javascript land then you should be aware that this project uses
python 3
, therefore not all snippets will work as expected in every python interpreter or on system. You'll need to check your python version with the command python -v
. If you need help installing the latest stable release of python 3 on your system checkout docs.python.org if you run into trouble make sure you research stackoverflow. Eventually it might be worth looking into how to set up a virtual environment for python projects with virtualenv or even a tool like anaconda.
This project contains plenty of useful snippets which can help beginners and newcomers quickly ramp-up on grasping python 3's syntax.
Comments
Post a Comment