#pythoniscool 搜尋結果

everything has a limit... I told #chatgpt3 to write me a python program that prints "#pythoniscool" without using print, eval, import sys, or open, but it did the opposite. (my command is the black box)

zombo_mah's tweet image. everything has a limit...
I told #chatgpt3  to write me a python program that prints "#pythoniscool" without using print, eval, import sys, or open, but it did the opposite.

(my command is the black box)
zombo_mah's tweet image. everything has a limit...
I told #chatgpt3  to write me a python program that prints "#pythoniscool" without using print, eval, import sys, or open, but it did the opposite.

(my command is the black box)

I know many of you have never seen the sourcecode for the python linter, pycodestyle. So here it is. #pythoniscool #publicjournal24

codestree's tweet image. I know many of you have never seen the sourcecode for the python linter, pycodestyle. So here it is. #pythoniscool #publicjournal24

illustrating various string formatting methods #pythoniscool #alx #doinghardthings

DennisBollo's tweet image. illustrating various string formatting methods
#pythoniscool #alx #doinghardthings

Day 0[3] pf #100DaysOfCode and am still making commands for the AirBnB console. I had really forgotten how to pseudocode and wrote flowcharts for function. Anyway I'll still catch up. #ALX_SE #pythoniscool. Also I think I should begin leetcode.


>>> print('I love you\n' * 100, end='') #pythoniscool

for i in range (100) : print(" I love You")



Edit the py file, save and try i again. No need for compiling nor linking. #pythoniscool


#pythoniscool :)) @ALX software engineering program


Day 0[1] of #100DaysOfCode found me making commands for the AirBnB console. Maybe I'll catch up to #ALX_SE . #pythoniscool


Day 0 of #100DaysOfCode and catching up to #ALX_SE . Just made the AirBnB console along with the BaseModel Class. #pythoniscool #365DaysOfSoftwareEngineering.


#python >>> from tempfile import TemporaryFile >>> temp_stdout = TemporaryFile(mode='r+') >>> print("Hello Abdul!", file=temp_stdout) >>> temp_stdout.seek(0) 0 >>> temp_stdout.read() 'Hello Abdul!\n' >>> #PythonIsCool


Leave it to @guillaumesalva to test my tests after testing my code. #ALX_SE #pythoniscool


Is there anyone who knows how to solve the N queens problem iteratively,. I.e. in constant space as opppses to recursively? #ALX_SE #365DAYSOFALX_SE #PYTHONISCOOL #publicjournal24


Done with TDD, haven't done the advanced tasks but I'll be on them soon. Either way it was a fulfilling experience. #pythoniscool #ALX_SE

Dayv48 Still on tests but the project is almost done. #ALX_SE #365DaysOfALX_SE #pythoniscool



Day 68: yes advanced bash loops and awk are done. Let's work to get back to python so we can catch up. #pythoniscool #365DaysOfALX_SE #publicjournal24

Day 67 ● finished python input and output ● finished bash loops × Day 68 Adcanced bash loops Almost a circle project. #publicjournal24 #365DaysOfALX_SE #pythoniscool



Day 67 ● finished python input and output ● finished bash loops × Day 68 Adcanced bash loops Almost a circle project. #publicjournal24 #365DaysOfALX_SE #pythoniscool

Day 66: × Backtracking - went back and did recursion as I prepare ● Python Input / Output ● JSON encoding. For Day 67: × Bash loops and conditions × Python's almost a circle project #dohardthings #ALX_SE #publicjournal24 ++#365DaysOfALX_SE #pythoniscool



Day 0[3] pf #100DaysOfCode and am still making commands for the AirBnB console. I had really forgotten how to pseudocode and wrote flowcharts for function. Anyway I'll still catch up. #ALX_SE #pythoniscool. Also I think I should begin leetcode.


Day 0[1] of #100DaysOfCode found me making commands for the AirBnB console. Maybe I'll catch up to #ALX_SE . #pythoniscool


Day 0 of #100DaysOfCode and catching up to #ALX_SE . Just made the AirBnB console along with the BaseModel Class. #pythoniscool #365DaysOfSoftwareEngineering.


