Posts

Showing posts with the label Programming

Advancing Women in Technology: Dismantling Obstacles and Sparking Creativity

Image
In honor of International Women's Day, we must acknowledge the amazing progress women have achieved in the computer sector. Even while there is still much to be done, a great number of women are dismantling obstacles, dispelling myths, and permanently altering the technological environment. By highlighting the accomplishments of women in technology, this piece hopes to encourage and motivate others to follow their ambitions without fear by: Commemorating Accomplishments: Begin by honoring the outstanding contributions made by women in the field of technology, emphasizing trailblazers who have cleared the path for others. Bring up female pioneers in computer science and space exploration, such as Grace Hopper, Ada Lovelace, and Katherine Johnson. This prepares us to celebrate the accomplishments of women in technology, both past and current. Highlight Success Stories: Tell the tales of modern-day women in technology who have surmounted obstacles and made noteworthy contributions to ...

Positioning for Post COVID-19 Remotely

Image
  Outline ·         What does ‘Remote’ or ‘Remotely’ mean in ICT? ·         Remote Positioning ·         Remote Tools ·         COVID-19 ·         The Timeline – Pre COVID-19, COVID-19, Post COVID-19 ·         Positioning for Post COVID-19 remotely ·         How to position for Post COVID-19 remotely Remote or remote access is the ability to a physical digital entity such a computer, network and so on, from a different location. That is, the ability to work offsite. Remote access is enabled through a network such as a LAN – Local Area Network, WAN – Wide Area Network, Internet, VPN – Virtual Private Network and so on. Remote access has given ability for service to be done remotely. Remote working is working away from the em...

Datatype Explained & Used (set) - Pt. 2

Image
https://youtu.be/czhx_yMiaak - difference - intersection - isdisjoint - subset - superset - symmetric difference - union Thanks for Viewing. Please do Subscribe, React, Comment and Share!

Datatype Explained & Used [set()] - Pt. 1

Image
https://youtu.be/iF4o8vwkTn0 In this video: - set initialization - help() and dir() of set - set() and dict() - set() and list() Thanks for Viewing. Please do Subscribe, React, Comment and Share! www.hamplustech.com

Python Task - Answer to Week2 No1

Image
Solution to our weekly python task (https://www.hamplustech.com/2020/06/python-programming-task-week-2.html) was given in this video. Thanks for watching this tutorial. * Please SUBSCRIBE to this channel and our blog * Please REACT, COMMENT and SHARE our contents www.hamplustech.com

Data wrangling 2 - dictionary manipulation

Image
Data Wrangling 2 - Changing the key of a python dict - Changing the value of a python dict Thanks for watching this tutorial. * Please SUBSCRIBE to this channel and our blog * Please REACT, COMMENT and SHARE our contents www.hamplustech.com

Data wrangling 1 - map() and itertools

Image
Iterables and their manipulations - zip() - itertools https://youtu.be/l-d4b0r6R0o Thanks for watching this tutorial. * Please SUBSCRIBE to this channel and our blog * Please REACT, COMMENT and SHARE our contents www.hamplustech.com

Sorting a Python Dictionary

Image
Sorting a Python Dictionary https://youtu.be/29ZfEjsjTTs - sorted() - dict.items() - lambda www.hamplustech.com

Datatype Explained & Used [dict] - Pt. 2

Image
Datatypes Explained and Used [dict] - Pt. 2 https://youtu.be/VkWG7XVMISY - dunder method - magic function - python modules Please SUBSCRIBE to my channel and blog. Thanks! www.hamplustech.com Thanks!

Datatype Explained & Used [dict] - Pt. 1

Image
https://youtu.be/bN17aKhty5c - introduction to dictionary - concept of dictionary - keys - values - items Please keep an eye on our channel and blog to be the first to get our latest videos and post. Just SUBSCRIBE now! We are available on all social media using * @HamplusHub * @HamplusTech Thanks! www.hamplustech.com

Intro to Week 4 - Python Task and Dict Datatype

Image
https://youtu.be/IXJRnQNmgYg *This Week's Videos will be on* - dictionary datatype (dict() or {key:value}) - solution to last week's task on our blog - zip() - itertools Please keep an eye on our channel and blog to be the first to get our latest videos and post. We are available on all social media using * @HamplusHub * @HamplusTech Thanks! www.hamplustech.com

Python Programming Task Week 2

Image
Hello Folks! We have been on python lessons (datatype). We have discussed the following datatypes so far; integer (int) - see video , string (str) - see video  and list which is also called array (one dimensional) - see video . Below are tasks or exercises for us this week based on list: Data = [2,4,2,1,4,5,6,1,11]. Multiply the elements in the list using for loop list comprehension map function Data = [5,4,2,1,2,6,8,9,10,11,13,17]. Sort the list in a way that all the odd numbers comes before the even numbers. Data = [1,2,3,[4,6,9],2,[1,6]] and Data2 = [1,2,3,4,5,6,7,8,9]. Find the progressive sum of the lists. Please kindly solve and drop your solutions as a comment on this blog or on our YouTube channel. Remember, there is always a prize attached to our task. To Win: Drop your answer as comment. Like this post and any other four on the blog. Like three videos on our  YouTube  channel. Subscribe to our blog and also our channel. Share our blog and channel to three socia...

lambda Explained & Used - map(), filter(), sort()

Image
lambda function - Explained and Used - map() - filter() - sort() https://youtu.be/6sS9C5by12g www.hamplustech.com THANKS FOR WATCHING!

Datatype Explained & Used [list] - Pt. 4

Image
Datatype Explained and Used [list] - Pt. 4 - insert - some magic (dunder) methods https://youtu.be/bigecFPjXEM www.hamplustech.com +2347063047037 THANKS FOR WATCHING! Please SUBSCRIBE to my channel.

Datatype Explained & Used [list] - Pt 3

Image
list methods - reverse, sort(using the key parameter) deleting from list using del https://youtu.be/iOOb_l0Q-zQ Thanks for WATCHING. Please SUBSCRIBE, COMMENT AND REACT. Thanks www.hamplustech.com

Datatype Explained & Used [list] - Pt 2

Image
Datatype Explained and Used [list] - Pt 2. - append - clear - copy - count - extend - index - insert - pop - remove - reverse - sort https://youtu.be/d9MPDNce2yk Please SUBSCRIBE to our channel and blog. Also, REACT, COMMENT and SHARE our VIDEOS and POSTS. Thanks! www.hamplustech.com

Datatype Explained & Used [list] - Pt. 1

Image
Datatype Explained and Used [list] - Pt 1. - what is a list - string list - numeric list - functions in list - methods in list https://youtu.be/zvPWzvtwXFY Please SUBSCRIBE to our channel and blog. Also, REACT, COMMENT and SHARE our VIDEOS and POSTS. Thanks!

Datatype Explained & Used - Reversing String

Image
Reverse any given string example when input is JOY output becomes YOJ. Indexing and slicing with for ... loop and list comprehension. STRICTLY PYTHON!!! https://youtu.be/gC8iew64_90 www.hamplustech.com

Datatype Explained & Used [str] - Pt 2

Image
Video lecture on String Operators, len, capitalize, upper, lower, contains, magic functions, and others https://youtu.be/tzuCn5nhZZA www.hamplustech.com

Datatype Explained & Used [str] - Pt 1

Image
str (String) datatype was explained and used. The functions in this class (data type) were also explained. https://youtu.be/xp-YpXzBJ_U www.hamplustech.com