Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,148,356 members, 7,800,713 topics. Date: Thursday, 18 April 2024 at 02:25 AM

Learn And Practice Python Programming - Programming - Nairaland

Nairaland Forum / Science/Technology / Programming / Learn And Practice Python Programming (3564 Views)

Common good python programming practices you should know / Learn And Develop Real Life Web Applications In 11 Weeks / A Thread For Tutorial On Python Programming (2) (3) (4)

(1) (Reply) (Go Down)

Learn And Practice Python Programming by johngorithm: 4:38am On Jan 19, 2017
It has come to my notice that there are lots of folks out with strong desire to learn programming, many of which are confused as regards which language to start with.
with that in mind I decided to open this tread.

We will be learning the python programming language version 2.7, please have that downloaded on your PC.

I will be posting topics, construct, examples, exercises, mini-projects for us to play with frequently along side others who may want to contribute.

NB: THIS IS Opened FOR BEGINNERS OR INTERMEDIATE ASPIRANTS, SO IF YOU ARE A PROFESSIONAL, THIS TREAD IS PROBABLY NOT FOR YOU. RATHER YOUR SUPPORT WILL BE APPRECIATED.

1 Like

Re: Learn And Practice Python Programming by donbrowser(m): 5:41am On Jan 19, 2017
Following
Re: Learn And Practice Python Programming by yorhmienerd(m): 6:59am On Jan 19, 2017
Get Python Crash course... that's all
Re: Learn And Practice Python Programming by orimion(m): 10:29am On Jan 19, 2017
Why py2.7? Don't give a support answer
Re: Learn And Practice Python Programming by johngorithm: 8:25pm On Jan 19, 2017
orimion:
Why py2.7? Don't give a support answer

Because it's syntax structure is clearer and basically, the most widely used python version in the world.
Re: Learn And Practice Python Programming by johngorithm: 8:27pm On Jan 19, 2017
yorhmienerd:
Get Python Crash course... that's all

Why did you say that sir?
Re: Learn And Practice Python Programming by donbrowser(m): 8:35pm On Jan 19, 2017
Continue. I want to follow you

1 Like

Re: Learn And Practice Python Programming by orimion(m): 11:04pm On Jan 19, 2017
johngorithm:


Because it's syntax structure is clearer and basically, the most widely used python version in the world.
can you back this up with examples (clearer syntax) and facts (wider usage)
Re: Learn And Practice Python Programming by samijay8(m): 11:06pm On Jan 19, 2017
I dey here too
Re: Learn And Practice Python Programming by johngorithm: 7:55am On Jan 20, 2017
orimion:
can you back this up with examples (clearer syntax) and facts (wider usage)

what do you have in mind if I may ask....?
Re: Learn And Practice Python Programming by johngorithm: 7:57am On Jan 20, 2017
Good morning All,
Today, I want us to look at prompting and outputing data to the screen with Python. Questions and comments are welcomed.


Please, be patient the slides are coming in few minutes.
Re: Learn And Practice Python Programming by donbrowser(m): 8:03am On Jan 20, 2017
johngorithm:
Good morning All,
Today, I want us to look at prompting and outputing data to the screen with Python. Questions and comments are welcomed.
I can't even write "hello world"

1 Like

Re: Learn And Practice Python Programming by johngorithm: 8:05am On Jan 20, 2017
QUICK INTRODUCTION TO PYTHON

Python is the language of the python interpreter and those who can converse with it.
An individual who can speak python is called a Pythonista.

Python was originally developed by Guido Van Rossum
The language was named python after an Old British Comedy Show called Monty Python.
Re: Learn And Practice Python Programming by yorhmienerd(m): 8:11am On Jan 20, 2017
johngorithm:

Why did you say that sir?
'Cos that's the best self explanatory book
Re: Learn And Practice Python Programming by johngorithm: 8:29am On Jan 20, 2017
donbrowser:

I can't even write "hello world"

You will soonest....
regards.
Re: Learn And Practice Python Programming by johngorithm: 8:38am On Jan 20, 2017
yorhmienerd:
'Cos that's the best self explanatory book

The fact that something works for you does not mean it will for others. Your statement maybe true but too general to be accepted.

Experience in this field has taught me that the best way to learn this skills is by Doing and by interactions.

.. working in team
.. attending programming meet ups and hackerthons
.. reading other's code
.. building projects with others
.. learn with and accessing others

regards.

1 Like

Re: Learn And Practice Python Programming by johngorithm: 9:07am On Jan 20, 2017
Let's play with those,

Try and make up text for yourselves and using python, display them as you want on the screen.

Don't forget to ask questions if necessary.
Others can as well contribute what they know about this concept or how it can be presented in other versions of python.

regards.

Re: Learn And Practice Python Programming by johngorithm: 9:13am On Jan 20, 2017
Prompting will be looked at soonest.

UP NEXT: Python as a calculator under which we will look at maths operators and their usage.
Re: Learn And Practice Python Programming by orimion(m): 9:23am On Jan 20, 2017
johngorithm:


what do you have in mind if I may ask....?
nothing really, I was just curious
Re: Learn And Practice Python Programming by johngorithm: 9:26am On Jan 20, 2017
orimion:
nothing really, I was just curious


just like Windows 7, python 2.7 lasted for a very long time before python 3.0 came out, a large number of people are used to it.
Re: Learn And Practice Python Programming by donbrowser(m): 6:54pm On Jan 23, 2017
Did you stop?
Re: Learn And Practice Python Programming by samijay8(m): 11:21pm On Jan 23, 2017
following. and bro, u get a good eBook link to download. all those one I've been reading just get too complicated
Re: Learn And Practice Python Programming by donbrowser(m): 8:09am On Jan 24, 2017
samijay8:
following. and bro, u get a good eBook link to download. all those one I've been reading just get too complicated
Byte of python by smaroov

1 Like

Re: Learn And Practice Python Programming by samijay8(m): 8:37am On Jan 24, 2017
donbrowser:
Byte of python by smaroov
Thanks bro
Re: Learn And Practice Python Programming by johngorithm: 9:36pm On Jan 29, 2017
Sorry, I have not posted for a while now.

I have been very busy.
I promise to get back sooner.

For the main time, let's share know with one another.

1 Like 1 Share

Re: Learn And Practice Python Programming by 4kings: 1:09pm On Mar 06, 2017
johngorithm:
Sorry, I have not posted for a while now.

I have been very busy.
I promise to get back sooner.

For the main time, let's share know with one another.
U still busy?

Do you know how to use Scrapy or Selenium packages?
Re: Learn And Practice Python Programming by classicdude1(m): 6:05am On Mar 10, 2017
Hello guys,

I created a Python tutorial on list.

It is free.

With simple projects for beginners to understand better.
http://www.coolpythoncodes.com/2017/01/python-list-tutorial-with-python-project.html

1 Like

(1) (Reply)

CBT Software Needed / What Development Chain Do You Use For C++? / Asalimpo and Fincoapp - 2 excellent programmers!

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 21
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.