Day 68: yes advanced bash loops and awk are done. Let's work to get back to python so we can catch up. #pythoniscool #365DaysOfALX_SE #publicjournal24

Day 67 ● finished python input and output ● finished bash loops × Day 68 Adcanced bash loops Almost a circle project. #publicjournal24 #365DaysOfALX_SE #pythoniscool



Day 67 ● finished python input and output ● finished bash loops × Day 68 Adcanced bash loops Almost a circle project. #publicjournal24 #365DaysOfALX_SE #pythoniscool

Day 66: × Backtracking - went back and did recursion as I prepare ● Python Input / Output ● JSON encoding. For Day 67: × Bash loops and conditions × Python's almost a circle project #dohardthings #ALX_SE #publicjournal24 ++#365DaysOfALX_SE #pythoniscool



Day 65: × Backtracking - Tried and failed ● Finished Inheritance tasks. For Day 66: × Python Input, / Output × Some bash loops, will see × will also read backtracking. #publicjournal24 ++#365DaysOfALX_SE #pythoniscool #ALX_SE

Day 55 - 64 Helped @enoxcodes with the simple shell project. #publicjournal24 #365DaysOfALX_SE #cisfun



Is there anyone who knows how to solve the N queens problem iteratively,. I.e. in constant space as opppses to recursively? #ALX_SE #365DAYSOFALX_SE #PYTHONISCOOL #publicjournal24


Day 52. - Quick sort algorithm × python input and output × python inheritance #publicjournal24 #365DaysOfALX_SE #pythoniscool #cisfun #ALX_SE

Day 51 Done insertion and selection sort. Still to do the rest. #publicjournal24 #365DaysOfALX_SE #cisfun



Day 50. -Started sorting algorithms and Big O - implemented bubble sort. × Insertion sort. × selection sort. × quick sort × shell sort × inheritance and python input and output. #publicjournal24 #365DaysOfALX_SE #pythoniscool #cisfun C is so fun btw. I really missed it.

Day 49. -Finished TDD -Learnt the big O notation amd sorting algorithms - made a script and embedded it to PATH #ALX_SE #PublicJournal24 #365DaysOfALX_SE #pythoniscool #cisfun



I know many of you have never seen the sourcecode for the python linter, pycodestyle. So here it is. #pythoniscool #publicjournal24

codestree's tweet image. I know many of you have never seen the sourcecode for the python linter, pycodestyle. So here it is. #pythoniscool #publicjournal24

Done with TDD, haven't done the advanced tasks but I'll be on them soon. Either way it was a fulfilling experience. #pythoniscool #ALX_SE

Dayv48 Still on tests but the project is almost done. #ALX_SE #365DaysOfALX_SE #pythoniscool



Dayv48 Still on tests but the project is almost done. #ALX_SE #365DaysOfALX_SE #pythoniscool

Day 47. Still jist writing tests. TDD is tedious or am doing it wrong. #365DaysOfALX_SE#pythoniscool #ALX_SE



Leave it to @guillaumesalva to test my tests after testing my code. #ALX_SE #pythoniscool


Day 44 update. -learnt bash scripting case statements. -bash scripting arrays and scheduling scripts for execution with the at command. Wrote more tests for Python's TDD project. #PublicJournal24 #365DaysOfALX_SE #pythoniscool

Day 43 update. Today I was back to python. I was hoping to complete TDD and catch up but turns out I can't think of all edge cases. But of course I will. #publicjournal24 #365DaysOfALX_SE #pythoniscool



So bash has case statements. Wow, just wow. So which copied the other, python or bash? #ALX_SE #pythoniscool


Day 43 update. Today I was back to python. I was hoping to complete TDD and catch up but turns out I can't think of all edge cases. But of course I will. #publicjournal24 #365DaysOfALX_SE #pythoniscool

Day 42 update. Today I startex learning bash script. So I wrote a script that automates the add, commit push cycle. #publicjournal24 #365DaysOfALX_SE #buildinpublic #ALX_SE



Restore old photos using few lines of Python code and Google's Nano Banana!

