Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,152,442 members, 7,816,008 topics. Date: Thursday, 02 May 2024 at 11:25 PM

*New Video: Data Types and Data Structures in Python [Tutorials] - Programming - Nairaland

Nairaland Forum / Science/Technology / Programming / *New Video: Data Types and Data Structures in Python [Tutorials] (2067 Views)

Variables And Data Types In C Programming / What Programming Language Is Best To Learn Data Structures And Algorithms? / Data Structures And Algorithms: A Beginner's Journey. (2) (3) (4)

(1) (Reply) (Go Down)

*New Video: Data Types and Data Structures in Python [Tutorials] by OlamigokePhilip: 10:15pm On Sep 17, 2019
How to use environment Variables in the python web development framework: Django both Locally as well as in Production.

Watch video on Youtube:
[url]
https://www.youtube.com/watch?v=dNxjxA4kzFI&lc=z23bdhmjsvz0hddry04t1aokg31ugus1n1tfoiwg0kdpbk0h00410 [/url]

Feel free to ask your question(s) or drop them in the comment section on youtube.
Re: *New Video: Data Types and Data Structures in Python [Tutorials] by OlamigokePhilip: 9:42am On Sep 19, 2019
How to setup PostgreSQL with Django on Linux

This tutorial covers how to set up PostgreSQL on linux and connecting it to Django application.

Watch video on Youtube:
[url]
https://www.youtube.com/watch?v=HHbIPi43HE4[/url]

Feel free to ask your question(s) or drop them in the comment section on youtube.. Suggestion on new videos and tutorial directions are also welcome:
Python, Django, JavaScript, NodeJs, ReactJs, APIs, Graphql, REST etc.

1 Like

Re: *New Video: Data Types and Data Structures in Python [Tutorials] by OlamigokePhilip: 10:29am On Sep 21, 2019
New tutorial video will be dropped soon. RESTFUL vs GraphQL approach to API, covering which approach is best for your project, best practices and how to get started. wink
Re: *New Video: Data Types and Data Structures in Python [Tutorials] by OlamigokePhilip: 5:50pm On Sep 23, 2019
API: REST vs GraphQL

This video discusses the differences between the two API approaches, strengths and how to choose which is best for your application.

Watch video on Youtube:

[url ]
https://www.youtube.com/watch?v=nzcIdcek9hA[/url]

I made this video because we will be referencing some explanations here in my next video "Building APIs in Django" where we build a resource API for a Movie Library. Keep on eye for it in the next month.

Please feel free to ask your question(s) here or drop them in the comment section on youtube.
Re: *New Video: Data Types and Data Structures in Python [Tutorials] by GeoAfrikana(m): 5:00pm On Oct 30, 2019
OlamigokePhilip:
How to setup PostgreSQL with Django on Linux

This tutorial covers how to set up PostgreSQL on linux and connecting it to Django application.

Watch video on Youtube:
[url]
https://www.youtube.com/watch?v=HHbIPi43HE4[/url]

Feel free to ask your question(s) or drop them in the comment section on youtube.. Suggestion on new videos and tutorial directions are also welcome:
Python, Django, JavaScript, NodeJs, ReactJs, APIs, Graphql, REST etc.

Hello sir,

I'm interested in learning web development but I haven't found the right tutorial for my stack of choice.

My stack of choice is: HTML, CSS, JavaScript, Python and Postgresql.

Any recommendations?
Re: *New Video: Data Types and Data Structures in Python [Tutorials] by OlamigokePhilip: 4:37pm On Nov 03, 2019
GeoAfrikana:


Hello sir,

I'm interested in learning web development but I haven't found the right tutorial for my stack of choice.

My stack of choice is: HTML, CSS, JavaScript, Python and Postgresql.

Any recommendations?
I can't say this is one particular tutorial is the best of all. But reading up languages and frameworks docs directly on the projects website, is what i found to be most helpful. But then, self - researching provoked by will to build a solution, website, app etc is a killer way to really jump start. It can be boring but trust me it will yield well.

I will be making more tutorial videos. You can subscribe to my Channel: Here. But here's a video i'd like you to see.. By Brad Traversy :

[url]
https://www.youtube.com/watch?v=BZRLKDlSaAI[/url]

1 Like 1 Share

Re: *New Video: Data Types and Data Structures in Python [Tutorials] by GeoAfrikana(m): 5:18pm On Nov 03, 2019
OlamigokePhilip:

I can't say this is one particular tutorial is the best of all. But reading up languages and frameworks docs directly on the projects website, is what i found to be most helpful. But then, self - researching provoked by will to build a solution, website, app etc is a killer way to really jump start. It can be boring but trust me it will yield well.

I will be making more tutorial videos. You can subscribe to my Channel: Here. But here's a video i'd like you to see.. By Brad Traversy :

