-->

Starting a Project in django

Starting a Project Once you’ve installed Python and Django, you can take the first step in developin…

Start working with django

What do you need? Python installed on your pc Virtualenv wrapper for virtual enviroment when working …

12 Outstanding Projects to start with Django

There is no better way to learn Django or any other framework than by doing projects. I am a big fa…

Python OS Module

import os #When working with os module makesure you are not running code that will create or delete …

Pandas 6: Iterating a pandas dataframe

New tutorial by pyuniverse How to iterate a dataframe Code/Lesson Download #Iterating in pandas…

Pandas 5: Reindexing by pyuniverse

Welcome to this new tutorials, too if you haven't been following us, please do so now, this is …

Python pandas 4: Descriptive analysis

Pandas tutorials 4: updated by pyuniverse is here, descriptive analytics YOU Can  DOWNLOAD CODE AT GI…

Mini python wordlist project

Creating a Python3 wordlist is very easy, you can quickly do it with itertools module in Python. Yo…