python_spaces's tweet image. Restore old photos using few lines of Python code and Google's Nano Banana!

🔥 Want to learn Python FAST? Master it in just 50 Days of Python – A Challenge a Day! 🐍 💡 Step-by-step lessons ⚡ 50 daily coding challenges 🚀 Real projects that make you stand out To get it: 1️⃣ Like & Retweet ❤️ 2️⃣ Reply “𝗣𝗬𝗧𝗛𝗢𝗡” 3️⃣ Follow me 👋

aiwithlady's tweet image. 🔥 Want to learn Python FAST?
Master it in just 50 Days of Python – A Challenge a Day! 🐍

💡 Step-by-step lessons
⚡ 50 daily coding challenges
🚀 Real projects that make you stand out

To get it:
1️⃣ Like & Retweet ❤️
2️⃣ Reply “𝗣𝗬𝗧𝗛𝗢𝗡”
3️⃣ Follow me 👋

120 : Remove Image Background using Python youtu.be/RkdFkhfMK2k

clcoding's tweet image. 120 : Remove Image Background using Python youtu.be/RkdFkhfMK2k

Learn Python and Machine Learning Image Credit- Programming Valley

PythonPr's tweet image. Learn Python and Machine Learning 
Image Credit- Programming Valley

¿Será prudente intentarlo? 😉 #sunday #python

jlgarduza's tweet image. ¿Será prudente intentarlo? 😉 

#sunday #python

Day 94 : Extract Text from Image using Python youtube.com/shorts/G4-MLzI…

clcoding's tweet image. Day 94 : Extract Text from Image using Python youtube.com/shorts/G4-MLzI…

Remove the Image Background using 2 lines of Python code A Thread 🧵👇

python_spaces's tweet image. Remove the Image Background using 2 lines of Python code  

A Thread 🧵👇

Remove Image Background using Python youtu.be/RkdFkhfMK2k #Trending

clcoding's tweet image. Remove Image Background using Python youtu.be/RkdFkhfMK2k  #Trending

Day 92 : Details about the Image in Python youtu.be/5DML5-mda3A

clcoding's tweet image. Day 92 : Details about the Image in Python youtu.be/5DML5-mda3A

🚀 𝐏𝐲𝐭𝐡𝐨𝐧 𝐅𝐨𝐫 𝐄𝐯𝐞𝐫𝐲𝐭𝐡𝐢𝐧𝐠! 🐍 Python isn’t just a language—it’s a powerful toolbox that lets you build, analyze, and automate almost anything. That’s why it’s loved by beginners and professionals alike. 💡 Here’s how Python + Libraries = Limitless…

Krishnasagrawal's tweet image. 🚀 𝐏𝐲𝐭𝐡𝐨𝐧 𝐅𝐨𝐫 𝐄𝐯𝐞𝐫𝐲𝐭𝐡𝐢𝐧𝐠! 🐍

Python isn’t just a language—it’s a powerful toolbox that lets you build, analyze, and automate almost anything. That’s why it’s loved by beginners and professionals alike. 💡

Here’s how Python + Libraries = Limitless…

Primera vez con Python y primer banner para mi terminal #Python #ParrotOS

3lk0j0's tweet image. Primera vez con Python y primer banner para mi terminal #Python #ParrotOS

Quando um #programador decide fazer uma #caipirinha perfeita <-----🍹💻 #Python

andffbr's tweet image. Quando um #programador decide fazer uma #caipirinha perfeita &amp;lt;-----🍹💻 #Python

ひとひらの光に、 心がほどける。 この瞳は、 まだ知らない世界を映している。 #AIイラスト #AIart

filterpapu's tweet image. ひとひらの光に、
心がほどける。
この瞳は、
まだ知らない世界を映している。
#AIイラスト #AIart

Day 99 : Word Art From an Image Using Python youtu.be/1yrRuFV0-Ww

clcoding's tweet image. Day 99 : Word Art From an Image Using Python youtu.be/1yrRuFV0-Ww

Loading...

Something went wrong.


Something went wrong.


United States Trends