[url]
https://www.youtube.com/watch?v=BZRLKDlSaAI[/url]

Thanks bro, great tips. I really appreciate. I'll definitely follow your tips.
Re: *New Video: Data Types and Data Structures in Python [Tutorials] by OlamigokePhilip: 11:38am On Mar 11, 2020
New Video: Python-Progamming .sort() vs sorted() function

[url]
https://www.youtube.com/watch?v=ImTnqTdpQB8[/url]

In this video, i explained the different use-case for the .sort() list method and sorted function and why we have the two functions.

The sort()method sorts the elements of a given list in a specific order - Ascending or Descending. Alternatively, you can also use Python's in-built function sorted() for the same purpose. However, the simplest difference between sort() and sorted() is: sort()makes changes to the given array itself while, sorted() returns a new iterable list.
Re: *New Video: Data Types and Data Structures in Python [Tutorials] by codeigniter(m): 12:11pm On Mar 12, 2020
U should try to script ur videos so as to prevent thinking for words b4 saying it

I have subscribe

Let see you build ur YouTube presence

Cheers

2 Likes

Re: *New Video: Data Types and Data Structures in Python [Tutorials] by OlamigokePhilip: 12:18am On Mar 23, 2020
codeigniter:
U should try to script ur videos so as to prevent thinking for words b4 saying it

I have subscribe

Let see you build ur YouTube presence

Cheers

Thank you. I will implement that.

1 Like

Re: *New Video: Data Types and Data Structures in Python [Tutorials] by OlamigokePhilip: 8:00pm On Mar 24, 2020
Python IF THEN ELSE (PART 1)

Decision making is required when we want to execute a code only if a certain condition is satisfied.

The IF ELIF ELSE statement is used in Python for decision making.

If statement evaluates an expression and will execute the follow up block of code if only when the condition is True. If the condition resolves to False Value, then the else statement is executed.

[url=
https://www.youtube.com/watch?v=hJFNjKfBFpQ ][/url]
Re: *New Video: Data Types and Data Structures in Python [Tutorials] by OlamigokePhilip: 3:34pm On Mar 26, 2020
BRANCHING IN PROGRAMMING
Sometimes you will want your program to "make a choice" based on a condition. To do one thing if the condition is True; do something else if its False. The IF-ELSE structure gives you that power.

IF-ELSE (ELIF) statements ate control statements used in python for decision making. The IF statement evaluates an expression and will execute the follow up "Block of Code" if only when the condition is True. If the condition resolves to a False Value, then the else statement is executed.

IF-ELSE (ELIF) relies heavily of Boolean values and Boolean operations

BLOCK OF CODE (INDENTATION IN PYTHON)
Indentation is one of python most unique features also one of its most controversial features ("Spaces vs Tabs Debate"wink.

By indenting the line it a block; A block is one or more consecutive lines indented by the same amount (of spaces); together they form a single unit/ "Block of Code:


INTRODUCTION TO LOOPS
loops are control statement in programming for iterating over a statement(block of code) or a given sequence. It simply means to (go over/ repeat)

In python; we have two Loops: The FOR and WHILE loop

WHILE LOOP
In python, the while loop is used to execute a block of statement repeatedly until a given condition is met.


[url=
https://www.youtube.com/watch?v=8BtuzEdcKkM ][/url]
Re: *New Video: Data Types and Data Structures in Python [Tutorials] by OlamigokePhilip: 12:50pm On Apr 02, 2020
Data types are the classification or categorization of data items. Data types represent a kind of value which determines what operations can be performed on that data. Numeric, non-numeric and Boolean (true/false) data type.

NUMERIC DATA TYPES
- Integer Data Type
- Floating Point Data Type
- Complex Numeric Data Type

NON-NUMERIC DATA TYPES
- String

BOOLEAN DATA TYPES: True & False

NONETYPE
- None

[url ="
https://www.youtube.com/watch?v=soOpeaE8lg0"][/url]
Re: *New Video: Data Types and Data Structures in Python [Tutorials] by OlamigokePhilip: 12:52pm On Apr 02, 2020
In computer science and programming, data structure refers to data organization, management, and storage format that enables efficient access and modification. The builtin data structures are: Lists, Tuples, Dictionaries, Strings, Sets [frozen-sets.]

List is a collection which is ordered and changeable. Allows duplicate members.
Tuple is a collection which is ordered and unchangeable. Allows duplicate members.
Set is a collection which is unordered and unindexed. No duplicate members.
Dictionary is a collection which is unordered, changeable and indexed. No duplicate members.

[url=
https://www.youtube.com/watch?v=6FVIMsf5fDs][/url]

(1) (Reply)

Java Challenge / Solutions To Java How To Program By Deitel, 9th Edition / Let Put Our Hands Together To Becoming Great Internet Enterprenuers

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