Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,153,677 members, 7,820,376 topics. Date: Tuesday, 07 May 2024 at 01:52 PM

A Thread For Tutorial On Python Programming - Programming (5) - Nairaland

Nairaland Forum / Science/Technology / Programming / A Thread For Tutorial On Python Programming (140510 Views)

Opportunity To Earn Little Pay Working On Python Assignment. / I want to solve question on python basic / I Have A Very Import Question On Python Syntax (2) (3) (4)

(1) (2) (3) (4) (5) (6) (7) (8) (9) (10) ... (32) (Reply) (Go Down)

Re: A Thread For Tutorial On Python Programming by Talkwisdom(m): 7:20pm On Feb 02, 2019
Paapii3d:
DAY 15
FUNCTIONS IN PYTHON



https://www.youtube.com/watch?v=IjVhB-QQMFk

Functions are blocks of code that are designed to do one specific job
If you need to perform that task multiple times throughout your program, you don't need to type all the code for the same task again and again
You just call the function dedicated to handling that task, and the call tells python to run the code inside the function

def greet_user():
"""Display a simple greeting"""
print("Hello!" )

greet_user()
# Hello!
Well done man...more power to you

2 Likes

Re: A Thread For Tutorial On Python Programming by BetaTechnicians: 8:04pm On Feb 02, 2019
Re: A Thread For Tutorial On Python Programming by Paapii3d(m): 7:35pm On Feb 03, 2019
FUNCTIONS IN PYTHON PART 2


https://www.youtube.com/watch?v=63uKNDSri30

Functions are blocks of code that are designed to do one specific job
If you need to perform that task multiple times throughout your program, you don't need to type all the code for the same task again and again
You just call the function dedicated to handling that task, and the call tells python to run the code inside the function


def greet_user():
"""Display a simple greeting"""
print("Hello!" )

greet_user()
# Hello!

2 Likes

Re: A Thread For Tutorial On Python Programming by Nobody: 8:15pm On Feb 03, 2019
Paapii3d:
FUNCTIONS IN PYTHON PART 2


https://www.youtube.com/watch?v=63uKNDSri30

Functions are blocks of code that are designed to do one specific job
If you need to perform that task multiple times throughout your program, you don't need to type all the code for the same task again and again
You just call the function dedicated to handling that task, and the call tells python to run the code inside the function


def greet_user():
"""Display a simple greeting"""
print("Hello!" )

greet_user()
# Hello!

Nice one Boss!
can I download the videos?

1 Like

Re: A Thread For Tutorial On Python Programming by nwankpagoodnews(m): 12:30am On Feb 06, 2019
Please i want to join the whats app group am new
my contact 07063415629
Re: A Thread For Tutorial On Python Programming by umaryusuf(m): 10:48am On Feb 06, 2019
nwankpagoodnews:
Please i want to join the whats app group am new
my contact 07063415629

Join Python whatapp group with this link:
https://bit*ly/2Gbib3j ( replace * with . )

https://chat*whatsapp*com/Dct6hJhZoBKHSv2OCOLpcJ ( replace * with . )
Re: A Thread For Tutorial On Python Programming by Paapii3d(m): 4:06pm On Feb 07, 2019
umaryusuf:


Join Python whatapp group with this link:
https://bit*ly/2Gbib3j ( replace * with . )

https://chat*whatsapp*com/Dct6hJhZoBKHSv2OCOLpcJ ( replace * with . )


Hi guys, this isn't my whatsapp link, but if u wanna join, u are free to do so.. Get knowledge however you want.. Just Get Knowledge

1 Like

Re: A Thread For Tutorial On Python Programming by pompido: 3:36pm On Feb 08, 2019
Great stuff...

It would be really nice if there are small projects along the way to show progress and buttress the fact that the teachings actually yield actual results.

The main issue per experience has been that you learn a lot of syntax and lines of codes without actually building anything.

Projects matching lecture points would really aid learning.

A project that does simple arithmetic (UI in front, code behind) to match first couple of classes, and graduate it like that

Keep it up bro.

Maybe I would finally learn programming with your teachings

2 Likes 1 Share

Re: A Thread For Tutorial On Python Programming by Tohsynetita1: 11:17pm On Feb 08, 2019
You can be giving us assignment to build some small apss with those codes learnt earlier
Re: A Thread For Tutorial On Python Programming by Paapii3d(m): 12:17pm On Feb 09, 2019
pompido:
Great stuff...

It would be really nice if there are small projects along the way to show progress and buttress the fact that the teachings actually yield actual results.

The main issue per experience has been that you learn a lot of syntax and lines of codes without actually building anything.

Projects matching lecture points would really aid learning.

