Giter Site home page Giter Site logo

shouhaddo / python-training Goto Github PK

View Code? Open in Web Editor NEW
10.0 3.0 11.0 18.75 MB

This is a repository to share my students who are undergoing python training under me codes of everyday lectures provided by me.

Jupyter Notebook 100.00%
python-training students python3 python python-practice learnpython learn-python-fundamentals learn-python-fast python-3-6 python-package

python-training's Introduction

Python-Training

This is a repository to share my students codes of everyday lectures who are undergoing python training under me.
(This repository is updated and modified daily ,new topics of python are added daily )


Topics Covered

1. Introduction to Python along with its application
2.Input Output Statements
3. integers
4. Strings
5. Dictionary
6. Tuples
7. sets
8. List Comprehensions
9. Python statments
10. Conditional Statements(if-else)
11. for loop
12. While Loop
13. File Handling
14. Functions
15. Maps
16. Lambda Functions
17. Find mr_Smley Game
18.Tic-tac-Toe Game
19. Class and Object
20. Inheritance
21. Errors and Exceptions
22. Exception Handling
23. Modules and Packages
24. Working with Images-Pillow
25. +More concepts will be uploaded soon

The content is copyrighted to Consolelancer.
Consolelancer is a education and development company based on bangalore,India.
for more details visit : https://consolelancer.com/
contact us at : [email protected]

python-training's People

Contributors

shouhaddo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

python-training's Issues

Not Working

I am unable to see the content i think there is some issue please help me

Average value of a list

Hi friends,
I have a python code, including some calculations ending at a list, for example:
P=[a , b , c, d , e , f , g , h , i , j , k , l], which all are numbers. Consider this list to have, say 12 elements. What I'm going to do is that to separate the elements in a 3 groups as:
P = [ a,b,c,d , e,f,g,h, i,j,k,l]. Then I want to average over this three groups, meaning that to define a new list or array like M whose elements are as follows:

M[0] = (P[0]+P[4]+P[8])/3 = (a+e+i)/3

M[1] = (P[1]+P[5]+P[9])/3 = (b+f+j)/3

M[2] = (P[2]+P[6]+P[10])/3 = (c+g+k)/3

M[0] = (P[3]+P[7]+P[11])/3 = (d+h+l)/3.

Actually, the number of element and the length by which I'm going to separate the elements of the list can vary and be large. So I need to have general code doing so. Does anybody have any idea. It would be appreciated. Thank you.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.