Warning: The magic method Slickr_Flickr_Plugin::__wakeup() must have public visibility in /home/kenbauer/public_kenscourses/tc101winter2015/wp-content/plugins/slickr-flickr/classes/class-plugin.php on line 152

Warning: Cannot modify header information - headers already sent by (output started at /home/kenbauer/public_kenscourses/tc101winter2015/wp-content/plugins/slickr-flickr/classes/class-plugin.php:152) in /home/kenbauer/public_kenscourses/tc101winter2015/wp-includes/feed-rss2.php on line 8
‘#Ubuntu’ Articles at Courses by Ken https://kenscourses.com/tc101winter2015 Facilitator of Learning Experiences Thu, 07 May 2015 02:50:44 +0000 en hourly 1 https://creativecommons.org/licenses/by/4.0/ My #WSQ17 is here https://kenscourses.com/tc101winter2015/2015/my-wsq17-is-here/ Thu, 07 May 2015 02:50:44 +0000 http://lcnajerao.wordpress.com/?p=74 Continue reading ]]> Here’s the code, enjoy

https://www.dropbox.com/sh/92j969mi3ntytwk/AABPK-dnUiRShbq4sVkrZ7LSa?dl=0

My #WSQ17 is here

]]>
https://creativecommons.org/licenses/by/4.0/
My #WSQ16 is ready https://kenscourses.com/tc101winter2015/2015/my-wsq16-is-ready/ Thu, 07 May 2015 02:49:39 +0000 http://lcnajerao.wordpress.com/?p=72 Continue reading ]]> Here is the code guys, enjoy it.

https://www.dropbox.com/sh/751tuqhsz6cvnih/AACoqr_iRsAacVENHBDrqRJPa?dl=0

My #WSQ16 is ready

]]>
https://creativecommons.org/licenses/by/4.0/
My #WSQ13 is here :) https://kenscourses.com/tc101winter2015/2015/my-wsq13-is-here/ Thu, 07 May 2015 02:45:25 +0000 http://lcnajerao.wordpress.com/?p=70 Continue reading ]]> Here’s the code, enjoy!

https://www.dropbox.com/s/xvc4lchp0dv8hx2/wsq13.py?dl=0

My #WSQ13 is here :)

]]>
https://creativecommons.org/licenses/by/4.0/
My #WSQ12 is ready. Finding the Greatest Common Denominator https://kenscourses.com/tc101winter2015/2015/my-wsq12-is-ready-finding-the-greatest-common-denominator/ Thu, 07 May 2015 02:37:02 +0000 http://lcnajerao.wordpress.com/?p=68 Continue reading ]]> Here’s the code, enjoy.

https://www.dropbox.com/s/eidqrs30vtp7mkf/wsq12.py?dl=0

My #WSQ12 is ready. Finding the Greatest Common Denominator

]]>
https://creativecommons.org/licenses/by/4.0/
My #WSQ11 is ready. Find Lycherel numbers https://kenscourses.com/tc101winter2015/2015/my-wsq11-is-ready-find-lycherel-numbers/ Thu, 07 May 2015 02:33:30 +0000 http://lcnajerao.wordpress.com/?p=66 Continue reading ]]> The code is here guys, enjoy it!

https://www.dropbox.com/s/n6ds4s2rwl0kpo5/wsq11.py?dl=0

My #WSQ11 is ready. Find Lycherel numbers

]]>
https://creativecommons.org/licenses/by/4.0/
#Mastery01 Create And Run a “.py” file in a OS (#Ubuntu)terminal and Atom. https://kenscourses.com/tc101winter2015/2015/mastery01-create-and-run-a-py-file-in-a-os-ubuntuterminal-and-atom/ Sun, 25 Jan 2015 06:18:35 +0000 http://lcnajerao.wordpress.com/?p=27 Continue reading ]]> Hi everybody!

Today I’m going to explain you how to create a “.py” file and run it with a OS Terminal, in this case I’m going to use Ubuntu 10.04 LTS (And Is Awesome!).

Lets go.

  1. Downloading Atom (If you already have it you can omit this step)                                         Go to the page https://atom.io/ and choose the correct package for your OS(in my case y choose the “.rpm” archive), after you got the program install it.                                                                          #Mastery01 Create And Run a “.py” file in a OS (#Ubuntu)terminal and Atom.
  2. Once you installed Atom, run it (When I Installed, it automatically get into my dock)             #Mastery01 Create And Run a “.py” file in a OS (#Ubuntu)terminal and Atom.
  3. After you run it you are going to see a black page, the first you have to do in order to write python code you need to set atom in python mode.#Mastery01 Create And Run a “.py” file in a OS (#Ubuntu)terminal and Atom.
  4. When you set python as your language you are ready to code, this time I will write a very simple code, only performing an arithmetic operation and then print the result#Mastery01 Create And Run a “.py” file in a OS (#Ubuntu)terminal and Atom.                                             #Beginning of The  Code                                                                                           x=1+1
    print(x)
    #End Of The Code
  5. After You Write Your Code it’s time to save it, never forget to put a “.py” extension after the name of your program .                 #Mastery01 Create And Run a “.py” file in a OS (#Ubuntu)terminal and Atom.
  6. Once you saved your code and you have it located it’s time to run a terminal and check if your terminal have installed Python3, the only thing you need to do is write down on your terminal python3 and you need to get the next message.#Mastery01 Create And Run a “.py” file in a OS (#Ubuntu)terminal and Atom.
  7. If you got that message you are ready to run your “.py” file, you only need to write “cd” and the name of the folder where you have your “py” file like in my case                     “cd Documents” respecting the capital letters and spaces.#Mastery01 Create And Run a “.py” file in a OS (#Ubuntu)terminal and Atom.
  8. Then Click enter, if the command is correct the next step is call the file but before calling your file you need to specify the language of your code in this case python3 writing “python3″and then the name of your file “python3 mastery01.py” in my case.#Mastery01 Create And Run a “.py” file in a OS (#Ubuntu)terminal and Atom.
  9. After that click enter and enjoy the results!#Mastery01 Create And Run a “.py” file in a OS (#Ubuntu)terminal and Atom.

If you enjoy my post thank me, if you have any correction or question contact me and I will help you, thanks for reading.

#Mastery01 Create And Run a “.py” file in a OS (#Ubuntu)terminal and Atom.

]]>
https://creativecommons.org/licenses/by/4.0/