A project that does simple arithmetic (UI in front, code behind) to match first couple of classes, and graduate it like that

Keep it up bro.

Maybe I would finally learn programming with your teachings
Thanks for your contribution, I'm already working on that, and would be out shortly. Stay tuned.

1 Like

Re: A Thread For Tutorial On Python Programming by yusscity(m): 1:02am On Feb 10, 2019
Paapii3d:
DAY 2 CONT'd
VARIABLES AND STRINGS IN PYTHON PART 2



https://www.youtube.com/watch?v=oTPWYrIL5oY

Data types in python include int, float, bool, str, dict, list, set, tuple and so on.

One of these datatypes is String (str)
Strings are important and are declared using single quote
x = 'a string'
or double quotes:
y = "a string"
Escape characters \n \t \' are important in strings to perform specific tasks.
strings can be concatenated (joined) using the addition symbol +
Strings can also be formatted using f string:
age = 12
print(f"she is {age} years old"wink

or
print("she is {} years old".format(age))

all these are covered in these video and lots more
oh my God!!!op do u have any recommended organization in Abuja I don't mind paying if the money is not too high....I know the basics in python but yet to do the real things with it....thanks....
Re: A Thread For Tutorial On Python Programming by Paapii3d(m): 10:20pm On Feb 11, 2019
FUNCTIONS IN PYTHON 3


https://www.youtube.com/watch?v=63uKNDSri30

In functions, return values are used to return the result of the operation which has been performed on the function.

*args are used to pass an arbitrary number of parameters as arguments to a function

**kwargs are used to pass an arbitrary number of key-value pairs to a function
Re: A Thread For Tutorial On Python Programming by Paapii3d(m): 10:31pm On Feb 11, 2019
Good Evening guys,
So I've been getting lots of emails and most of us want to start working on some projects with the knowledge we've already gotten. And I'm really working on that as well as working on a platform where we can all interact as a class and solve problems as it would be more interactive and i can easily share some projects with you guys.

Some of us who also requested for private tuitions, I may not be able to handle that at the moment because of some issues but once I'm done with what i'm working on, we can interact easily. For the time being, I'll post my number here, if you have any further question to ask, or you are looking to work on a startup but don't know how to start, or the technology to use, I'll gladly assist you to the best of my knowledge or I'd refer you to someone who's better if it's beyond me.

Preferably, it is best you text on whatsapp with your name, and your question. Try to go straight to the point, and because of the time difference, I may not reply you immediately, but I would definitely reply you. +918919619548 or you can email at codenaij@gmail.com

1 Like

Re: A Thread For Tutorial On Python Programming by nairaplan(m): 3:45am On Feb 13, 2019
Can you create a private group for this
Re: A Thread For Tutorial On Python Programming by HARDEYborndis: 9:54am On Feb 20, 2019
Hi,

I am here to introduce to you a new mobile game store called Aha which will launch officially in Africa later in the year. Aha is a game store for apk and H5 games most of these games are from game developers outside Africa. The mobile game industry is thriving and we believe the opportunities for growth in Africa are immense hence involving African developers in this growing market is of great importance to us. To these effects, African Game developers are encouraged to make use of our game store for publishing their games. The difficulties faced by African developers in developing their games, marketing and earning a reward for their hard work cannot be ignored. That is why there is a system in place to help market your games, assist you with redesigning of these games where necessary, a team in Africa and China to support you and a unique monetisation policy designed just for you.

NB: We have partnership with Techno and Infinix, such that after our launch, the Aha App would be preinstalled in all Techno and Infinix phones produced.

Should this interest you, kindly reply send a mail to moshood.a@transsion.com.

To check out our app, kindly use this link download.ahagamecenter.com.

Thank you.

1 Like

Re: A Thread For Tutorial On Python Programming by Henrique99: 1:10pm On Feb 21, 2019
Paapii3d:
Happy New year to you all.. I hope you enjoyed the festivities..

As one of my plan for the new year, I will be teaching python programming for the next 30 days. After these 30 days, you will be opened for a lot of opportunities in the programming world.

The reason I've chosen python is because it can be used for almost everything ranging from web development to game development to desktop app development to Data Science and Machine Learning.

I have carefully selected the topics to teach for the next 30 days, including projects so as to make you understand the concept of programming and python.

The topics for the next 30 days are as follows:
1. Introduction, Installation and setup (Mac, Windows and Android) and Command Line Fundamentals.
2. Numbers, Operators and Comments, Variables and Strings. Introduction to Python Documentation.
3. Boolean and Conditional Logic.
4. Loops.
5. Lists and List Comprehensions.
6. Dictionaries, Tuples and Sets.
7. __Let’s Practice__
8. - 9. Functions.
10. Lambdas and Built-in Functions, Debugging and Error Handling.
11. Advanced Strings.
12. - 13. Classes
14. __Let’s Practice__
15. Iterators, Generators.
16. Decorators.
17. Making HTTP requests with Python
18. - 20. Introduction to numpy, pandas, CSV files. (Intro to Data Science)
21. __Let’s Practice__
22. - 25. Web Scraping with Python and BeautifulSoup
26. Get data with an API using Python
27. File I/O
28. Regular Expression
29. __Let’s Practice__
30. Next Step (Git and Version Control, Django, Bootstrap, Data Science and Machine Learning)

feel free to post questions on this thread or in the comment section of the YouTube video
Can someone who is completely new to programming begin with python?

1 Like

Re: A Thread For Tutorial On Python Programming by 11thGoldTREE: 11:24am On Feb 22, 2019
Paapii3d:
DAY 1
INTRODUCTION



https://www.youtube.com/watch?v=V8zccWt7NU4

The python Programming Language is one of the most sought for languages today. Reason is because it can be used for the following:
1. Web Development
2. Game development
3. Desktop Application
4. Android Development
5. Data Science/ Deep Learning/ Machine Learning

Understand how to prepare yourself for the python journey or easy transition if you are migrating from another language to python
informative
Re: A Thread For Tutorial On Python Programming by Greatkhalid: 4:43pm On Feb 22, 2019
do you know https://discuss.naija.run would format your code in different languages just like your code editor... check out https://discuss.naija.run/d/138-how-to-learn-redux-from-a-functional-programming-perspective and see for yourself
Re: A Thread For Tutorial On Python Programming by habdolleez: 6:23pm On Feb 23, 2019
If you are interested in downloading all paid Lynda.com courses free, contact me. Just foa a token. 08160860940
Re: A Thread For Tutorial On Python Programming by bizza45: 2:03am On Feb 25, 2019
damnnn!!! I missed alot
Re: A Thread For Tutorial On Python Programming by Nobody: 10:05pm On Feb 25, 2019
WEB DEVELOPER: REQUEST FOR PROPOSAL

An Abuja based Social Media and Networking Organisation requires proposals from qualified Website Developers for an urgent and on-going project.

Key Qualifications/Requirements:
1. Specialty with Wordpress
2. Mastery of PHP and JavaScript
3. Full Stack Developer
4. Based/Resident in Abuja

Expressions of Interest (EoI)/Applications should be addressed to the Consultant in a single pdf document and sent by email using the details below:

The Consultant
The THH.COM Project
DBCL Limited
Abuja – Nigeria

All EoIs/Applications should be sent to: deo.avante@gmail.com

Deadline for Submission of Applications:
07:00 PM on March 2, 2019.

Signed:
The THH.COM Project
February 25, 2019.

Re: A Thread For Tutorial On Python Programming by Nobody: 8:18pm On Feb 26, 2019
Henrique99:
Can someone who is completely new to programming begin with python?
Oh, me too. I wish I could learn Python, it's the best paying job in USA in the next 10 years. Thank you for this topic, I am reading

2 Likes

Re: A Thread For Tutorial On Python Programming by zahratayyab: 12:00pm On Feb 28, 2019
nice sharing amazing one keep sharing really appreciated its awesome mind blowing really helpful
Re: A Thread For Tutorial On Python Programming by Tohsynetita1: 8:21pm On Feb 28, 2019
Can you give us your WhatsApp contact?
Re: A Thread For Tutorial On Python Programming by emysilva: 8:34pm On Mar 04, 2019
I think one with JavaScript knowledge can easily grab python
Re: A Thread For Tutorial On Python Programming by Cannonleo(m): 8:24pm On Mar 14, 2019
Paapii3d:
DAY 1 CONT'D
INSTALLATION AND SETUP FOR ANDROID, MAC, AND WINDOWS



https://www.youtube.com/watch?v=kfU3B7hy4Bs

Before we begin our journey into the exciting world of python, we need to get a couple of things set up. This would help us write our code effectively and enhance debugging. We will need to download some software and install them on our machines to get started.
Some of the softwares we need to install are: the python compiler, a text editor preferably Visual Studio Code, Git Bash for windows users and Pydroid 3 for Android Users.

The sections shows how u can correctly install them:

Mac Installation: 0:00
Android Installation: 8:24
Windows Installation: 10:31
a link to downloading the IDE

(1) (2) (3) (4) (5) (6) (7) (8) (9) (10) ... (32) (Reply)

Chronicle Of A Data Scientist/analyst / I Want To Learn Programming. Which Language Should I Start With?

(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. 47
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.