Python Resources - Basic Python, ML, DataScience, BigData
2.46K subscribers
14 photos
3 files
243 links
You can find all kinds of resources related to Python, ML, DataScience and BigData.
Resources — »»» @python_resources_iGnani
Projects — »»» @python_projects_repository
Questions— »»» @python_interview_questions
Forum — »»» @python_programmers_club
Download Telegram
YOLOv3 Training Automation API for Linux

This repository allows you to get started with training a state-of-the-art Deep Learning model with little to no configuration needed! You provide your labeled dataset and you can start the training right away and monitor it in many different ways like TensorBoard and a custom REST API.
BMW shares AI algorithms used in production, available on GitHub

- - - Click here for FREE RESOURCES - - -
#Tensorflow #DataScience #Linux #Algorithms
FREE Python Training program - - - - (Click on blue text)

1. Click here to Subscribe to Training
2. Training will be provided 2 classes per week. Will share the link before hand for training.
3. If you miss the class, then the training video will be posted on our channel
, link given in step 1.
4. Source code and Assignments will be posted here. Complete all assignments before moving to next chapter.
5 Join this group and post all your questions and doubts. You will be guided and questions answered through this group.

About Me: I am a IT professional with 20+ years of experience.
This is my way of giving back to the society and help students interested in Python, Data Science.
I take it up only after my office hours, so don't expect any quick replies.
I am teaching python basics for FREE. If you want to learn, you can join this group

Learn Python - A Full Course for Beginners
This course if for Beginners who would like to learn Python programming. This course also contains a lot of examples, real life samples.

Table of Contents - CLICK HERE

001 - Introduction
002 - Installing Python and Environment Setup
003 - Installing PyCharm
004 - Basic Syntax
* Code - Basic Syntax
* Test 004.1 - Basic Syntax
*Test 004.2 - Basic Syntax
005 - Variables
* Code - Variables
* Assignment - Variables
006 - Datatypes in Python
* Code - Datatypes in Python
* Assignment - Datatypes in Python

more coming soon...
1
Non-Programmer's Tutorial for Python 3

The
Non-Programmers' Tutorial For Python 3 is a tutorial designed to be an introduction to the Python
programming language. This guide is for someone with no programming experience.

- - - Click here for FREE RESOURCES - - -
#python #resources #eBook
Python Crash Course - Cheat Sheets

* Beginner’s Python Cheat Sheet - Provides an overview of the basics of Python including variables, lists, dictionaries, functions, classes, and more.

* Beginner’s Python Cheat Sheet - Lists - Focuses on lists: how to build and modify a list, access elements from a list, and loop through the values in a list. Also covers numerical lists, list comprehensions, tuples, and more.

* Beginner’s Python Cheat Sheet - Dictionaries - Focuses on dictionaries: how to build and modify a dictionary, access the information in a dictionary, and loop through dictionaries in a variety of ways. Includes sections on nesting lists and dictionaries, using an OrderedDict and more.

* Beginner’s Python Cheat Sheet - If Statements and While Loops - Focuses on if statements and while loops: how to write conditional tests with strings and numerical data, how to write simple and complex if statements, and how to accept user input. Also covers a variety of approaches to using while loops.

* Beginner’s Python Cheat Sheet - Functions - Focuses on functions: how to define a function and how to pass information to a function. Covers positional and keyword arguments, return values, passing lists, using modules, and more.

* Beginner’s Python Cheat Sheet - Classes - Focuses on classes: how to define and use a class. Covers attributes and methods, inheritance and importing, and more.

* Beginner’s Python Cheat Sheet - Files and Exceptions - Focuses on working with files, and using exceptions to handle errors that might arise as your programs run. Covers reading and writing to files, try-except-else blocks, and storing data using the json module.

* Beginner’s Python Cheat Sheet - Testing Your Code - Focuses on unit tests and test cases. How to test a function, and how to test a class.

* Beginner’s Python Cheat Sheet - Pygame - Focuses on creating games with Pygame. Creating a game window, rect objects, images, responding to keyboard and mouse input, groups, detecting collisions between game elements, and rendering text.

* Beginner’s Python Cheat Sheet - matplotlib - Focuses on creating visualizations with matplotlib. Making line graphs and scatter plots, customizing plots, making multiple plots, and working with time-based data.

* Beginner’s Python Cheat Sheet - Pygal - Focuses on creating visualizations with Pygal. Making line graphs, scatter plots, and bar graphs, styling plots, making multiple plots, and working with global datasets.

* Beginner’s Python Cheat Sheet - Django - Focuses on creating web apps with Django. Installing Django and starting a project, working with models, building a home page, using templates, using data, and making user accounts.
1
A lot of people are confused or have a big question on what to do after learning the basics of Python.

Or on what can we do using Python. This article provides a simple answer to these questions, thought it would be useful.

https://realpython.com/what-can-i-do-with-python/