Foro Wanako1
¿Quieres reaccionar a este mensaje? Regístrate en el foro con unos pocos clics o inicia sesión para continuar.

Foro Wanako1

Programas Gratuitos, Desatendidos y Mucho más!!!
 
PortalPortal  ÍndiceÍndice  BuscarBuscar  Últimas imágenesÚltimas imágenes  ConectarseConectarse  RegistrarseRegistrarse  
Buscar
 
 

Resultados por:
 
Rechercher Búsqueda avanzada
Los posteadores más activos del mes
missyou123
Python for beginners by Muthu  Manavandi Vote_lcapPython for beginners by Muthu  Manavandi Voting_barPython for beginners by Muthu  Manavandi Vote_rcap 
tano1221
Python for beginners by Muthu  Manavandi Vote_lcapPython for beginners by Muthu  Manavandi Voting_barPython for beginners by Muthu  Manavandi Vote_rcap 
大†Shinegumi†大
Python for beginners by Muthu  Manavandi Vote_lcapPython for beginners by Muthu  Manavandi Voting_barPython for beginners by Muthu  Manavandi Vote_rcap 
ℛeℙ@¢ᴋ€r
Python for beginners by Muthu  Manavandi Vote_lcapPython for beginners by Muthu  Manavandi Voting_barPython for beginners by Muthu  Manavandi Vote_rcap 
ПΣӨƧӨFƬ
Python for beginners by Muthu  Manavandi Vote_lcapPython for beginners by Muthu  Manavandi Voting_barPython for beginners by Muthu  Manavandi Vote_rcap 
Engh3
Python for beginners by Muthu  Manavandi Vote_lcapPython for beginners by Muthu  Manavandi Voting_barPython for beginners by Muthu  Manavandi Vote_rcap 
Octubre 2024
LunMarMiérJueVieSábDom
 123456
78910111213
14151617181920
21222324252627
28293031   
CalendarioCalendario
Últimos temas
» Soda PDF Desktop Pro 14.0.433.22882 Multilingual (x64)
Python for beginners by Muthu  Manavandi EmptyHoy a las 10:44 pm por ℛeℙ@¢ᴋ€r

» Cockos REAPER 7.24 (x86/x64)
Python for beginners by Muthu  Manavandi EmptyHoy a las 10:30 pm por ℛeℙ@¢ᴋ€r

» Light Image Resizer 7.0.8.45 Multilingual
Python for beginners by Muthu  Manavandi EmptyHoy a las 10:26 pm por ℛeℙ@¢ᴋ€r

» SkinFiner 5.3 Multilingual
Python for beginners by Muthu  Manavandi EmptyHoy a las 6:26 pm por 大†Shinegumi†大

» Tagtraum Industries beaTunes 5.2.35 (x86/x64)
Python for beginners by Muthu  Manavandi EmptyHoy a las 6:02 pm por 大†Shinegumi†大

» Cockos REAPER 7.23 (x86/x64)
Python for beginners by Muthu  Manavandi EmptyHoy a las 5:59 pm por 大†Shinegumi†大

» Starry Night Pro Plus v8.1.1.2090
Python for beginners by Muthu  Manavandi EmptyHoy a las 5:57 pm por 大†Shinegumi†大

» PassMark MonitorTest v4.0 Build 1002
Python for beginners by Muthu  Manavandi EmptyHoy a las 5:54 pm por 大†Shinegumi†大

» WebMinds NetOptimizer v6.5.24.926
Python for beginners by Muthu  Manavandi EmptyHoy a las 5:47 pm por 大†Shinegumi†大

Sondeo
Visita de Paises
free counters
Free counters

Comparte | 
 

 Python for beginners by Muthu Manavandi

Ver el tema anterior Ver el tema siguiente Ir abajo 
AutorMensaje
missyou123
Miembro Mayor
Miembro Mayor


Mensajes : 74547
Fecha de inscripción : 20/08/2016

Python for beginners by Muthu  Manavandi Empty
MensajeTema: Python for beginners by Muthu Manavandi   Python for beginners by Muthu  Manavandi EmptyVie Oct 14, 2022 10:38 am

Python for beginners by Muthu  Manavandi A66e6c5fd34dd8df75771e8d90054fbb

