py_cheatsheet's profile picture. #python #cheatsheet and articles for Beginner and Advanced Developers.  http://github.com/wilfredinni/py…

pythoncheatsheet.org

@py_cheatsheet

#python #cheatsheet and articles for Beginner and Advanced Developers. http://github.com/wilfredinni/py…

pythoncheatsheet.org reposted

🌟 𝗜𝗻𝘁𝗿𝗼𝗱𝘂𝗰𝗶𝗻𝗴 20 𝗖𝗮𝗿𝗲𝗳𝘂𝗹𝗹𝘆 𝗖𝘂𝗿𝗮𝘁𝗲𝗱 𝗖𝗵𝗲𝗮𝘁𝘀𝗵𝗲𝗲𝘁𝘀 𝗬𝗼𝘂'𝗹𝗹 𝗘𝘃𝗲𝗿 𝗡𝗲𝗲𝗱! 📚 1. Python : lnkd.in/grD8XUS6


pythoncheatsheet.org reposted

هذي الموقع بيساعدك ف تعلم البايثون ويمشي معك خطوة خطوة من البداية 👈👈pythoncheatsheet.org

ahmedsobhi___'s tweet image. هذي الموقع بيساعدك ف تعلم البايثون

ويمشي معك خطوة خطوة من البداية

👈👈pythoncheatsheet.org

pythoncheatsheet.org reposted

Decided to sit down front for @carolinacrown tonight. #dci http://yfrog.com/58js2rj


A new version of the Python Cheatsheet is live! pythoncheatsheet.org


pythoncheatsheet.org reposted

pythoncheatsheet.org Simple , Sweet, Easy to Read Python Cheatsheet .. I am Loving it. And I've Even Cloned it Onto my Local Machine. Highly Appreciate the Work ...


pythoncheatsheet.org reposted

Want to learn Python in 2021? Some of the best tutorials Full Stack Python fullstackpython.com Python Cheat Sheet dot org pythoncheatsheet.org The Hitchhiker’s Guide to Python docs.python-guide.org #Machinelearning #javascript #java #IoT #CodeNewbie #100DaysOfCode


pythoncheatsheet.org reposted

Announcing Poetry 1.0.10 python-poetry.org/blog/announcin…


pythoncheatsheet.org reposted

#python tip: need to get the last item of a list? Sure, you can use some mathematical expression involving the length of the list, or even 'pop' the last item in Python. I quite like using negative indices! - via @Anthlis

pybites's tweet image. #python tip: need to get the last item of a list? Sure, you can use some mathematical expression involving the length of the list, or even 'pop' the last item in Python. I quite like using negative indices! - via @Anthlis

pythoncheatsheet.org reposted

Really nice website to learn about Python syntax, and great to keep as a reference pythoncheatsheet.org


pythoncheatsheet.org reposted

Importing functions from a local file is easy, just >>> import file But what if the file is not in the same folder/subfolder? This is the workaround: >>> import sys >>> sys.path.insert(1, '/path/to/the/file') >>> import file Details at stackoverflow.com/questions/4383…

python_tip's tweet image. Importing functions from a local file is easy, just

>>> import file

But what if the file is not in the same folder/subfolder? This is the workaround:

>>> import sys
>>> sys.path.insert(1, '/path/to/the/file')
>>> import file

Details at
stackoverflow.com/questions/4383…

pythoncheatsheet.org reposted

If you are a self-taught person, you can learn python with this website: pythoncheatsheet.org


pythoncheatsheet.org reposted

Awesome video tutorial by @miguelgrinberg on measuring web application performance blog.miguelgrinberg.com/post/video-how…

fullstackpython's tweet image. Awesome video tutorial by @miguelgrinberg on measuring web application performance blog.miguelgrinberg.com/post/video-how…

pythoncheatsheet.org reposted

Django 3.0 alpha 1 released ift.tt/31eFL68


pythoncheatsheet.org reposted

🐍 How to Implement a Python Stack -- In this tutorial, you'll learn how to implement a Python stack. You'll see how to recognize when a stack is a good choice for data structures, how to decide which implementation is best for a program, and more. realpython.com/how-to-impleme…


Loading...

Something went wrong.


Something went wrong.