Author Archives: Jorge Padilla

Babylonian Method

Long time Pythoneer Tim Peters succinctly channels the BDFL's guiding principles for Python's design into 20 aphorisms, only 19 of which have been written down.




Babylonian Method

Check out my code for

Yo Soy 196

Check out my code for  

 

Lists

I created a python program that asks the user for a list of numbers and return de total sum, average, and standard deviation of that list. Check it out.

Factorial Calculator

I created a python program that gives you the factorial of a given number. Check it out.

Greatest Common Divisor

i created a python program which gives you the gcd of two numbers. Check it out!

On To Functions

I made the last wsq of partial 1. I’ts all about making wsq03 all over again, but now, using functions. Check it out.

Nesting of conditional statements

I made a Python program with a basic nesting of conditional statements. Check it out.

Creation and use of lists in Python

I used the Python IDLE where I create and use a very simple list. Check it out.

 

Calling Python functions

I made a simple Python program where i call a function i just created in that same Python program.

If you don’t know how to create a Python function, you may want to go and check the post I made about it! Here’s the link: http://jorgepadilla95.withknown.com/2015/creating-python-functions