Pythonlearner76's profile picture.

Python_learner

@Pythonlearner76

Python_learner 님이 재게시함

Working on problems is the best way to learn machine learning. Here are 10 projects to start your journey: ↓


Python_learner 님이 재게시함

Free Online Course on Python Programming by Harvard University Harvard University Application Deadline: Self-Paced


Python_learner 님이 재게시함

This question is about linear regression. But keep in mind you need to know linear regression well to answer it correctly! It may be tricky. Give it a try: bnomial.com

svpino's tweet image. This question is about linear regression.

But keep in mind you need to know linear regression well to answer it correctly! It may be tricky.

Give it a try: bnomial.com

Python_learner 님이 재게시함

To follow up, left-to-right order in a list comp matches the top-down order of the nested for loops and if statements. The only thing that goes in a different place is the final `.append`; that goes in the very beginning.

mathsppblog's tweet image. To follow up, left-to-right order in a list comp matches the top-down order of the nested for loops and if statements.

The only thing that goes in a different place is the final `.append`; that goes in the very beginning.

Python_learner 님이 재게시함

Data Analysis Mini-Tutorial Understanding the distribution of your data is usually a crucial step in the data analysis process. Having normally distributed (bell-shaped) data makes it a lot easier for most machine learning algorithms to detect patterns.

ammaryh92's tweet image. Data Analysis Mini-Tutorial

Understanding the distribution of your data is usually a crucial step in the data analysis process.

Having normally distributed (bell-shaped) data makes it a lot easier for most machine learning algorithms to detect patterns.

Python_learner 님이 재게시함

🐙 ML Notebooks (~800⭐️) We've added new ML and NLP notebook tutorials. Some are also available through Kaggle. Hope you find them useful. github.com/dair-ai/ML-Not…

omarsar0's tweet image. 🐙 ML Notebooks (~800⭐️)

We've added new ML and NLP notebook tutorials. Some are also available through Kaggle.

Hope you find them useful. github.com/dair-ai/ML-Not…

Python_learner 님이 재게시함

ML YouTube Courses (5.1K⭐️) I've added more info and categories to the repo, so it's much easier to find relevant courses. github.com/dair-ai/ML-You…

omarsar0's tweet image. ML YouTube Courses (5.1K⭐️)

I've added more info and categories to the repo, so it's much easier to find relevant courses.

github.com/dair-ai/ML-You…

Python_learner 님이 재게시함

Bound methods in #Python can be saved and used later. They remember the object they were from:

nedbat's tweet image. Bound methods in #Python can be saved and used later. They remember the object they were from:

Python_learner 님이 재게시함

Do you use Python 🐍? I often like to suggest people get acquainted with the function `itertools.product`. Handy, for example, to flatten 2 or more nested `for` loops.

mathsppblog's tweet image. Do you use Python 🐍?

I often like to suggest people get acquainted with the function `itertools.product`.

Handy, for example, to flatten 2 or more nested `for` loops.

Python_learner 님이 재게시함

What tools do you use when documenting your code? I have used ReStructuredText, Markdown, Sphinx, SublimeText, Grammarly and more!


Python_learner 님이 재게시함

In Python, below quick operands can be used for different operations. | for union. & for intersection. – for difference ^ for symmetric difference


Python_learner 님이 재게시함

>>> names={"Brain","Pinky","Mike","Dot"} >>> other={"Brain","Yakko","Wakko","Rita"} >>> names|other {'Yakko', 'Pinky', 'Brain', 'Mike', 'Dot', 'Rita', 'Wakko'} >>> (names|other) -(names ^other) {'Brain'}


Python_learner 님이 재게시함

I have always liked the ability to add functions as values in #Python dictionaries. This allows you to make complex conditionals much simpler by calling the dictionary based on the key that is passed in. Here is an example that uses lambdas, but you can swap functions in too!

driscollis's tweet image. I have always liked the ability to add functions as values in #Python dictionaries.

This allows you to make complex conditionals much simpler by calling the dictionary based on the key that is passed in.

Here is an example that uses lambdas, but you can swap functions in too!

Python_learner 님이 재게시함

Python Coding Cheat-Sheet: hubs.la/Q014RKLh0

DataScienceDojo's tweet image. Python Coding Cheat-Sheet: hubs.la/Q014RKLh0

Python_learner 님이 재게시함

The entire Python Data Science Handbook in the form of free Jupyter notebooks! oreilly.com/library/view/p… github.com/jakevdp/Python…

philipvollet's tweet image. The entire Python Data Science Handbook in the form of free Jupyter notebooks!

oreilly.com/library/view/p…
github.com/jakevdp/Python…

Python_learner 님이 재게시함

Only one more week to go and I'll be finished covering most of the 75+ built-in functions of #Python here on Twitter. I hope you've enjoyed the series so far and that you'll stick around for the rest! 🐍🔥

driscollis's tweet image. Only one more week to go and I'll be finished covering most of the 75+ built-in functions of #Python here on Twitter.

I hope you've enjoyed the series so far and that you'll stick around for the rest! 🐍🔥

Python_learner 님이 재게시함

BreakFastApi The most delicious API on the web. Just send a request and you'll receive the most mouth watering dish recipe with estimated cooking time and all the necessary ingredients and instructions. github.com/MariiaSizova/b…

github.com

GitHub - MariiaSizova/breakfastapi: The most delicious API on the web. 🍣 🍔 🍕

The most delicious API on the web. 🍣 🍔 🍕. Contribute to MariiaSizova/breakfastapi development by creating an account on GitHub.


Python_learner 님이 재게시함

Introduction to #django #python

tush_tr604's tweet image. Introduction to #django #python

United States 트렌드

Loading...

Something went wrong.


Something went wrong.