Python for beginners by Muthu Manavandi
Published 10/2022
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Genre: eLearning | Language: English | Duration: 60 lectures (5h 17m) | Size: 1.81 GB

Master the fundamentals of python through simple and easy practical programs

What you'll learn
Become expert in python programming using simple programs.
Each topic provides greater explanation very clearly.
Master the basic concepts python like output statements, getting input, loops, range, for loop, while loop, lists, dictionaries, tuples
Learn how to make your own programs using the examples explained in this course.
Requirements
Need a computer or laptop with internet connection.
All software used in this course are free. We will guide how to download and install the required software for this course.
Need interest to learn python programming
Description
Hello Students,
Welcome to this course Python for Beginners: Learn Python Programming Concepts
In this course, I am explaining the basic concepts of python language through simple and easy programs. All programs are explained in a very basic and simple manner. So everyone can easily understand the concepts.
First I am starting the course with download and installing the python software for free.
Then I cover the following concepts.
In the first section, we are going to see how to print text, how to use end tags, how to use newline characters, how to format strings, and how to use tabs in print statements.
Then we move to get input from the user, concatenate strings that are collected from the input, and convert input into integer and floating values in python.
Then we are going to cover how to use variables in python. Creating different types of variables, the main rules in creating variables, how to make arithmetic calculations, and how to use the power operator and modular operator.
How to use the if conditional statements, how to use if else statements, and how to use elif statements and nested if statements in python programming.
Then we are going to cover how to create a while loop in python and how to use a while loop to print in reverse order and how to provide starting value, ending value, and condition in a while loop.
Then we are going to cover how to create for loop using the range function, stepping values, reserving for loop, setting starting and ending values of for loop, and nested for loop.
Then we move on to how to create a list, add edit, and remove list items, list addition, list multiplication, list slicing, and add items in the list using the range function in python
Then we are going to cover how to create dictionary key-value pairs, how to edit, delete or add new key-value pairs, and how to collect all keys in a dictionary and display them.
Then we move on to how to create tuples and we are going to show tuples doesn't allow update elements in tuples object in python
Then we are going to cover creating a set, adding or removing set elements, union and intersection of the set, and set subtraction are explained.
These topics are explained slowly with simple and easy programs. So you can learn python concepts easily from this course. I will see you on the course.
Thank you for showing interest in this course.
Who this course is for
Master of computer application students MCA
Bachelor of computer application students BCA
Bachelor or engineering students BE
Master or engineering students ME
IT Professionals
Information Technology students and professionals
Computer Science Students
School students have python course
Persons who are interested in Python

Download link

rapidgator.net:
Código:

https://rapidgator.net/file/62fb02f7093158d9750387d1ba338059/bljef.Python.for.beginners.by.Muthu.Manavandi.part1.rar.html
https://rapidgator.net/file/4c3aacecdfc72a156e4876183a185f12/bljef.Python.for.beginners.by.Muthu.Manavandi.part2.rar.html

uploadgig.com:
Código:

https://uploadgig.com/file/download/F72C4f0dd97731d2/bljef.Python.for.beginners.by.Muthu.Manavandi.part1.rar
https://uploadgig.com/file/download/976412293d77653F/bljef.Python.for.beginners.by.Muthu.Manavandi.part2.rar

nitroflare.com:
Código:

https://nitroflare.com/view/1E7F724FD4DE854/bljef.Python.for.beginners.by.Muthu.Manavandi.part1.rar
https://nitroflare.com/view/1263480C11CC972/bljef.Python.for.beginners.by.Muthu.Manavandi.part2.rar

1dl.net:
Código:

https://1dl.net/6hjo4kjxqcfa/bljef.Python.for.beginners.by.Muthu.Manavandi.part1.rar.html
https://1dl.net/4kqkr6htz1fu/bljef.Python.for.beginners.by.Muthu.Manavandi.part2.rar.html
Volver arriba Ir abajo
 

Python for beginners by Muthu Manavandi

Ver el tema anterior Ver el tema siguiente Volver arriba 
Página 1 de 1.

Permisos de este foro:No puedes responder a temas en este foro.
Foro Wanako1 :: Programas o Aplicaciónes :: Ayuda, Tutoriales-